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

.widget-header {
  position: relative;
}

.widget-header .en {
  text-align: center;
  color: #fff;
  font-size: 38px;
  line-height: 1em;
  padding: 10px 0;
  text-transform: uppercase;
}

.widget-header .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.widget-header .title::before,
.widget-header .title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e8e8e8;
}

.widget-header .title span {
  padding: 0 1em;
  font-size: 22px;
  color: #fff;
  position: relative;
  line-height: 1em;
}

.widget-header .title span::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  content: "";
  background: #ef8700;
}

.widget-header .title span::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3px;
  content: "";
  background: #ef8700;
}

.pro-end {
  margin: 40px auto;
  text-align: center;
}

.pro-end a {
  width: 200px;
  padding: 10px 50px;
  color: #fff;
  background-color: rgb(51, 51, 51);
}

.pro-end a.active {
  background-color: #d0231c;
}

.pro-end a:hover {
  background-color: rgba(160, 6, 0, 1);
}

.notice {
  background: #cc0000;
  padding: .5em 0;
  color: #fff;
}

/* row1 */

.row1 {
  padding: 30px 0;
  background: url(../img/casebg.jpg)top center repeat-x;
}

.proBox {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.proContainer {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 1rem auto;
  padding: 0px;
}

.proLi {
  position: relative;
  background: #fff;
  margin: 10px;
  overflow: hidden;
  padding: 0px;
  float: left;
  width: calc(100% / 4.3);
  /* height: 400px; */
}

/* .proLi:hover {
  box-shadow: 0px 0px 5px #3c3c3c;
}
.proLi:hover .porBbox{
  border-bottom: 0;
} */
.porTbox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 267px;
  border: 1px solid #f2f2f2;
}

.porTbox .proImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  transition: all .5s ease;
}

.proLi:hover .proImg {
  transform: translate(-50%, -50%) scale(1.1);
}

.showBox {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, .6);
  transition: all 0.5s ease;
}

.proLi:hover .showBox {
  opacity: 1;
}

a.showBoxLink {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 60%;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  padding: 0.5rem 0;
}

.showBoxLink::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: #fff;
  transition: all .5s ease;
}

.proLi:hover .showBoxLink::before {
  width: 1rem;
}

.showBoxLink::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: #fff;
  transition: all .5s ease;
}

.proLi:hover .showBoxLink::after {
  width: 1rem;
}

.porBbox {
  position: relative;
  overflow: hidden;
  width: 100%;
  /* height: 130px; */
  padding: 20px 20px 10px;
  border: 1px solid #f2f2f2;
}

.proTitle {
  font-size: 1rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}

.proSummry {
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  margin: 10px 0;
  text-overflow: ellipsis;
}

.lookDetail {
  position: relative;
  display: block;
  color: #777;
  bottom: 13px;
}

.arrowsR {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0, -50%);
  width: 30px;
}

.arrowsR img {
  position: absolute;
  transition: all .5s ease;
}

.arrowsR img {
  position: absolute;
  transition: all .5s ease;
}

.harr {
  opacity: 0;
}

.lookDetail:hover .barr {
  opacity: 0;
}

.lookDetail:hover .harr {
  opacity: 1;
}

.i_more a {
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 180px;
  height: 40px;
  line-height: 40px;
  color: #393939;
  border-radius: 30px;
  border: 2px solid #ededed;
}

.row1 .pro-cate {
  width: 100%;
  position: relative;
  z-index: 0;
}

.row1 .pro-cate .wrap {
  width: 1200px;
}

.row1 .pro-cate ul {
  height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.row1 .pro-cate ul li {
  flex: 1;
  height: 38px;
  position: relative;
}

.row1 .pro-cate ul li>a {
  display: block;
  text-align: center;
  line-height: 38px;
  height: 38px;
  color: #333;
  background: #f4f4f4;
  margin-right: 3em;
  border-radius: 5px;
}
.row1 .pro-cate ul li>a:hover {
    background: #ef8700;
    color: #fff;
}
/* row2 */
.row2 {
  padding: 40px 0;
  background: #008dcf url(../img/abbg.jpg)center center no-repeat;
  background-size: cover;
  position: relative;
}

.row2 .el-row {
  margin-top: 20px;
  background: #fff;
}

.row2 .el-col {
  padding: 0 20px;
}

.row2 .img img {
  width: 100%;
  vertical-align: top;
}

.row2 .widget-body .title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-top: 30px;
  line-height: 1em;
  padding-bottom: 10px;
}

.row2 .title_en {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
}

.row2 .title_line {
  width: 200px;
  height: 3px;
  background: #d0231c;
}

.row2 .detail {
  font-size: 14px;
  color: #000;
  text-align: justify;
  line-height: 1.45em;
}

.row2 .view_more {
  background-color: #d0231c;
  text-align: center;
  width: 200px;
  padding: 1em;
  display: block;
  margin: 40px auto;
}

.row2 .view_more a {
  color: white;
}


.row2 .aboutimg {
  display: none;
  padding-bottom: .5em;
}

.row2 .aboutimg img {
  width: 100%;
  vertical-align: top;
  border-radius: 1em;
}

.row2 .el-row.b_nav {
  background: #fff;
}

.row2 .b_nav .el-col-8 {
  border-right: 1px dotted #666;
  padding: 10px 0;
  margin: .5em 0;
}

.row2 .b_nav .el-col-8:last-child {
  border-right: none;
}

.row2 .b_nav .el-col-8 a {
  display: block;
  text-align: center;
}

.row2 .b_nav a.active {
  color: #f56c6c;
}

