@import url("./base.css");

ul,
li,
p,
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/* .row1 */

.producthead {
  background: url(../img/pro-t.png) center no-repeat;
  color: white;
  font-size: 14px;
  text-align: right;
  display: block;
  line-height: 24px;
  margin-bottom: 30px;
  margin-top: 50px;
}

.producthead a {
  color: white;
  margin-right: 10px;
}

.row1 .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.row1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2);
  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;
}

.row1 .pro_swiper {
  position: relative;
}

.row1 .swiper-button-next,
.row1 .swiper-button-prev {
  display: none;
}

.row1 .btn-next {
  cursor: pointer;
  width: 38px;
  height: 64px;
  background: url(../img/pro-left.png) no-repeat left top;
  z-index: 99999;
  position: absolute;
  right: -50px;
  top: 50%;
  margin-top: -44px;
}

.row1 .btn-prev {
  cursor: pointer;
  width: 38px;
  height: 64px;
  background: url(../img/pro-right.png) no-repeat left top;
  z-index: 99999;
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: -44px;
}

.row1 .btn-next:hover {
  background: url(../img/pro-left-h.png) no-repeat left top;
  transition: 0.3s;
}

.row1 .btn-prev:hover {
  background: url(../img/pro-right-h.png) no-repeat left top;
  transition: 0.3s;
}

.row1 .pro_swiper .img img {
  max-width: 100%;
  border: 1px solid #f1f1f1;
  height: 290px;
  box-shadow: 0px 1px 7px #afafaf;
}

.row1 .pro_swiper a h3 {
  text-align: center;
}

/* .row2 */

.row2 {
  background: #eee;
  overflow: hidden;
  padding: 2em 0;
}

.row2 .el-col a {
  padding-right: .5em;
  overflow: hidden;
  display: block;
  position: relative;
  height: 195px;
}

.row2 .el-row .el-col:last-child a {
  padding-right: 0;
}

.row2 .el-col a img {
  max-width: 100%;
}

.anlihead {
  background: url(../img/case-t.png) left bottom no-repeat;
  color: white;
  font-size: 14px;
  text-align: right;
  display: block;
  line-height: 24px;
  margin-bottom: 20px;
  z-index: 9999;
}

.anlihead a {
  color: white;
  margin-right: 10px;
}

.row2 .el-col a .ovrly {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  height: 20%;
  left: -100%;
  top: 134px;
  width: 90%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.buttons {
  position: absolute;
  top: 55%;
  left: -100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.row2 .el-col .buttons .box2title {
  color: #fff;
}

.row2 .el-col a:hover .buttons {
  left: 50%;
}

.row2 .el-col a:hover .ovrly {
  left: 0;
}

/* .row3 */
/* 公司简介 */
.about-c {
  padding-right: 10px;
}

.about-cont {
  line-height: 1.8em;
  text-indent: 2em;
  padding: .5em;
  background: #f5f5f5;
}

.companyhead {
  background: url(../img/about-t.png) center no-repeat;
  color: white;
  font-size: 14px;
  text-align: right;
  display: block;
  line-height: 24px;
  margin-bottom: 20px;
}

.companyhead a {
  color: white;
  margin-right: 10px;
}

.about-c img {
  max-width: 100%;
}

/* 资讯中心 */
.newshead {
  background: url(../img/news-t.png) center no-repeat;
  color: white;
  font-size: 14px;
  text-align: right;
  display: block;
  line-height: 24px;
  margin-bottom: 20px;
}

.newshead a {
  color: white;
  margin-right: 10px;
}

.p_news {
  padding-left: 10px;
}

.p_news li {
  height: 64px;
  border-bottom: 1px dotted #999999;
  line-height: 65px;
  list-style-type: disc;
  text-indent: 1em;
  font-size: 14px;
  overflow: hidden;
}

.p_news li:hover {
  color: #0b96f2;
}

.p_news .nspan {
  float: right;
}

/* 地图 */
#allmap {
  height: 100%;
  background: #f5f3f0;
  border: 1px solid #e8e8e8;
}

#allmap .BMap_bubble_content {
  line-height: 1.8em;
}
  .wxb{
      width: 1200px; margin: 20px auto 0;display: flex; justify-content: space-between;
  }

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 750px) {
  .category-list ul li {
    display: inline-block;
  }

  .row1 .btn-next,
  .row1 .btn-prev {
    display: none;
  }

  .category-list ul li a {
    border-bottom: none;
  }

  .pro-list ul li,
  .row3 .pro-list ul li {
    width: 50%;
  }

  .about-c {
    padding-right: 0;
  }

  .p_news {
    padding-left: 0;
  }

  .row2 .el-col a img {
    width: 100%;
  }

  .row1 .el-col,
  .row2 .el-col,
  .row3 .el-col,
  .row4 .el-col {
    width: 100%;
  }

  .row1 .el-col:nth-child(n + 2),
  .row2 .el-col:nth-child(n + 2),
  .row3 .el-col:nth-child(n + 2) {
    margin-top: 20px;
  }

  .row3::before {
    display: none;
  }

  .row3 .widget-header .title {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .newshead {
    background: url(../img/news-t.png) left center no-repeat;
  }

  .companyhead {
    background: url(../img/about-t.png) left center no-repeat;
  }

  .producthead {
    background: url(../img/pro-t.png) left center no-repeat;
  }

  .producthead a,
  .companyhead a,
  .anlihead a,
  .newshead a {
    font-size: 0;
  }

  .p_news .nspan {
    display: none;
  }

  .row1 .pro_swiper .img img {
    height: auto;
  }

  .row1 .pro_swiper a h3 {
    font-size: 16px;
  }

  #allmap {
    height: 240px;
  }

  #allmap .BMap_bubble_content {
    font-size: 12px;
  }
  
  .wxb{
      width: 100%; margin: 20px auto 0;display: flex; justify-content: space-between; flex-wrap: wrap;
  }
  .wxb a{
      display: block;
  }
  
  .wxb a img{
      width: 100%;
  }
}

@media screen and (max-width: 640px) {}