.title {
  text-align: center;
  line-height: 1;
}
.new-tab>div{
    display: none;
}
.all {
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.all .des {
  text-align: center;
  line-height: 2;
  width: 75.69%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
.all .des img{
    max-width: 100%;
    height: auto !important;
}
.all .common_more {
  margin-top: 77px;
  margin-left: auto;
  margin-right: auto;
}
.all .flx {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 74px;
}
.all .bg1 {
  content: "";
  display: block;
  position: absolute;
  right: -64%;
  top: 10%;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background: -webkit-radial-gradient(center, ellipse, #00acac 0%, transparent 50%);
  background: -moz-radial-gradient(center, ellipse, #00acac 0%, transparent 50%);
  background: -o-radial-gradient(center, ellipse, #00acac 0%, transparent 50%);
  background: radial-gradient(ellipse at center, #00acac 0%, transparent 50%);
  -webkit-animation: float 6s ease-in-out infinite;
     -moz-animation: float 6s ease-in-out infinite;
       -o-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}
.all .bg2 {
  content: "";
  display: block;
  position: absolute;
  left: -64%;
  top: 33%;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background: -webkit-radial-gradient(center, ellipse, #00a1e4 0%, transparent 50%);
  background: -moz-radial-gradient(center, ellipse, #00a1e4 0%, transparent 50%);
  background: -o-radial-gradient(center, ellipse, #00a1e4 0%, transparent 50%);
  background: radial-gradient(ellipse at center, #00a1e4 0%, transparent 50%);
  -webkit-animation: float 6s ease-in-out infinite;
     -moz-animation: float 6s ease-in-out infinite;
       -o-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}
.all .bg3 {
  content: "";
  display: block;
  position: absolute;
  right: -64%;
  top: 55%;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background: -webkit-radial-gradient(center, ellipse, #00acac 0%, transparent 50%);
  background: -moz-radial-gradient(center, ellipse, #00acac 0%, transparent 50%);
  background: -o-radial-gradient(center, ellipse, #00acac 0%, transparent 50%);
  background: radial-gradient(ellipse at center, #00acac 0%, transparent 50%);
  -webkit-animation: float 6s ease-in-out infinite;
     -moz-animation: float 6s ease-in-out infinite;
       -o-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}
.all .bg4 {
  content: "";
  display: block;
  position: absolute;
  left: -64%;
  bottom: -16%;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background: -webkit-radial-gradient(center, ellipse, #00a1e4 0%, transparent 50%);
  background: -moz-radial-gradient(center, ellipse, #00a1e4 0%, transparent 50%);
  background: -o-radial-gradient(center, ellipse, #00a1e4 0%, transparent 50%);
  background: radial-gradient(ellipse at center, #00a1e4 0%, transparent 50%);
  -webkit-animation: float 6s ease-in-out infinite;
     -moz-animation: float 6s ease-in-out infinite;
       -o-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}

.product {
  position: relative;
  z-index: 2;
}
.product .flx .img {
  border-radius: 10px;
  overflow: hidden;
}
.product .flx .l {
  width: 48.6%;
}
.product .flx .l .img {
  position: relative;
  height: 0;
  padding-bottom: 70%;
  overflow: hidden;
  display: block;
}
.product .flx .l .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.product .flx .l .img:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
.product .flx .r {
  width: -webkit-calc(51.4% - 40px);
  width: -moz-calc(51.4% - 40px);
  width: calc(51.4% - 40px);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product .flx .r .img {
  position: relative;
  height: -webkit-calc((100% - 40px) / 2);
  height: -moz-calc((100% - 40px) / 2);
  height: calc((100% - 40px) / 2);
  overflow: hidden;
  display: block;
}
.product .flx .r .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.product .flx .r .img:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.convenience {
  position: relative;
  z-index: 2;
}
.convenience img{
    max-width: 100% !important;
    height: auto !important;
}
.convenience .flx {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          width: 80%;
          margin-left: auto;
          margin-right: auto;
}
.convenience .flx2 {
  margin-top: 40px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.convenience .flx2 > div {
  width: -webkit-calc((100% - 40px) / 2);
  width: -moz-calc((100% - 40px) / 2);
  width: calc((100% - 40px) / 2);
  border-radius: 10px;
  overflow: hidden;
}
.convenience .img1 {
  position: relative;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  display: block;
  width: 100%;
  border-radius: 10px;
}
.convenience .img1 img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.convenience .img1:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
.convenience .img2 {
  position: relative;
  height: 0;
  padding-bottom: 47.14%;
  overflow: hidden;
  display: block;
}
.convenience .img2 img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.convenience .img2:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.parking {
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.parking .img {
  position: relative;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.parking .img::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.parking .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.parking .img:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.parking .swiper {
  overflow: initial;
  width: 800px;
  margin: 90px auto 0;
}
.parking .txt {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 40px;
  width: 100%;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.parking .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.parking .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 33.33%;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  opacity: 0;
}
.parking .swiper-slide-active .img::after {
  opacity: 0;
}
.parking .swiper-slide-active::after {
  opacity: 1;
}
.parking .swiper-slide-active .txt {
  opacity: 1;
}

.certification {
  z-index: 2;
  position: relative;
}
.certification img{
    max-width: 100% !important;
    height: auto !important;
}
.certification .subtitle {
  text-align: center;
  line-height: 1;
  margin-top: 38px;
}
.certification .box {
  margin-top: 64px;
  position: relative;
  height: 0;
  padding-bottom: 43%;
  overflow: hidden;
  display: block;
  border-radius: 10px;
}
.certification .box img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.certification .box::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 33.33%;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
}
.certification .txt {
  position: absolute;
  z-index: 3;
  width: 100%;
  left: 0;
  bottom: 50px;
  color: #fff;
  text-align: center;
}
.certification .des {
  margin-top: 15px;
  padding: 0 20px;
}

.hall {
  z-index: 2;
  position: relative;
}
.hall img {
  width: 100%;
}
.hall .txt {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.wc .wc_img1{
    width: 84%;
}
.product .flx .l .wc_img2{
    padding-bottom: 70%;
}
.wc .txt{
    position: relative;
    left:0;
    transform: inherit;
}
.case {
  z-index: 2;
  position: relative;
  margin-top: 70px;
}
.case .case_title {
  line-height: 1;
}
.case .swiper {
  margin-top: 50px;
}
.case .tit {
  text-align: center;
  line-height: 1;
  margin-top: 30px;
}
.case .img {
  position: relative;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
}
.case .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.case .img:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.contact {
  z-index: 2;
  position: relative;
  margin-top: 65px;
  color: #fff;
}
.contact a {
  color: #fff;
}
.contact .box {
  position: relative;
}
.contact .box > img {
  width: 100%;
}
.contact .txt {
  position: absolute;
  right: 0;
  bottom: 22%;
  margin-right: 50px;
}
.contact .txt > div {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-bottom: 33px;
}
.contact .txt > div:last-child {
  margin-bottom: 0;
}
.contact .txt .icon {
  width: 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 24px;
}

@media screen and (max-width: 1600px) {
  .all {
    padding: 4.6875% 0;
  }
  .all .des {
    margin-top: 4.16%;
  }
  .all .common_more {
    margin-top: 5.34%;
  }
  .all .flx {
    margin-top: 5.13%;
  }
  .product .flx .r {
    width: -webkit-calc(51.4% - 25px);
    width: -moz-calc(51.4% - 25px);
    width: calc(51.4% - 25px);
  }
  .product .flx .r .img {
    height: -webkit-calc((100% - 25px) / 2);
    height: -moz-calc((100% - 25px) / 2);
    height: calc((100% - 25px) / 2);
  }
  .convenience {
    margin-top: 6.25%;
  }
  .convenience .flx2 {
    margin-top: 25px;
  }
  .convenience .flx2 > div {
    width: -webkit-calc((100% - 25px) / 2);
    width: -moz-calc((100% - 25px) / 2);
    width: calc((100% - 25px) / 2);
  }
  .parking .swiper {
    width: 41%;
    margin: 4.6875% auto 0;
  }
  .certification .subtitle {
    margin-top: 25px;
  }
  .certification .box {
    margin-top: 4.44%;
  }
  .case {
    margin-top: 3.64%;
  }
  .case .swiper {
    margin-top: 3.47%;
  }
  .contact {
    margin-top: 3.38%;
  }
  .contact .txt > div {
    margin-bottom: 20px;
  }
  .contact .txt {
    margin-right: 30px;
  }
  .certification .des {
    margin-top: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .all .des {
    width: 100%;
  }
  .contact .txt {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 30px 20px;
    margin-top: -14px;
    position: relative;
    bottom: 0;
    margin-right: 0;
    background-image: -webkit-linear-gradient(left, #00acac, #00a1e4);
    background-image: -moz-linear-gradient(left, #00acac, #00a1e4);
    background-image: -o-linear-gradient(left, #00acac, #00a1e4);
    background-image: linear-gradient(to right, #00acac, #00a1e4);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact .txt > div {
    margin-bottom: 0;
  }
  .contact .txt .icon {
    margin-right: 10px;
  }
  .contact .txt {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact .txt > div {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .all {
    padding: 40px 0;
  }
  .all .des {
    margin-top: 10px;
  }
  .all .common_more {
    margin-top: 20px;
  }
  .product .flx .r {
    width: -webkit-calc(51.4% - 15px);
    width: -moz-calc(51.4% - 15px);
    width: calc(51.4% - 15px);
  }
  .product .flx .r .img {
    height: -webkit-calc((100% - 15px) / 2);
    height: -moz-calc((100% - 15px) / 2);
    height: calc((100% - 15px) / 2);
  }
  .all .flx {
    margin-top: 30px;
  }
  .convenience .flx{
      width: 100%;
  }
  .convenience .flx2 {
    margin-top: 15px;
  }
  .convenience .flx2 > div {
    width: -webkit-calc((100% - 15px) / 2);
    width: -moz-calc((100% - 15px) / 2);
    width: calc((100% - 15px) / 2);
  }
  .parking .swiper {
    margin: 30px auto 0;
  }
  .certification .subtitle {
    margin-top: 15px;
  }
  .certification .box {
    margin-top: 25px;
    height: auto;
    padding-bottom: 0;
  }
  .certification .txt {
    position: relative;
    bottom: 0;
    padding: 30px 0;
    background-image: -webkit-linear-gradient(left, #00acac, #00a1e4);
    background-image: -moz-linear-gradient(left, #00acac, #00a1e4);
    background-image: -o-linear-gradient(left, #00acac, #00a1e4);
    background-image: linear-gradient(to right, #00acac, #00a1e4);
  }
  .certification .box img {
    position: relative;
    height: auto;
  }
  .certification .box::after {
    display: none;
  }
  .hall .txt {
    position: relative;
    margin-top: 0;
    left: 0;
    -webkit-transform: inherit;
       -moz-transform: inherit;
        -ms-transform: inherit;
         -o-transform: inherit;
            transform: inherit;
    padding: 30px 5%;
    width: 100%;
    background-image: -webkit-linear-gradient(left, #00acac, #00a1e4);
    background-image: -moz-linear-gradient(left, #00acac, #00a1e4);
    background-image: -o-linear-gradient(left, #00acac, #00a1e4);
    background-image: linear-gradient(to right, #00acac, #00a1e4);
    color: #fff;
  }
  .hall .wc_txt{
      background: none;
      color:inherit;
  }
  .hall .txt .common_more{
          box-shadow: 0 0 10px 0 #fff;
  }
  .case {
    margin-top: 20px;
  }
  .case .swiper {
    margin-top: 20px;
  }
  .case .tit {
    margin-top: 15px;
  }
  .contact {
    margin-top: 40px;
  }
}
