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

.widget-header {
  position: relative;
}

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

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

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

}

.widget-header .title span {
  padding: 0 1em;
  font-size: 38px;
  color: #000;
  position: relative;
  line-height: 1em;
  font-family: arial, helvetica, sans-serif;
}

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

/* row1  */
.row1 {
  background: #f1f1f1;
  padding: 20px 0 20px 0;
}

.row1 .cate-wrap {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}

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

.row1 .widget-cate a {
  padding: .5em 2em;
  line-height: 38px;
  background: #4b91e8;
  color: #fff;
  font-size: 14px;
  margin: 0 .2em;
  border-radius: 5px;
}

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

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

  padding-bottom: 30%;
  width: calc(100% / 3);
}
.proLi {
  position: relative;
  height: 0px;
  padding-bottom: 20%;
  margin: 0.5rem 0;
  overflow: hidden;
  width: calc(100% / 4);
  float: left;
}

.proLink {
  position: absolute;
  top: 0px;
  left: 1rem;
  width: calc(100% - 2rem);
  height: 100%;
  overflow: hidden;
}

.proImgBox {
  position: relative;
  width: 100%;
  height: 80%;
  overflow: hidden;
  border: 1px solid #dcdcdc;
}

.proImg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.txtBox {
  position: absolute;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 80%;
  overflow: hidden;
  padding: 10% 20%;
  box-sizing: border-box;
  color: #fff;
  background: rgba(177, 0, 4, .7);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.proLi:nth-child(3n) .txtBox {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: 100%;
}

.proLi:nth-child(2n) .txtBox {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 100%;
  top: 100%;
}

.proLi:hover .txtBox {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  left: 0px;
  top: 0px;
}

.proTitle {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.125rem;
  line-height: 36px;
  border-bottom: 2px solid #fff;
  padding-bottom: 9px;
  text-align: center;
}

.proSummry {
  width: 100%;
  font-size: 0.875rem;
  line-height: 24px;
  margin-top: 19px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.see {
  width: 100px;
  text-align: center;
  font-size: 0.75rem;
  margin: 1rem auto;
  transition: all .5s ease;
}

.see .iconfont {
  display: inline;
  color: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none;
  font-weight: normal;
  text-decoration: none;
  font-size: inherit;
  font-family: "Microsoft Yahei";
  font-weight: normal;
  text-decoration: none;
}

.proTitleBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  height: 20%;
  color: #333;
  font-size: 1rem;
  padding: 0 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .5s ease;
}

.row1 .el-row {
  margin: 0 -10px;
}

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

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

/* row2 */
.row2 {
  padding-top: 20px;
  background: #f6f6f6 url(../img/row2bg.jpg) center bottom no-repeat;
  background-size: cover;
  position: relative;
}

.row2 .widget-header .en {
  color: #fff;
}

.row2::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border: 15px solid transparent;
  border-top-color: #f1f1f1;
  margin-left: -15px;
}

.row2 .widget-header .title span {
  color: #fff;
}

.row2 .el-row {
  margin: 0 -20px;
}

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

.row2 .widget-body {
  padding-top: 20px;
  padding-bottom: 40px;
}

.row2 .img {
  border: 5px solid rgba(0, 0, 0, 0.1);
}

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

.row2 .title {
  font-size: 18px;
  color: #1e9f7b;
  line-height: 1em;
  padding-bottom: 10px;
}

.row2 .detail {
  font-size: 16px;
  color: #fff;
  text-align: justify;
  line-height: 1.8em;
}

.ab_more a {
  display: block;
  border: 3px solid #fff;
  padding: 1em;
  text-align: center;
  color: #fff;
  width: 200px;
}

.ab_more a:hover {
  border: 3px solid #dd0017;
  color: #dd0017;
}

/* 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: 1rem;
  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;
}

/* row4 */
.row4 {
  padding: 20px;
  overflow: hidden;
  position: relative;
  height: 420px;
}

.row4 .p_custom {
  padding: 4em 1em;
  text-align: center;
  background: #dd4434;
  margin: 0 .5em;
  color: #dd4434;
  transition: all .5s ease;
  border-radius: 10px;
}

.row4 .el-col .p_custom:hover {
  border: 1px solid #d42b40;
  box-shadow: 0 0 15px #d42b40;
  transform: translateY(-20px);
  background: #fe1849 !important;
}

