.fl {
  float: left;
}
.fr {
  float: right;
}

body {
  min-width: initial !important;
}
.about_list_met_28_3_86#feature .btn-view-works {
  background-color: #27bed1;
}
.bg-button-show {
  background-color: #25b2c6;
}
.navbar-collapse.navbar-shadow {
  background-color: #25b2c6 !important;
}
/*.navbar-nav li:nth-child(6),
.navbar-nav li:nth-child(7){
  display: none;
}*/

.navbar-nav li a {
  font-weight: bold !important;
}
.navbar {
  background-color: transparent !important;
}
.navbar-collapse .navlist .nav-item a {
  font-size: 13px;
}
.navbar-collapse .navlist .nav-item a:hover,
.navbar-collapse .navlist .nav-item a.active,
.navbar-collapse .navlist .nav-item a:hover span,
.navbar-collapse .navlist .nav-item a.active span {
  color: #fff !important;
}
.head_nav_met_28_7_11 .navlist .nav-item a:hover, .head_nav_met_28_7_11 .navlist .nav-item a.active, .head_nav_met_28_7_11 .navlist .nav-item a:hover span, .head_nav_met_28_7_11 .navlist .nav-item a.active span {
  color: #fff !important;
}
.mylmc {
  color: #fff;
  font-weight: bold;
  line-height: 60px;
  font-size: 21px;
}
.foot_info_met_11_1_84 {
  /* background: url('../images/footer_bg.png') no-repeat center center !important; */
  background: #221916;
  background-size: 100% 100% !important;
  padding-bottom: 50px !important;
  margin-bottom: 0px !important;
}
.footer-top h4 {
  font-weight: bold;
  opacity: 1 !important;
}
.footer-left li a {
  color: #fff !important;
}
.footer-left li a:hover {
  color: #1eabeb !important;
}
.footer-right div,
.footer-right div a {
  color: #fff !important;
}
.container {
  padding: 0 !important;
  width: 90% !important;
  max-width: 1170px !important;
}
.methods {
  width: 90%;
  /* max-width: 1200px; */
  max-width: 1170px;
  margin: 50px auto 50px;
}
.methods .methods-title {
  width: 100%;
  position: relative;
}
.methods .methods-title span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.methods .methods-title h2 {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.page-anli .methods .methods-title h2 {
    font-size: 40px;
    color: #42444c;
    font-weight: bold;
}
.methods .methods-icon {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  /* margin: 20px auto 40px; */
  margin: 10px auto 10px;
  padding: 0;
}
.methods .methods-icon li {
  width: calc(100% / 6);
  list-style: none;
}
.methods .methods-icon li figure {
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.methods .methods-icon li h3 {
  width: 100%;
  text-align: center;
  margin-top: 7px;
  font-size: 18px;
}
.methods .methods-icon li p {
  width: 100%;
  text-align: center;
  margin-top: 7px;
  margin-bottom: 0;
}
.methods .methods-text {
  width: 100%;
  text-align: center;
  font-size: 22px;
  margin-bottom: 70px;
}
.methods .methods-text span {
  font-weight: bold;
}
.methods .methods-serve {
  width: 100%;
}
.methods .methods-serve p {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: bold;
}
.methods .methods-serve ul {
  width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.methods .methods-serve ul li:nth-child(4n) {
  margin-right: 0;
}
.methods .methods-serve ul li {
  /* width: 12%; */
  width: 22.9%;
  margin-right: 2.8%;
  margin-bottom: 2%;
  /* margin-bottom: 1.3334%; */
  list-style: none;
  background-color: #25b2c6;
  /* transition: all 0.3s; */
  position: relative;
}
.methods .index-methods-serve ul li {
  width: 22.8%;
}
.methods .methods-serve ul li h2 {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s;
  font-size: 20px;
  color: white;
  margin: 0;
}
.methods .methods-serve ul li .hoverimg {
  width: 100%;
  transform: scale(0);
  display: none;
  /* transition: all 0.3s; */
}
.methods .methods-serve ul li .origanimg {
  width: 100%;
  display: block;
  transform: scale(1);
  /* transition: all 0.3s; */
}

.methods .methods-serve ul li:hover .hoverimg {
  width: 100%;
  display: block;
  transform: scale(1);
}
.methods .methods-serve ul li:hover .origanimg {
  width: 100%;
  display: none;
  transform: scale(0);
}

.methods .methods-serve ul li a {
  display: block;
}
/* .methods .methods-serve ul li:hover h2 {
  transform: translate(-50%, -50%) scale(0);
} */
.methods .methods-serve ul li:hover {
  box-shadow: 0px 0px 20px rgb(163, 163, 163);
}
/*.methods .methods-serve ul li:hover img {
  transform: scale(1);
}*/
.function {
  position: fixed;
  right: 0;
  top: 180px;
  width: 160px;
  background-color: #27bed1;
  z-index: 999;
}
.function div {
  padding: 0 15px;
  width: 100%;
  height: 57px;
  line-height: 57px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  cursor: pointer;
  transition: all 0.3s;
  border-bottom: 1px solid #0091a3;
}
.function div:hover {
  background-color: #0091a3;
}
.function div.code:hover {
  background-color: #27bed1;
}
.function div figure {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.function div span {
  color: white;
  font-size: 16px;
}
.function div.code {
  height: auto;
  padding: 10px 0;
  display: block;
  text-align: center;
  line-height: initial;
}
.function div.code span {
  font-size: 12px;
}
.hdMask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: #000;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.costForm select,
.costForm input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.costForm * {
  box-sizing: border-box;
}
.order p {
  position: relative;
  margin-bottom: 10px;
}
.costForm .order {
  position: relative;
  padding-top: 37px;
  background: none;
  width: auto;
  padding-left: 290px;
}
.order input,
.order select {
  padding: 10px 20px 10px 52px;
  width: 100%;
  height: 55px;
  line-height: 35px;
  font-size: 16px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #b1b1b1;
}
.costForm,
.message-box,
.success {
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999999;
  display: none;
  margin: -200px 0 0 -425px;
  width: 850px;
  height: 400px;
  padding: 0;
  padding: 20px 30px;
  border-radius: 10px;
  /* background: url("pop_bg.jpg") no-repeat 0 147px #fff; */
  background-color: #fff;
}
.success{
  padding:0;
}

.costForm .success-qrcode,
.message-box .success-qrcode,
.success .success-qrcode{
  position: absolute;
  z-index: 2;
  right: 70px;
  bottom: 26px;
}

.costForm .close,
.actOrderCostScu .close,
.message-box .close,
.success .close {
  position: absolute;
  top: -15px;
  right: -40px;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s;
}
.costForm .close:hover,
.message-box .close:hover,
.success .close:hover {
  opacity: 1;
}
.costForm .costHead {
  position: relative;
  height: 85px;
  background: #e8e8e8;
  box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}
.costForm .costHead h2 {
  float: left;
  margin: 0 10px 0 25px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  line-height: 59px;
}
.costForm .costHead p {
  float: left;
  line-height: 1;
  color: #333;
  position: absolute;
  left: 25px;
  top: 56px;
}
.costForm .costHead p span {
  /* margin: 0 5px; */
  /* font-size: 18px; */
  color: #27bed1;
}
.costForm .costHead .cost {
  float: right;
  margin-right: 16px;
  padding-top: 20px;
  font-size: 18px;
  line-height: 68px;
}
.costForm .costHead .cost img {
  margin-right: 5px;
  vertical-align: top;
}
.costForm .order {
  position: relative;
  padding-top: 37px;
  background: none;
  width: auto;
  padding-left: 290px;
}
.costForm .order p {
  float: left;
  margin: 0 20px 30px 0;
  width: 205px;
}
.costForm .order p label {
  display: block;
  position: static;
  width: auto;
  height: 35px;
  line-height: 35px;
  text-align: left;
  font-size: 16px;
}
.costForm .order p i {
  margin: 0 5px 0 3px;
  color: #ff0000;
  font-style: normal;
}
.costForm .order p input,
.costForm .order p select {
  border-color: #e1e1e1;
  padding: 10px;
  font-size: 14px;
  width: 205px;
  height: 50px;
}
.costForm .order p select {
  background: url("../images/select2.png") no-repeat 180px center transparent;
  line-height: 30px;
  outline: none;
}
.costForm .order p span {
  display: block;
  position: absolute;
  bottom: 2px;
  right: 5px;
  line-height: 50px;
  font-size: 14px;
}
.costForm .order button {
  position: absolute;
  top: 90px;
  padding: 0;
  right: -92px;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  background-color: #27bed1;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  animation: scale 0.4s ease-in-out infinite alternate;
  border: none;
  outline: none;
}
.olbs {
  width: 30%;
  position: absolute;
  left: 35px;
  bottom: 55px;
}
.message-box .left {
  float: left;
  width: 40%;
}
.message-box .right {
  float: right;
  width: 60%;
  text-align: center;
}
.message-box .right h3 {
  font-size: 26px;
}
.message-box .right h2 {
  color: #27bed1;
  font-size: 47px;
  margin-top: 30px;
  font-weight: normal;
}
.message-box .right h2 span {
  font-weight: bold;
}
.message-box .right #message-form {
  width: 80%;
  margin: 30px auto 10px;
}
.message-box .right #message-form div {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #333;
  border-radius: 3px;
  position: relative;
}
.message-box .right #message-form div img {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.message-box .right #message-form div input {
  width: 100%;
  border: none;
  outline: none;
  padding: 15px 0 15px 45px;
  font-size: 18px;
}
.message-box .right #message-form button {
  width: 100%;
  height: 60px;
  background-color: #f30077;
  margin-top: 10px;
  border: none;
  outline: none;
  border-radius: 3px;
  color: white;
  font-size: 24px;
  cursor: pointer;
}
/* .message-box .right p {
  opacity: 0.7;
} */
.bottom-bar {
  width: 100%;
  /* height: 360px; */
  height: 47px;
  position: fixed;
  bottom: 0;
  background-color: #25b2c6;
  /* background-color: #27bdd18e; */
  z-index: 999999;
  transition: 0.3s all;
}
.bottom-bar .bar-box {
  width: 90%;
  height: 47px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.footer-calc .calu-main {
  width: 90% !important;
  max-width: 980px;
}
.bottom-bar .bar-box figure {
  position: relative;
  left: 0;
  top: -105px;
  z-index: 99;
}
.bottom-bar .bar-box p {
  line-height: 47px;
  color: white;
  font-size: 28px;
  margin-left: 50px;
}
.bottom-bar .bar-box > img {
  cursor: pointer;
}
.bottom-bar .bar-box .bottom-arrow {
  width: 62.4px;
  margin-right: 20px;
}
.bottom-bar .bar-box .bottom-close {
  width: 26px;
  height: 30px;
  margin: 8px 15px 0 0;
  /* transform: scale(0.6); */
}
.bottom-bar .calc {
  width: 980px;
  height: 300px;
  margin: 0 auto;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
}
.bottom-bar .calc .calc-left {
  width: 30%;
}
.finger-icon {
  position: fixed;
  right: 30px;
  bottom: 60px;
  cursor: pointer;
  z-index: 999;
  display: none;
}
.commonposition {
  display: none !important;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.swiper-pagination-bullet-active{
  background-color: #25b2c6;
}
.other_wrap {
  margin-bottom: 30px;
}
.other_wrap ul li:hover .pic_box .im2 {
  opacity: 1;
}
.other_wrap ul li:hover .tet_box h6 {
  color: #3ab035;
}
.other_wrap ul li:not(:nth-child(3n)) {
  margin-right: 10px;
}
.other_wrap ul li {
  float: left;
  margin-top: 15px;
  position: relative;
  width: 257px;
}
.other_wrap ul li .pic_box {
  width: 257px;
  height: 178px;
  overflow: hidden;
}
.other_wrap ul li .pic_box img {
  width: 257px;
  height: 178px;
}
.other_wrap ul li .pic_box .im2 {
  position: absolute;
  z-index: 10;
  opacity: 0;
  left: 0;
  top: 0;
  transition: opacity .3s ease-in-out;
}
.other_wrap ul li .tet_box {
  width: 100%;
  height: 54px;
  background-color: #ffffff;
  line-height: 54px;
  padding: 0 18px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.02), 0px 7px 14px 0px rgba(0, 0, 0, 0.06);
}
.other_wrap ul li .tet_box h6 {
  color: #241916;
  font-size: 14px;
}
.other_wrap ul li .tet_box span {
  color: #241916;
  font-size: 14px;
}
.navbar-collapse .navbar-nav>.nav-item>a:before {
  display: none;
}
.dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, 50%);
  opacity: 0;
}
.navbar-nav>.nav-item:hover .dropdown-toggle::after {
  opacity: 1;
}
.navbar-collapse .dropdown-menu {
  background-color: rgba(37, 178, 198, 0.7) !important;
}
.nav-item a span,
.navbar-nav>.nav-item:hover .dropdown-toggle::after {
  /*color: #fff !important;*/
}
.dropdown-menu.dropdown-menu-bullet:before, .dropdown-menu.dropdown-menu-bullet:after{
  display: none !important;
  content: "";
}
.navbar-collapse .navlist .nav-item > .dropdown-menu .dropdown-item span{
  background-color: transparent !important;
}
.case_list_met_16_3_85 .ulstyle {
  width: 100%;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}
