/* Magnific Popup CSS */
audio,
embed,
img,
object,
video {
  height: auto;
  max-width: 100%
}

.ha-image-grid__wrap {
  overflow: hidden;
  margin-right: calc(-1*var(--image-grid-right, 10px));
  margin-left: calc(-1*var(--image-grid-left, 10px))
}


.ha-image-grid__item {
  display: block;
  float: left;
  overflow: hidden;
width: 22.2%;
  outline: 0;
margin: 0 1.4%;
  text-decoration: none
}

.ha-image-grid__item img {
  display: block;
  width: 100%;
  border-radius: inherit;
  -webkit-transition: all .25s;
  transition: all .25s;
  -o-object-fit: cover;
  object-fit: cover
}

.ha-image-grid--even .ha-image-grid__item {
  height: 250px
}

.ha-image-grid--even .ha-image-grid__item img {
  height: 100%
}

.ha-filter {
  margin-bottom: 20px;
  
 
}
.ha-filter.flex{
    justify-content: center
}



.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

/*新增样式*/
.hajs-filter.flex{
  justify-content: center;
  margin: 3.625rem 0 2.5rem;
}
.hajs-filter li{
    margin-bottom: 20px;
}

.ha-filter__item{
    margin: 0 1rem;
    color: #58595b;
    border-radius: 50px;
    padding: .8rem 1rem;
    background: #f5f5f7;
    border:none;
    font-size: 1.125rem;
    text-transform:uppercase;
    min-width: 170px;
}
.ha-filter__item.ha-filter__item--active{
    background: #fbc000;
    color: #3e3e3e;
}
.ha-image-grid__item{
    padding: 15px;
    background: #f5f5f7;
    border: 1px solid #cbcbcb;
    margin-bottom: 3rem;
}
.ha-image-grid__item .text{
    padding-top: .625rem;
    min-height: 4rem;
}
.ha-image-grid__item .text p{
    font-weight: bold;
    font-size: 1.0625rem;
}
.ha-image-grid__item .text p.titi{
    color: #fbc000;
}
.ha-image-grid__item .text p:nth-child(2){
    color: #3f3f41;
}
.ha-image-grid__wrap .row{
    display: block;

}
.ha-image-grid__wrap .row>div{

    overflow: hidden;
    float: left;
   
}

.orderstj .fixed{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* overflow-y: scroll; */
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  /* display: none; */
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translate3d(0, -8px, 0);
  -webkit-transform: translate3d(0, -8px, 0);
  -moz-transform: translate3d(0, -8px, 0);
  -o-transform: translate3d(0, -8px, 0);
  -ms-transform: translate3d(0, -8px, 0);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}

.orderstj .fixed.active {
  /* display: block; */
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}

.orderstj .fixed .cont{
        position: relative;
    width: 50rem;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 2.375rem;
}
.orderstj .fixed .gb {
  position: absolute;
  top: 5px;
  right: 1rem;
  z-index: 1000;
  cursor: pointer;
}
@keyframes fadenum{
   100%{transform:rotate(360deg);}
}
.orderstj .fixed .gb:hover{
  animation:fadenum .5s;
}
.orderstj{
    text-align: center;
    margin-top: .3rem;
    margin-bottom: 4.8rem;
}
.orderstj .more-b{
    padding: 1.025rem 5rem;
    font-weight: 700;
   
}
.orderstj .more-b span{
     font-size: 1.25rem;
}

.orderstj .ny-tit .tit{
    font-size: 1.5rem;
}

.orderstj .lianxi_div .contact .flex2{
    text-align: left
}
.orderstj .lianxi_div .contact .flex_left{
    text-align: left
}







/*end*/

.elementor-219 .elementor-element.elementor-element-7a20da80 .ha-image-grid__item {
  --image-grid-column: 4;
  border-width: 2px 2px 2px 2px;
  border-radius: 4px 4px 4px 4px;
}

.elementor-219 .elementor-element.elementor-element-7a20da80 .ha-image-grid__wrap {
  --image-grid-right: 2px;
  --image-grid-left: 2px;
}

.elementor-219 .elementor-element.elementor-element-7a20da80 .ha-filter__item {
 padding: .685rem 2rem;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #8c8c8c;
  border-radius: 40px 40px 40px 40px;
  font-family: "Viga", Sans-serif;
  font-weight: 400;
  color: #8c8c8c;
  background-color: #E1E1E1;
  margin: 0 1rem;
}



.elementor-219 .elementor-element.elementor-element-361867d .elementor-button {
  font-family: "Viga", Sans-serif;
  font-size: 24px;
  font-weight: 100;
  font-style: italic;
  background-color: transparent;
  background-image: linear-gradient(180deg, #49C85B 0%, #42AC51 100%);
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #49C85B;
  border-radius: 9px 9px 9px 9px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.21);
}