.row4 .p_custom p i {
  font-size: 48px;
  background: #fff;
  border-radius: 50%;
  padding: .2em;
  border: 2px solid #dd4434;
}

.row4 .p_custom:hover p i {
  border: 2px solid #dd4434;
}

.row4 .p_custom span {
  color: #fff;
}

.row4 .el-col:nth-child(1) .p_custom {
  background: #f0b122;
}

.row4 .el-col:nth-child(1) .p_custom p i {
  border: 2px solid #f0b122;
  color: #f0b122;
}

.row4 .el-col:nth-child(2) .p_custom {
  background: #7bbc52;
}

.row4 .el-col:nth-child(2) .p_custom p i {
  border: 2px solid #7bbc52;
  color: #7bbc52;
}

.row4 .el-col:nth-child(3) .p_custom {
  background: #30a6dc;
}

.row4 .el-col:nth-child(3) .p_custom p i {
  border: 2px solid #30a6dc;
  color: #30a6dc;
}

.row4 .el-col:nth-child(4) .p_custom {
  background: #9C27B0;
}

.row4 .el-col:nth-child(4) .p_custom p i {
  border: 2px solid #9C27B0;
  color: #9C27B0;
}

.row4 .el-col:nth-child(5) .p_custom {
  background: #009688;
}

.row4 .el-col:nth-child(5) .p_custom p i {
  border: 2px solid #009688;
  color: #009688;
}

/* row5 */
.row5 {
  padding: 40px 0;
  background: url(../img/row5bg.jpg)center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.row5 .widget-header .title span {
  color: #fff;
}

.row5 .pro_swiper h3 {
  color: #fff;
  text-align: center;
}

.row5 .swiper-container {
  width: 100%;
  position: unset;
}

.row5 .swiper-slide a {
  display: block;
  background: #2c78d0;
  border: 5px solid #efefef;
}

.row5 .swiper-slide a .img {
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.row5 .swiper-slide a .img img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.row5 .swiper-slide a .title {
  line-height: 24px;
  font-size: 14px;
  text-align: center;
}

.row5 .swiper-slide a:hover {
  background: #1e2f56;
  color: #fff;
  border-color: #1e2f56;
}

.row5 .pro_swiper {
  position: relative;
}

.row5 .swiper-button-next {
  right: -47px;
}

.row5 .swiper-button-prev {
  left: -47px;
}

.row5 .swiper-pagination {
  display: none;
  width: 100%;
  bottom: 10px;
}

.row5 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 4px;
}

.row5 .swiper-pagination-bullet-active {
  background: #063333;
}

/* row6 */

.pro-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: -20px -10px 0;
  overflow: hidden;
}

.pro-list ul li {
  padding: 20px 10px 0;
  float: left;
  width: 33.33%;
}

.pro-list ul li a {
  display: block;
  background: #fff;
  font-weight: bold;
  border: 1px solid #ccc;
}

.pro-list ul li a .img {
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}

.pro-list ul li a .img img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 15px 15px 0 15px;
  vertical-align: top;
  transition: all 1s ease;
}

.pro-list ul li a:hover img {
  transform: scale(1.2);
}

.pro-list ul li a .title {
  display: block;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pro-list ul li a:hover {
  background: #3366cc;
  color: #fff;
}

/* 地图 */
#allmap {
  height: 100%;
  height: 450px;
  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 .title span {
    padding: 0;
    font-size: 18px;
  }

  .widget-header .title {
    width: 100%;
  }

  .widget-header .en {
    text-align: center;
    font-size: 12px;
    padding: .5em;
  }

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

  .row1 .widget-cate a {
    padding: .5em 1em;
    line-height: unset;
    font-size: 12px;
    margin: .2em .5%;
    float: left;
    width: 32.3%;
  }

  .proLi {
    padding-bottom: 40%;
    width: calc(100% / 2);
  }

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

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

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

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

  .row4 {
    height: auto;
  }

  .row4 .el-col {
    width: 50%;
  }

  .row4 .p_custom {
    padding: 1em;
    margin: .5em;
  }

  .row1 .el-col,
  .row2 .el-col,
  .row3 .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;
  }

  #allmap {
    height: 240px;
  }

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

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