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

.widget-header {
  position: relative;
}

.widget-header .en {
  text-align: center;
  color: #22b38a;
  font-size: 28px;
  line-height: 1em;
  padding: 10px 0;
}

.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: #000;
  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-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: 25%;
}

.pro-list ul li a {
  display: block;
  background: #fff;
  border: 5px solid #efefef;
}

.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%;
  vertical-align: top;
}

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

.pro-list ul li a:hover {
  border-color: #22b38a;
}

.pro-list ul li a:hover .title {
  color: #fff;
  background: #22b38a;
}

/* row1 */
.c1-con ul {
  zoom: 1;
  overflow: hidden;
  padding-left: 0;
}

.c1-con ul li {
  list-style-type: none;
  width: 20%;
  float: left;
  margin-bottom: 20px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.c1-con ul li:nth-child(3n) {
  margin-right: 0;
}

.c1-con ul li a {
  display: block;
  margin: 0 .2em;
}

.c1-con ul li .tu {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #eeeeee;
}

.c1-con ul li .tu img {
  width: 100%;
  height: 200px;
  transition: .5s;
}

.c1-con ul li:hover img {
  transform: scale(1.1);
}

.c1-con ul li .tu .marks {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: .5s;
  opacity: 0;
}

.c1-con ul li:hover .tu .marks {
  opacity: 1;
}

.c1-con ul li .tu .jia {
  width: 54px;
  height: 54px;
  position: absolute;
  top: 80px;
  left: 163px;
  /* background: url(../img/jia.png) no-repeat center; */
  transition: .5s;
  opacity: 1;
}

.c1-con ul li:hover .tu .jia {
  top: 110px;
  opacity: 0;
}

.c1-con ul li .wz {
  padding-bottom: 22px;
  background: #fff;
  border: 1px solid #eeeeee;
}

.c1-con ul li .wz h3 {
  font: normal 18px/66px "微软雅黑";
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  font-size: 12px;
  line-height: 48px;
}

.c1-con ul li .wz h4 {
  text-align: center;
  line-height: 30px;
  color: #999;
  font-weight: normal;
}

.c1-con ul li .wz dt {
  width: 167px;
  height: 32px;
  text-align: center;
  margin: 0 auto;
  font: normal 13px/32px "微软雅黑";
  color: #555;
  background: #c97449;
  color: #fff;
}

.c1-con ul li .wz dt:hover {
  border-color: #c97449;
}

.c1-con ul li:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
  -webkit-transform: translate3d(0, -4px, 0);
  transform: translate3d(0, -4px, 0);
}

/* tabBox */
.tabBox {
  border: 1px solid #f2f2f2;
  border-top: none;
}

.tabBox ul li {
  list-style-type: none;
}