.elementor-219 .elementor-element.elementor-element-361867d>.elementor-widget-container {
  margin: 18px 0px 0px 0px;
}

.elementor-219 .elementor-element.elementor-element-070c4ca .elementor-heading-title {
  color: #FFFFFF00;
  font-family: "Roboto", Sans-serif;
  font-size: 1px;
  font-weight: 100;
  line-height: 1px;
  letter-spacing: -5px;
  word-spacing: 1px;
}

.elementor-219 .elementor-element.elementor-element-070c4ca>.elementor-widget-container {
  margin: -19px 0px 0px 0px;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media(max-width: 990px){
    .ha-image-grid__wrap .row>div{
        /*max-width: 33.33%;*/
    padding-left: 10px;
    padding-right: 10px
    }
    .ha-image-grid__item .text{
        min-height: 5rem;
    }
    .ha-image-grid__item{
        width: 30.53%;
    }

    .ha-image-grid__wrap .col-md-3{
        max-width: 30.53%;
    }
    .ha-image-grid__wrap .row{
        margin-right: 0;
    margin-left: 0;
    }
    .ha-image-grid__item .text p{
        font-size: 1.375rem;
    }
    .ha-filter__item{
        font-size: 1.375rem;
    }
}


@media(max-width: 767px) {
  .elementor-219 .elementor-element.elementor-element-8424894 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .elementor-219 .elementor-element.elementor-element-cc74fa7 {
    text-align: center;
  }
  .ha-image-grid__item .text p{
      font-size: 1rem;
  }

  .elementor-219 .elementor-element.elementor-element-cc74fa7 .elementor-heading-title {
    font-size: 24px;
  }

  .elementor-219 .elementor-element.elementor-element-cc74fa7>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
     .ha-image-grid__item{
        width: 47.2%;
    }
    .ha-image-grid__item .text p.titi{
        line-height: 1.2rem
    }

    .ha-image-grid__wrap .col-md-3{
        max-width: 47.2%;
    }
    .ha-image-grid__item .text{
        min-height: 5.5rem;
    }
    .orderstj .pjtj.more-b span{
        font-size: 1.125rem;
    }


  .elementor-219 .elementor-element.elementor-element-2de48e41 {
    padding: 0px 0px 0px 0px;
  }
.ha-image-grid__wrap .row>div{
    width: 50%;
}
.hajs-filter li{
    width: 48.5%;
}
.ha-filter__item{
    min-width: auto;
    width: 100%;
    margin: 0;
    font-size: 1rem;
}
.hajs-filter li:nth-child(odd){
    margin-right: 1.5%;
}
.hajs-filter li:nth-child(even){
    margin-left: 1.5%;
}
.ha-image-grid__wrap .row>div{
        max-width: 50%;
    padding-left: 5px;
    padding-right: 5px
    }
.ha-image-grid__item{
    margin-bottom: 2rem;
}
.ha-image-grid__item {
  display: block;

  overflow: hidden;
width: 47.2%;
  outline: 0;
margin: 0 1.4% 2rem;
  text-decoration: none
}
.orderstj .fixed .cont{
    width: 100%;
}
.orderstj .fixed .cont{
    padding: 1.5rem;
    transform: translateY(-45.5%);
}
.orderstj .lx-cont2 form .msg-a1 .inpt input{
    font: 500 1rem / 2.5rem "";
}
.orderstj .lx-cont2 form .tit{
        font: 500 1rem / 1em "";
}
.orderstj .lx-cont2 form .msg-a1 .inpt{
    margin-top: .5rem;
}
.orderstj .lx-cont2 form .msg-a3{
    margin-top: 0;
}
.orderstj .lx-cont2 form .msg-a2{
    margin-top: .5rem;
}
.orderstj .lx-cont2 form .div_aghgha{
    margin-top: .5rem;
}
.orderstj .div_aghgha .more-b{
    padding: .5rem 5rem;
}
.lx-cont2 form .msg-a2 textarea{
    height: 6rem;
}
.orderstj .ny-tit .tit{
        font-size: 1.125rem;
}
.orderstj .lx-cont2 form .tit{
    text-align: left;
}
.orderstj .lx-cont2 form .msg-a3 p{
      font-size: .875rem;
        line-height: 1.2em;
}



  .elementor-219 .elementor-element.elementor-element-61a8db1b {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .orderstj .fixed .cont{
      height: 100%;
      overflow: auto;
  }

  


}

@media(max-width: 480px){
    .layui-layer.layui-layer-page.layui-layer-rim{
        width: 90%!important;
    }
}