.case_list_met_16_3_85 .ulstyle li:nth-child(10){
    display: none;
  }
.case_list_met_16_3_85 .ulstyle li:nth-child(3n) {
  margin-right: 0;
}
.case_list_met_16_3_85 .ulstyle li {
  margin-right: calc(calc(100% - 97.5%) / 2);
  width: 32.5%;
  padding: 0;
  margin-bottom: 15px;
}
.vo {
  width: 100%;
  /* height: 0; */
  z-index: 1;
  position: relative;
  /* padding-bottom: 44.87%; */
  /* object-fit: cover; */
  overflow: hidden;
}
.bg-show .qwe {
  display: block;
  width: 160px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #25b2c6;
  cursor: pointer;
}
.vo video{
  z-index: 1;
  width: 100%;
  /* position: absolute; */
  left: 0;
  bottom: -2px;
  vertical-align: top;
}



.video-wrap-1 {
  z-index: 999999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}

.video-wrap-1.on {
  opacity: 1;
  visibility: visible;
}
.video-container{
  display: none;
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 9;
  outline: none;
  border: 8px solid #fff;
  border-radius: 8px;
}

.video-bg {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.block-yuyue-container .title{
  margin: 0;
  margin-top: 25px;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
}
.block-yuyue-container .tips{
  margin-top: .5rem;
  margin-bottom: 0;
  color:#e6b4bd;
  text-align: center;
  font-size: var(--body-font-size);
}
.block-yuyue-container .sub-title{
  text-align: center;
  /* color:#e6b4bd; */
  margin-top: 10px;
  margin-bottom: 0;
  font-size: var(--body-font-p);
  color: var(--body-color);
  font-weight: var(--body-font-lighter);
}
.service_list_met_36_3_76 .count ul li{
  width: 33.333%;
}
.block-yuyue-form.form-3 .form-3-wrap{
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block-yuyue-form.form-3 .form-item{
  width: 32%;
}
/* .block-yuyue-form .form-item + .form-item{
  margin-top: 14px;
} */
.block-yuyue-form .form-item .label em{
  color: #eb2d37;
}
.block-yuyue-form .form-item .label{
  display: block;
}
.block-yuyue-form .form-item .input,
.block-yuyue-form .form-item .select{
  width: 100%;
  outline: none;
  border: 1px solid #93928e;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 7px 10px;
  background-color: #fff;
}

.block-yuyue-form .submit-btn{
  margin-top: 14px;
  background-color: #25b2c6;
  box-shadow: none;
  outline: none;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
}
.block-yuyue-form .form-item{
  display: inline-block;
  width: 300px;
}

.form-container{
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
}

.block-yuyue-form .form-item{
  margin-bottom: 20px;
  position: relative;
  width: 48.8%;
}

/* .block-yuyue-form .form-item:first-child{
  width: calc(100% - 610px);
} */

.block-yuyue-form .input-tips{
  position: absolute;
  bottom: 5px;
  right: 10px;
}



.bottom-contact-container .title{
  margin: 0;
  margin-top: 25px;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
}

.bottom-contact-container .contact-list{
  padding: 50px 0 30px;
}

.bottom-contact-container .contact-item{
  float: left;
  width: 25%;
  text-align:center;
}
.bottom-contact-container .contact-item .contact-icon{
  margin-bottom: 1rem;
}


.no-more{
  font-size: 20px;
  color: #999;
  text-align: center;
  display: flex;
  justify-content: center;
  letter-spacing: -.05em;
  width: 100%;
}

@media screen and (max-width:1100px){
  .video-container{
    width: 80%;
  }
}

@media screen and (max-width:640px){
  .video-container{
    width: 94%;
  }
}


@media screen and (min-width: 2000px) {
  .vo video{
    bottom: -4px;
  }
}
.head_nav_met_28_7_11 .navlist .nav-item a:hover, .head_nav_met_28_7_11 .navlist .nav-item a.active, .head_nav_met_28_7_11 .navlist .nav-item a:hover span, .head_nav_met_28_7_11 .navlist .nav-item a.active span {
  color: #fff !important;
}
.bottom-bar .price {
  /* cursor: url(../images/icon/cur.jpg), url(../images/icon/cur.jpg), auto; */
  cursor: pointer;
}
@media screen and (min-width: 768px){
  .case_list_met_16_3_85 .list:nth-child(10){
    display: none;
  }
}
/* .case_list_met_16_3_85 .list {
  padding: 0;
} */
.cover {
  overflow: visible;
}
#met-imgs-slick .slick-prev {
  left: -40px !important;
}
#met-imgs-slick .slick-next {
  right: -40px !important;
}
.w-full{
  width: 100%;
}
.mb-show{
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .methods .methods-icon li {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 768px) {
  .methods .methods-serve ul {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .case_list_met_16_3_85 .ulstyle{
    justify-content: space-between;
  }
  .case_list_met_16_3_85 h3{
    margin-bottom: calc(var(--body-gap) / 4);
  }

  .methods .methods-serve ul li {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .case_list_met_16_3_85 .list,
  .case_list_met_16_3_85 .ulstyle li {
    width: 100%;
  }
  .case_list_met_16_3_85 .ulstyle li {
    margin-right: 0;
  }

  .service_list_met_36_3_76 .s_tit1{
    margin-bottom: 0;
  }
  .service_list_met_36_3_76 .count ul li span{
    font-size: 13px;
  }
  .service_list_met_36_3_76 .count ul li .title-count{
    font-size: 18px;
    font-weight: bold;
  }
  .service_list_met_36_3_76 .count{
    border-bottom: 0;
  }
  .case-btn::after{
    content: ">";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }

  .case-btn a::after{
    content: ">";
  }
  .case-btn{
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-radius: 42px;
    margin-top: 16px;
  }
  .case-btn a{
    color: #fff !important;
  }
  .case-btn::after{
    display: none;
  }

  .service_list_met_36_3_76 .dc_list ul li{
    border: 1px solid #b8b8b8;
    width: calc(50% - 6px);
    padding: 15px 4px;
    margin-bottom: 12px;
  }
  .service_list_met_36_3_76 .dc_list ul li p.content-desc{
    margin-top: 6px;
  }
  .dc_list ul{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .block-yuyue-form.form-3 .form-item{
    width: 100%;
    margin-bottom: 5px;
  }

  #feature .case-btn{
    margin-top: 20px;
  }
  #feature .btn{
    display: none;
  }
  #feature h2{
    display: none;
  }
  #feature{
    background: #fff !important;
  }
  .about_list_met_28_3_86#feature img{
    margin-top: 10px;
  }
  .about_list_met_28_3_86#feature .right{
    margin-top: 10px;
  }
  .about_list_met_28_3_86#feature p{
    color: #1a1a1a;
    text-align: center;
  }
  .foot_info_met_11_1_84_bottom{
    display: none !important;
  }
  .mb-show{
    display: block !important;
  }
  .mb-hide{
    display: none !important;
  }
  .block-yuyue-container{
    width: 94vw;
    margin: 0 auto;
  }
  .block-yuyue-container .title{
    margin: 0;
    margin-top: 25px;
    font-size: 23px;
    font-weight: normal;
    text-align: center;
  }
  .block-yuyue-container .tips{
    margin-top: .5rem;
    margin-bottom: 0;
    color:#e6b4bd;
    text-align: center;
    font-size: var(--body-font-size);
  }
  .block-yuyue-container .sub-title{
    text-align: center;
    /* color:#e6b4bd; */
    margin-top: 10px;
    margin-bottom: 0;
    font-size: var(--body-font-p);
    color: var(--body-color);
    font-weight: var(--body-font-lighter);
  }
  .block-yuyue-form .form-item{
    margin-bottom: 0;
  }
  .block-yuyue-form .form-item + .form-item{
    margin-top: 14px;
  }
  .block-yuyue-form .form-item .label em{
    color: #eb2d37;
  }
  .block-yuyue-form .form-item .label{
    display: block;
  }
  .block-yuyue-form .form-item .input,
  .block-yuyue-form .form-item .select{
    width: 100%;
    outline: none;
    border: 1px solid #93928e;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 7px 10px;
    background-color: #fff;
  }

  .about-btn,
  .elementor-70 .elementor-element.elementor-element-39f70a7 .elementor-heading-title a{
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    border: 1px solid #333;
    font-size: 18px;
    background-color: #18cee6 !important;
    color: #fff !important;
    border-color: #18cee6 !important;
  }

  .block-yuyue-form .submit-btn{
    margin-top: 14px;
    background-color: #18cee6;
    box-shadow: none;
    outline: none;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    font-weight: bold;
    border: 0;
    border-radius: 38px;
  }
  .block-yuyue-form .form-item{
    display: block;
    width: 100%;
  }

  .block-yuyue-form .form-item:first-child{
    width: 100%;
  }

  .title-2 {
    margin-bottom: 20px;
  }
  .title-2 .title-2-text{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ff105d;
  }
  .title-2 .title-2-sub-text{
    text-align: center;
    width: 90%;
    margin: 0 auto;
    font-size: var(--body-font-p);
    font-weight: var(--body-font-lighter);
    line-height: 1.32;
  }
  .bottom-contact-container .contact-list{
    padding-bottom: 0;
  }
  .client-logo{
    margin-bottom: 0 !important;
  }
  .serve-title h2{
    font-size: 20px;
    text-align: center;
  }
  .title-2 .fire-apply{
    width: 190px;
    margin: 20px auto 0;
    background-color: #fff4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    border-radius: 30px;
  }
  .title-2 .fire-apply svg{
    width: 18px;
    height: 18px;
  }
  .title-2 .fire-apply span{
    padding-left: 10px;
    color: #ee575e;
  }

  .new-submit-success-client::after{
    z-index: 9;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .new-submit-success-client .title{
    text-align: center;
    color: #25b2c6;
    font-weight: bold;
    margin: 0;
    font-size: 18px;
    margin-bottom: 20px;
  }


  .new-submit-success-client .new-title-span{
    font-size: 18px;
    display: inline-block;
    background-color: #25b2c6;
    margin: 0;
    color: #fff;
    margin: 0 4px;
    padding: 0 3px;
    border-radius: 3px;
  }
  .new-submit-success-client{
    margin-top: 24px;
    position: relative;
    background-color: #e6fafb;
    border-radius: 20px;
    color: #25b2c6;
    padding: 10px 10px;
    box-sizing: border-box;
  }
  .new-submit-success-client .swiper-slide.swiper-slide-active + .swiper-slide{
    opacity: 1;
    background-color: #c2eef7;
    border-radius: 40px;
    color: #25b2c6;
  }
  .new-submit-success-client .swiper-slide{
    box-sizing: border-box;
    padding: 0 20px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #66e2f1;
  }
  .new-submit-success-client .swiper{
    height: 120px;
  }

  .bottom-contact-container .title{
    font-size: 20px;
  }

  .footer-bottom{
    padding: 20px 10px 1px;
    text-align: center;
    font-size: 14px;
  }


  .footer-bottom-bar-placeholder{
    height: 50px;
  }
  .footer-bottom-bar{
    z-index: 999;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    display: flex !important;
    align-items: center;
  }
  .footer-bottom-item .icon-svg{
    width: 20px;
  }
  .footer-bottom-item .icon-svg{
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  .footer-bottom-item span{
    color: #fff;
  }
  .footer-bottom-item{
    width: 94vw;
    margin: 0 auto;
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #fb940b, #e3027c);
    color: #fff;
    font-weight: bold;
    height: 38px;
    font-size: 16px;
  }

  .single-fixed{
    right: 10px;
  }

  #banner .video-play-btn svg{
    width: 100%;
    height: 100%;
  }
  #banner .video-play-btn{
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: transparent;
  }
  .section-title p{
    margin: 0;
    line-height: 1.2;
  }
  .section-title{
    margin: 20px 0;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
  }

  .case_list_met_16_3_85{
    background-color: #fff;
  }

  .sale-characteristics li{
    list-style-type: none;
    padding: 0 10px;
  }
  .sale-characteristics{
    padding-left: 0;
    display: flex;
    justify-content: space-around;
    width: calc(100% - 50px);
    margin: 0 auto 30px; 
    
  }
  .sale-characteristics figure{
    margin-bottom: 0;
  }
  .sale-characteristics img{
    width: 80px;
  }
  .sale-characteristics p{
    margin: 0;
    line-height: 1.4;
    font-size: var(--body-font-size);
    text-align: center;
  }

  .why-choose-title{
    /* width: 280px; */
    margin: var(--body-gap) auto 20px !important;
  }
  .why-choose-title .why-choose-keywords{
    font-size: var(--body-font-p) !important;
    line-height: 1.5 !important;
  }
  .why-choose-title img{
    width: 100%;
  }
  .why-choose-list{
    padding-left: 0;
    margin-bottom: 0;
  }
  .why-choose-list li{
    min-width: 50%;
  }
  .why-choose-list .title{
    font-size: var(--body-font-size) !important;
    font-weight: bold;
  }
  .why-choose-list .desc{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: var(--body-font-size) !important;
  }
  .why-choose-figure img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .why-choose-figure{
    width: 72%;
    margin: 0 auto 5px;
    height: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 55%;
    position: relative;
  }
  
  .service_list_met_36_3_76 .s_tit1{
    font-size: var(--body-font-p);
    font-weight: bold;
    line-height: 1.5;
  }
  body .service_list_met_36_3_76 .s_tit222{
    padding-top: 2px !important;
    color: var(--body-color);
  }
  
  .methods .s_tit222{
    padding-top: 0px !important;
    font-size: 16px !important;
    font-weight: normal;
  }
  .methods .methods-serve{
    margin-top: 10px;
  }
  .methods{
    margin-top: 30px;
    margin-bottom: 0 !important;
  }
  .methods .methods-title span {
    position: relative;
  }
  .methods .methods-icon li:first-child,
  .methods .methods-icon li:first-child + li,
  .methods .methods-icon li:first-child + li + li{
    margin-top: 10px;
  }
  .methods .methods-icon li {
    margin-top: 20px;
    width: calc(100% / 3);
  }
  .methods .methods-icon li figure img{
    width: 60px;
    height: 60px;
    object-fit: scale-down;
  }
  .methods .methods-icon li figure{
    margin: 0 auto;
    height: auto;
  }
  .methods .methods-serve ul li {
    width: calc(50% - 7px);
  } 
  .case_list_met_16_3_85 .ulstyle li:last-child{
    display: block;
  }
  /* .case_list_met_16_3_85 .ulstyle li {
    width: 100%;
  } */
  .methods .methods-icon li h3{
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 0;
  }
  .methods .methods-icon li p{
    line-height: 1.2;
    margin-top: 6px;
    font-size: 12px;
  }
  .methods .methods-text{
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-bottom: var(--body-gap);
  }
  .methods .methods-serve p{
    margin-bottom: 0;
  }
  #banner .pagination {
    margin: 0;
    z-index: 9;
    position: absolute;
    left: 0;
    bottom: 16px;
    width: 100%;
    text-align: center;
  }
  #banner .swiper-pagination-bullet{
    margin: 0 3px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    opacity: .5;
  }
  #banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
  }

  .page-methods .methods-serve ul li{
    width: calc(50% - 3.5px);
    margin-bottom: 7px;
    margin-right: 0;
  }

  .inner-serve{
    padding-top: 0;
    padding-bottom: 0;
  }

  .huanyuan-section{
    padding: var(--body-gap) 0 0 !important;
  }
  .huanyuan-section .title {
    display: flex;
    justify-content: center;
    padding-bottom: calc(var(--body-gap) / 2) !important;
  }
  .huanyuan-section .title p{
    padding: 0 4px !important;
    font-weight: bold;
    font-size: var(--body-font-p);
    margin-bottom: 0;
  }
  .gif-section{
    margin: 20px 0 var(--body-gap);
  }
  .flow-section-title{
    margin-bottom: 20px;
  }
  .flow-section-wrap{
    display: flex;
    flex-wrap: wrap;
  }
  .flow-section .flow-section-wrap::after{
    display: none !important;
  }
  .flow-section .num-box{
    display: none !important;
  }
  .flow-section .flow-section-item:nth-child(4n) {
    margin-right: 0 !important;
  }
  .flow-section .flow-section-item{
    font-size: 12px;
    margin-right: calc(calc(100% - calc(22% * 4)) / 3) !important;
  }
  .flow-section .flow-section-item h4{
    font-size: 14px;
    margin-bottom: 5px;
  }
  .flow-section .flow-section-wrap{
    justify-content: flex-start !important;
  }

  
  .flow-section .flow-section-item{
    list-style: none;
    width: 22% !important;
    margin-right: 0;
  }
  .flow-section-item figure{
    position: relative;
    margin: 0 auto;
    width: 76%;
    height: 0;
    padding-bottom: 76%;
    border: 1px solid #4b4b4b;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .flow-section-item figure img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
  }

  .flow-section .flow-section-item:nth-child(1) p,
  .flow-section .flow-section-item:nth-child(2) p,
  .flow-section .flow-section-item:nth-child(3) p,
  .flow-section .flow-section-item:nth-child(4) p{
    margin-bottom: calc(var(--body-gap) / 2);
  }
  .flow-section .flow-section-item:nth-child(5) p,
  .flow-section .flow-section-item:nth-child(6) p,
  .flow-section .flow-section-item:nth-child(7) p,
  .flow-section .flow-section-item:nth-child(8) p{
    margin-bottom: 0;
  }
  .flow-section .flow-section-wrap{
    margin-bottom: 0;
  }

  .jiaoyi-section{
    margin: calc(var(--body-gap) * 1.15) 0 !important;
  }
  .jiaoyi-section-wrap{
    flex-wrap: wrap;
  }

  .jiaoyi-section-wrap .jiaoyi-section-item{
    width: 33.3% !important;
  }

  .jiaoyi-section-wrap .jiaoyi-section-item figure img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
  }
  .jiaoyi-section-wrap .jiaoyi-section-item figure{
    width: 80%;
    padding-bottom: 80%;
    height: 0;
    position: relative;
    margin: 0 auto;
  }
  .jiaoyi-section-wrap .jiaoyi-section-item{
    width: 33.3% !important;
  }
  .jiaoyi-section-wrap{
    align-items: flex-start !important;
  }
  .jiaoyi-section-wrap .jiaoyi-section-item h4{
    /* font-size: var(--body-font-size) !important; */
    font-size: 12px !important;
    width: 100% !important;
    margin: 0 auto !important;
    display: block;
    text-align: center !important;
    line-height: 18px !important;
  }
  
  .jiaoyi-section-desc{
    font-size: var(--body-font-size) !important;
    white-space: nowrap;
  }
  .jiaoyi-section-title{
    margin: 0;
    top: -17px !important;
  }
  .jiaoyi-section-title img{
    width: 32px;
  }
  .jiaoyi-section-title p{
    font-size: var(--body-font-p) !important; 
    font-weight: bold !important;
    margin-left: 5px !important;
    white-space: nowrap;
  }

  .core-services-wrap li{
    list-style-type: none;
    padding: 0;
  }
  .core-services-wrap{
    padding-left: 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 20px auto 2px; 
    text-align: center;
  }
  .core-services-wrap figure{
    margin-bottom: 0;
  }
  .core-services-wrap img{
    width: 80px;
  }
  .core-services-wrap h4{
    font-weight: bold;
    font-size: var(--body-font-size);
    margin: 0;
    margin-top: 10px;
    margin-bottom: 2px;
    color: #1a1a1a;
  }
  .core-services-wrap p{
    margin: 0;
    line-height: 1.4;
    font-size: var(--body-font-size);
    color: #ec007b;
  }
  .core-services-wrap div span{
    display: block;
    color: var(--body-color);
  }
  .core-services-wrap div{
    padding-top: 8px;
    font-size: var(--body-font-size);
  }

  .page-bg{
    display: none;
  }

  .elementor-heading-title{
    white-space: nowrap;
    margin-top: 5px !important;
    font-size: 22px;
  }

 
  .bottom-contact-container .contact-item {
    width: 50%;
    height: 120px;
  }
  .contact-list .contact-item:first-child .contact-icon{
    width: 23px;
  }

  .elementor-widget-wrap>.elementor-element.elementor-absolute{
    position: static !important;
  }
  .elementor-70 .elementor-element.elementor-element-39f70a7 .elementor-heading-title a{
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    border: 1px solid #333;
    font-size: 18px;
    color: #333;
  }
  .elementor-70 .elementor-element.elementor-element-39f70a7 .elementor-heading-title{
    margin-top: 20px !important;
    display: block;
    width: 100%;
  }
  .elementor-70 .elementor-element.elementor-element-fbeab23 {
    padding:0px 0px 10px 0px !important;
  }
  .product-menu{
    margin-bottom: 10px;
  }
  .subcolumn_nav_met_11_3_18{
    margin-bottom: 20px;
  }
  .subcolumn_nav_met_11_3_18 .subcolumn-nav{
    height: auto !important;
  }
  #bb{
    display: none;
  }

  .img_list_page_met_16_5_53,
  .img_list_detail_met_11_2_60{
    padding-top: 10px;
    padding-bottom: 0;
  }
  
  .head_nav_met_28_7_11 .navlist .nav-item a.nav-link:hover span::after{
    display: none;
  }

  .img_list_detail_met_11_2_60 .met-page{
    padding-bottom: 0 !important;
  }

  /* .why-choose{
    padding-top: 40px;
  } */

  .core-services{
    padding-top: var(--body-gap);
  }

  .about_list_met_28_3_86#feature{
    /* padding-top: var(--body-gap); */
    padding-top: 0;
    /* padding-bottom: var(--body-gap); */
    padding-bottom: 0;
  }
  .about_list_met_28_3_86#feature .mb-line{
    margin-top: 0;
  }

  .methods .methods-serve ul{
    margin-top: 10px;
  }
}
@media screen and (max-width: 648px) {
  
}
@keyframes scale {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