.tabBox .hd ul {
  height: 48px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tabBox .hd ul li {
  flex: 1;
  height: 48px;
  border-top: 3px solid transparent;
  position: relative;
}

.tabBox .hd ul li.on {
  background-color: #fff;
  border-top: solid 3px #FF5915;
}

.tabBox .hd ul li.on a {
  color: #FF5915;
}

.tabBox .hd ul li a {
  display: block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  color: #333;
  font-size: 14px;
  cursor: pointer;
}

.tabBox .bd ul {
  margin: 0;
  padding: 0;
}

.tabBox .bd ul li>div {
  float: left;
  overflow: hidden;
}

.tabBox .bd ul li .con_pic {
  width: 20%;
  background: url(../img/theme_left.jpg)center center no-repeat;
  background-size: cover;
  height: 345px;
}

.tabBox .bd ul li .con_pic a {
  display: block;
  overflow: hidden;
}

.tabBox .bd ul li .con_pic i {
  text-align: center;
  display: block;
  margin: 1.5em 0;
}

.tabBox .bd ul li .con_pic img {
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.tabBox .bd ul li .con_pic a:hover img {
  transform: scale(1.2);
}

.tabBox .bd ul li .fm_txt {
  padding-left: 2em;
}

.tabBox .bd ul li .fm_txt .t {
  font-size: 20px;
  color: #e60000;
  font-weight: bold;
}

.tabBox .bd ul li .fm_txt .tt {
  color: #696969;
}

.tabBox .bd ul li .fm_txt .a {
  padding-top: 10px;
  color: #b2b2b2;
}

.tabBox .bd ul li .con_txt {
  width: 60%;
}

.tabBox .bd ul li .con_txt ul li {
  float: left;
  padding: 1.2em;
  width: 33.33%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tabBox .bd ul li .con_img {
  width: 20%;
  border-left: 1px solid #f2f2f2;
}

.con_img ul li {
  float: left;
  width: 100%;
  padding: .5em;
}

.con_img .tu {
  float: left;
  width: 40%;
}

.con_img .tu .tu-img {
  padding: .5em;
  border: 1px solid #f2f2f2;

  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.con_img .tu img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.con_img .wz {
  float: right;
  width: 60%;
  padding-left: .5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* row2 */
.row2 .el-row .el-col-6 {
  margin: .5em 0;
}

.row2 .el-row .el-col-6 .va-show {
  margin: 0 .5em;
  text-align: center;
  border: 1px solid #eee;
  border-top-color: #ff5f25;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
  background: #fff;
  height: 230px;
  border-bottom: 1px solid #eee;
}

.va-show img {
  padding: .5em 0;
  height: 150px;
  width: 60%;
}

/* row3 */
.row3 .wrap {
  background-color: #fff;
}

.row3 .news {
  padding: 0 1em;
}

.row3 .news-header {
  padding-left: 1em;
  line-height: 48px;
  border-bottom: 2px solid #22b38a;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.row3 .news-header .more {
  font-size: 14px;
  margin-right: 1em;
  font-weight: normal;
}

.row3 .news-body {
  padding: 1em 0;
}

.row3 .el-col {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.5em 0 0.5em 1.2em;
  position: relative;
}

.row3 .el-col-24 {
  border-bottom: 1px dashed #f2f2f2;
}

.row3 .el-col-24::before {
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 3px;
  height: 3px;
  content: "";
  margin-top: -3px;
  background: #555;
  border-radius: 100%;
}

.row3 .swiper-slide a {
  display: block;
}

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

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

.row3 .swiper-slide a h3 {
  color: #08863f;
  margin: .5em 0;
}

.row3 .swiper-slide a .title {
  line-height: 24px;
  font-size: 14px;
  white-space: normal;
  height: 48px;
}

.row3 .swiper-pagination {
  bottom: 100px;
}

.row3 .swiper-button-next,
.row3 .swiper-button-prev {
  top: 42%;
}

.row3 .news span {
  float: right;
}

/* row7 */
.row7 .links ul {
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.row7 .links ul li {
  flex: 1;
  height: 48px;
  position: relative;
}

.row7 .links ul li a:hover span {
  background: #eb2830;
  color: #fff;
}

.row7 .links ul li a .title {
  display: block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

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

.row8 .links ul li {
  padding: 10px;
  float: left;
  width: 16.66%;
}

.row8 .links ul li a .img {
  padding-bottom: 41%;
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
  border: 1px solid #ddd;
  transition: all .5s ease;
}

.row8 .links ul li a:hover .img {
  transform: translateY(-10px);
  box-shadow: 0px 5px 5px 0px rgba(0, 11, 25, 0.28);
}

.row8 .links ul li a .img img {
  position: absolute;
  object-fit: contain;
  width: 100%;
  height: 100%;
  vertical-align: top;
}


.row8 .links ul li a .title {
  display: block;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#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) {
  .category-list ul li {
    display: inline-block;
  }
  .row3 .news {
    padding: 0;
  }
  .pic-list ul li {
    width: 25%;
    padding: .1em;
  }

  .pic-list ul li:last-child {
    display: none;
  }

  .row7 {
    display: none;
  }

  .row8 .links ul li {
    width: 33.33%;
  }

  .c1-con ul li .tu img {
    height: 130px;
  }

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

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

  .row2 .el-col-6 {
    width: 50%;
  }

  .row2 .el-row .el-col-6 .va-show {
    height: 180px;
  }

  .c1-con ul li {
    width: 50%;
  }

  .c1-con ul li .wz dt {
    width: 100%;
  }

  .va-show img {
    height: 100px;
  }

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

  .row3 .el-col-14,
  .row3 .el-col-10 {
    padding: 0.5em 0;
  }

  .con_img .wz {
    padding-top: 1em;
  }

  .widget-header .en {
    font-size: 20px;
  }

  .tabBox .hd ul {
    display: table-cell;
  }

  .tabBox .bd ul li .con_pic,
  .tabBox .bd ul li .con_txt {
    display: none;
  }

  .tabBox .bd ul li .con_img {
    width: 100%;
  }

  .tabBox .hd ul li {
    flex: none;
    float: left;
    width: 33.33%;
  }

  .row3 .news .news-body span {
    display: none;
  }

  .row1 .el-col:nth-child(n + 2),
  .row2 .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;
  }
}