.row2 .b_nav .el-col-8 i {
  font-size: 38px;
}

.about-baner .img span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 2em;
  background-color: rgba(0, 0, 0, .7);
  color: #fff;
  text-align: center;
}

.row2 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: 2.5em;
}

/* row3 */
.row3 {
  overflow: hidden;
}

.row3 .el-rom {
  overflow: hidden;
}

.row3 .contentBox {
  background: #f5f5f5;
  margin: .5em;
  overflow: hidden;
  padding: 1em;
}

.row3 .picBox {
  width: 40%;
  height: 150px;
  overflow: hidden;
  float: left;
}

.row3 .picBox .pic {
  transition: all 1s ease;
  max-width: 100%;
}

.row3 .picBox .pic:hover {
  width: 100%;
  transform: scale(1.2);
}

.row3 .content {
  width: 58%;
  padding-left: 2%;
  float: right;
}

.row3 .titleLink {
  font-size: 1.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.row3 .sumrry {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  color: #8c8c8c;
  -webkit-line-clamp: 2;
  font-size: 0.875rem;
  margin-top: 3%;
  line-height: 1.5em;
}

.row3 .l_more {
  margin-top: 6%;
  font-size: 0.75rem;
  color: #8c8c8c;
}

.row3 a.s_more {
  display: block;
  width: 200px;
  margin: 30px auto;
  text-align: center;
  padding: 1em;
  background: #fc5b4d;
  color: #fff;
  border-radius: 5px;
}

.row3 .widget-header .title span {
  color: #b10004;
}

.row3 .widget-header .t_line {
  margin: 1em auto;
  width: 60px;
  height: 8px;
  background: #b10004;
}

.row3 .widget-header .en {
  color: #666;
  font-size: 18px;
}

.row3 h3.title {
  overflow: hidden;
}

/* row4 */
.row4 {
  background: #eee;
}

.row4 .widget-header .en {
  color: #666;
  padding: 30px 0;
}

.row4 .wrap {
  padding-bottom: 40px;
}

.row4 .wrap .el-row {
  background: #fff;
  padding: 40px 30px;
}

.row4 .el-col-6 {
  padding: 0 15px;
}

.row4 .env-img {
  overflow: hidden;
  height: 200px;
}

.row4 .env-img img {
  width: 100%;
  transition: all .5s ease;
}

.row4 a:hover img {
  transform: scale(1.2);
}

.row4 .env-title {
  transition: all .5s ease;
}

.row4 a:hover .env-title {
  padding-left: 20px;

}

/* row5 */
.row5 {
  padding: 20px 0;
}

.row5 .widget-header .en {
  color: #d0231c;
}

.row5 .widget-header .title span {
  font-size: 18px;
  color: #666;
}

.row5 .el-row .el-col {
  overflow: hidden;
  height: 292px;
  background-color: #f1f1f1;
}

.row5 .el-row .el-col img {
  max-width: 100%;
}

.row5 .ys-txt {
  padding: 4em;
}

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

#allmap .BMap_bubble_content {
  line-height: 1.8em;
}

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

@media screen and (max-width: 750px) {
  .widget-header .en {
    font-size: 28px;
  }

  .proTitle {
    font-size: .5rem;
  }

  .category-list ul li {
    display: inline-block;
  }

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

  .row1 {
    background: url(../img/casebg.jpg)top center repeat;
  }

  .row1 .i_more a {
    color: #fff;
  }

  .row1 .pro-cate .wrap {
    width: 100%;
  }

  .row1 .pro-cate ul {
    display: block;
    justify-content: space-between;
    align-items: center;
  }

  .row1 .pro-cate ul li {
    float: left;
    width: 33.33%;
    margin-top: .5em;
  }
.row1 .pro-cate ul li:last-child {
    width: 100%;
}
  .row1 .pro-cate ul li>a {
    margin-right: .5em;
    font-size: 12px;
  }

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

  .row2 .widget-body .title {
    font-size: 20px;
  }

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

  .row2 .b_nav .el-col-8 i {
    font-size: 18px;
  }

  .row4 .wrap .el-row {
    padding: 20px;
  }

  .row4 .el-col {
    width: 50%;
    margin-bottom: 10px;
  }

  .row4 .el-col-6 {
    padding: 0 10px;
  }

  .row4 .el-col-6 {
    padding: 0 10px 0 0;
  }

  .row4 .env-img img {
    width: 130%;
    min-height: 100%;
  }

  .row4 .el-col-6:nth-child(even) {
    padding: 0;
  }

  .row4 .env-title span {
    display: none;
  }

  .row4 .env-img {
    height: 120px;
    overflow: hidden;
  }

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

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

  .row3::before {
    display: none;
  }

  .row3 h3.title {
    overflow: hidden;
    margin: 0 0 .5em 0;
  }

  .row3 .picBox {
    height: auto;
  }

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

  .row5 .el-row .el-col {
    height: 80px;
  }

  .row5 .ys-txt {
    padding: .5em;
  }

  .row5 .ys-txt h2 {
    font-size: 18px;
  }

  .row5 .reset_style {
    display: none;
  }

  .row5 .widget-header .title span {
    font-size: 12px;
  }

  .row5 .el-row .el-col img {
    height: 100%;
  }

  #allmap {
    height: 240px;
  }

  #allmap .BMap_bubble_content {
    font-size: 12px;
  }

  .proLi {
    width: calc((100% - 20px) / 2.2);
    float: left;
    height: auto;
  }

  .proLi:nth-child(7),
  .proLi:last-child {
    display: none;
  }

  .porTbox {
    height: 130px;
  }

  .lookDetail {
    display: none;
  }
}

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