@import url("./base.css");

.widget-header {
  position: relative;
}
.widget-header .en {
  text-align: center;
  color: #1e84c3;
  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: #2685c1;
}
.pro-list ul li a:hover .title {
  color: #fff;
  background: #2685c1;
}

.row1 .el-row {
  margin: 0 -10px;
}
.row1 .el-col {
  padding: 0 10px;
}

.row2 {
  padding-top: 20px;
  background: #f6f6f6;
  position: relative;
}
.row2::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border: 15px solid transparent;
  border-top-color: #fff;
  margin-left: -15px;
}
.row2 .el-row {
  margin: 0 -20px;
}
.row2 .el-col {
  padding: 0 20px;
}
.row2 .widget-body {
  padding-top: 20px;
  padding-bottom: 2em;
}
.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: #1e84c3;
  line-height: 1em;
  padding-bottom: 10px;
}
.row2 .detail {
  font-size: 14px;
  color: #666;
  text-align: justify;
  line-height: 1.8em;
}

.row3 {
  position: relative;
}
.row3::before {
  position: absolute;
  top: 59px;
  left: 0;
  width: 100%;
  content: "";
  height: 1px;
  background: #e8e8e8;
}
.row3 .el-row {
  margin: 0 -20px;
}
.row3 .el-col {
  padding: 0 20px;
}
.row3 .widget-header .title span {
  background: #fff;
}
.row3 .pro-list ul li {
  width: 33.33%;
}

.row4 {
  background: #f6f6f6 url("../img/bg6.jpg") center bottom repeat-x;
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
}
.row4::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border: 15px solid transparent;
  border-top-color: #fff;
  margin-left: -15px;
}
.row4 .el-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.row4 .contact {
  background-color: #22b38a;
  padding: 10px;
}
.row4 .contact .img img {
  width: 100%;
  vertical-align: top;
}
.row4 .contact ul {
  list-style-type: none;
  margin: 0;
  padding: 1em 0 0 0;
}
.row4 .contact ul li {
  height: 30px;
  display: flex;
  align-items: center;
  width: 100%;
  color: #fff;
  font-size: 14px;
}
.row4 .contact ul li i {
  font-size: 1rem;
  margin: 0 0.5rem;
}
.row4 .contact .more {
  display: block;
  color: #fff;
  line-height: 2em;
  background: #1e9f7b;
  text-align: center;
  margin-top: 1em;
  border-radius: 5px;
}
#allmap {
  height: 100%;
  background: #f5f3f0;
  border: 1px solid #e8e8e8;
}
#allmap .BMap_bubble_content {
  line-height: 1.8em;
}

/* row5 */
.row5 .links-header {
  padding-left: 1em;
  line-height: 48px;
  border-bottom: 2px solid #22b38a;
  font-weight: bold;
}
.row5 {
  padding: 40px 0;
  background: url(../img/honorbg.jpg)center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.row5 .widget-header .en{
  color: #fff;
}
.row5 .widget-header .title span {
  color: #fff;
}

.row5 .com_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: 125%;
  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 .com_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 .news {
  border: 1px solid #e8e8e8;
  padding: 0 1em;
}
.row6 .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;
}
.row6 .news-header .more {
  font-size: 14px;
  margin-right: 1em;
  font-weight: normal;
}
.row6 .news-body {
  padding: 1em 0;
}
.row6 .el-col {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.5em 0 0.5em 1.2em;
  position: relative;
}
.row6 .el-col::before {
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 3px;
  height: 3px;
  content: "";
  margin-top: -3px;
  background: #555;
  border-radius: 100%;
}
#allmap {
  width: 100%;
  height: 450px;
  background: #f5f3f0;
  border: 1px solid #e8e8e8;
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 750px) {
  /* .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%;
  }
  .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;
  }
  #allmap {
    height: 240px;
  }
  #allmap .BMap_bubble_content {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
}
