@charset "UTF-8";
.img-cover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-contain {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}


/**proinfo**/
.pd50 {
  overflow: hidden;
  padding: 44px 0 80px;
}

.pd50.bort {
  border-top: 1px solid #eee;
}

.bge.nopd .ul-lmlist {
  margin-bottom: 0;
}

.m-proinfo {
  overflow: hidden;
  margin: 70px 0;
  border: 1px solid #e3e3e3;
}

.m-proinfo .pic {
  float: left;
  width: 50%;
  height: 518px;
  position: relative;
}

.m-proinfo .txt {
  overflow: hidden;
  height: 518px;
  background: #f3f2f2;
  position: relative;
  padding: 59px 70px 0;
}

.m-proinfo .tit {
  font-weight: bold;
  font-size: 36px;
  color: #000;
  margin-bottom: 20px;
}

.m-proinfo .line {
  height: 3px;
  background: url(../images/icon/ico25.png) no-repeat;
  margin-bottom: 27px;
}

.m-proinfo .desc {
  font-size: 16px;
  line-height: 1.9;
  color: #4c4c4c;
  margin-bottom: 20px;
}

.m-proinfo .desc p {
  margin-bottom: 10px;
}

.m-proinfo .link {
  overflow: hidden;
  position: absolute;
  bottom: 67px;
  right: 0;
  left: 72px;
  padding-top: 20px;
  border-top: 1px solid #e3e3e3;
}

.m-proinfo .link a {
  display: none;
  background: var(--theme-color) url(../images/icon/ico8.png) no-repeat center;
  width: 156px;
  height: 50px;
  float: left;
}

.m-proinfo .link .phone {
  font-size: 16px;
  float: none;
  padding-left: 50px;
  line-height: 50px;
  margin-left: 0px;
  color: #4C4C4C;
  background: url(../images/icon/ico9.png) no-repeat left center;
  display: block;
  width: 100%;
}

.m-proinfo .link .phone span {
  font-size: 25px;
  color: #333333;
  font-weight: bold;
}

.g-title1 {
  font-size: 36px;
  color: #262626;
  font-weight: bold;
  margin-bottom: 1.35vw;
}

.xgpro .pic {
  padding-top: 75%;
  overflow: hidden;
  height: 0;
  position: relative;
  border-right: 1px solid #dadada;
}

.xgpro .txt {
  overflow: hidden;
  background-color: #fff;
  /*height: 270px;*/
  text-align: center;
  padding-top: 36px;
  padding-bottom: 25px;
  border-top: 1px solid #dadada;
  border-right: 1px solid #dadada;
}

.xgpro .tit {
  font-size: 18px;
  color: #000000;
  margin-bottom: 16px;
  padding: 0 5px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  /*overflow: hidden;*/
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
}

.xgpro .tit span {
  font-size: 24px;
  margin-left: 7px;
}

.xgpro .desc {
  font-size: 14px;
  height: 3em;
  padding: 0 60px;
  color: #7D7D7D;
  line-height: 1.5;
  margin-bottom: 30px;
}

.xgpro .more {
  width: 200px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background: var(--theme-color);
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .xgpro .tit {
    height: auto;
  }
}
/**prolist**/
.probox {
  overflow: hidden;
  /*background: #f5f7fa url(../images/polist-bg.jpg) no-repeat bottom;*/
  padding-bottom: 70px;
}

.m-content {
  font-size: 15px;
  line-height: 30px;
  margin-top: 10px;
  max-width: 100%;
  overflow: hidden;
}

.m-content h2 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  padding: 10px 0;
}

.m-content h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  padding: 8px 0;
}

.m-content p {
  margin: 0;
  font-size: 15px;
  line-height: 30px;
  margin-top: 4px;
}

.m-content img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.m-content iframe {
  width: 100%;
  height: 600px;
}

.xgpro .swiper-button-next,
.xgpro .swiper-button-prev {
  width: 0;
  height: 0;
}

@media only screen and (max-width: 1500px) {
  .pd50 {
    padding: 40px 0 50px;
  }
}
@media only screen and (max-width: 1430px) {
  .pd50 {
    padding: 30px 0 40px;
  }
  .m-proinfo .tit {
    font-size: 28px;
  }
  .g-title1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1230px) {
  .pd50 {
    padding: 30px 0;
  }
  .m-proinfo .pic {
    width: 100%;
    margin-bottom: 20px;
    height: 450px;
    float: none;
    border: 1px solid #eee;
  }
  .m-proinfo {
    border: none;
    margin: 30px 0;
  }
  .m-proinfo .txt {
    height: auto;
    padding: 30px;
  }
  .m-proinfo .link {
    position: static;
  }
  .m-proinfo .tit {
    font-size: 22px;
  }
  .m-proinfo .link .phone span {
    font-size: 20px;
  }
  .g-title1 {
    font-size: 28px;
  }
  .xgpro .swiper-button-next,
.xgpro .swiper-button-prev {
    width: 27px;
    height: 44px;
  }
}
@media only screen and (max-width: 1023px) {
  .g-title1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .m-proinfo .pic {
    width: auto;
    height: 285px;
  }
  .m-proinfo .link{
      padding-top:15px;
  }
  .m-proinfo .link .phone {
    font-size:14px;
    background-size: auto 32px;
    height: 32px;
    line-height: 32px;
    padding-left:35px;
  }
  .m-proinfo .link .phone span{
      font-size:16px;
  }
  .m-proinfo .txt {
    padding: 15px;
  }
  .g-title1 {
    font-size: 22px;
  }
  .m-proinfo .desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .m-content {
    font-size: 14px;
  }
}

.probox .container > .desc {
  width: 76%;
  height: auto;
  line-height: 26px;
  color: #666;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1230px) {
  .probox .container > .desc {
    width: 90%;
    margin-bottom: 15px;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .probox .container > .desc {
    width: 100%;
    margin-bottom: 10px;
    margin-top: -15px;
  }
}
@media only screen and (max-width: 500px) {
  .probox .container > .desc {
    margin-bottom: 5px;
    margin-top: -20px;
  }
}/*# sourceMappingURL=test.css.map */