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

.widget-header {
  position: relative;
}

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

.widget-header .en img {
  max-width: 100%;
}

.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 .el-row {
  margin: 0 -10px;
}

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

.row1 .img img {
  max-width: 100%;
  width: 100%;
}

.row1 .img span {
  display: block;
  border-radius: 17px;
  padding: .5em 1em;
  text-align: center;
  background: #e16124;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.row2 .cate-wrap {
  width: 1100px;
  margin: 0 auto;
}

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

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

.proLi {
  position: relative;
  height: 0px;
  padding-bottom: 40%;
  margin: 0.5rem 0;
  overflow: hidden;
  width: calc(100% / 2);
  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: 25% 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;
}

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

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

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

.row3 .about-con {
  margin-right: 1em;
}

.row3 .about-con p {
  line-height: 2.2em;
}

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

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

.row4 .el-col {
  padding: 0 .5em;
}

.row4 .new_txt2_l em {
  display: block;
  margin: 12px;
  width: 79px;
  height: 69px;
  font-size: 38px;
  color: #fff;
  line-height: 69px;
  text-align: center;
  background: #969393;
  float: left;
  font-style: normal;
}

.row4 .new_txt2_r h4 {
  margin: 0;
}

.row4 .new_txt2_r h4 a {
  width: 250px;
  height: 30px;
  display: inherit;
  position: inherit;
  margin-top: 10px;
  float: left;
  font-size: 13px;
  color: #252525;
  line-height: 28px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.row4 .new_txt2_r p {
  float: left;
  width: 250px;
  height: 36px;
  overflow: hidden;
  font-size: 12px;
  line-height: 18px;
  color: #909090;
  margin: 0;
}

.row4 .new_txt2_r a {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}

.row4 .el-col-8 .new-b {
  margin-right: 10px;
  position: relative;
  margin-bottom: 10px;
  background: #f4f4f4;
  overflow: hidden;
}

.row4 .new-b:hover {
  box-shadow: 0px 5px 5px 0px rgba(0, 11, 25, 0.28);
}

.row4 .el-col-8:hover .new_txt2_r a {
  display: block;
}

.row4 .el-col-8:hover em {
  background: #3366cc;
}

.row4 .el-col-8:hover a {
  color: #3366cc;
}


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

.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: 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 .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 */
.row6 .wrap {
  border: 1px solid #E5E5E5;
  padding: 10px;
  border-radius: 5px;
}

.row6 .ui-box-head {
  overflow: hidden;
  width: 100%;
  border-bottom: 2px solid #D8191F;
}

.row6 .ui-box-head-title {
  float: left;
  font-size: 18px;
  color: #000;
  line-height: 38px;
  padding-left: 1em;
}

.row6 .ui-box-head-more {
  float: right;
  font-size: 12px;
  line-height: 38px;
  font-family: '宋体';
}

.row6 .ui-box-head-more:hover {
  color: #ff4400;
}

.row6 .ui-box-body {
  padding: 5px;
  overflow: hidden;
}

.row6 .ui-box-body ul {
  overflow: hidden;
  padding-left: 0;
}

.row6 .ui-box-body ul li {
  float: left;
  list-style-type: none;
}

.row6 .ui-box-body ul li a {
  display: block;
  position: relative;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: .5em 2em;
  background: #e16124;
  margin: .2em;
  color: #fff;
}

.row6 .ui-box-body ul li a:hover::before {
  background-color: #0066B6;
}

#allmap {
  width: 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) {
  .category-list ul li {
    display: inline-block;
  }

  .category-list ul li a {
    border-bottom: none;
  }
.row1 .img span {
    font-size: 12px;
}
 
.proLink {
    left: .1rem;
    width: calc(100% - .2rem);
}
  .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;
  }

  .row6 .ui-box-body ul li a {
    font-size: 12px;
    padding: .2em 1em;
    margin: .2em;
  }

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

  .row3 .about-con {
    margin-right: 0;
  }

  .row3 .el-col:nth-child(2) {
    display: none;
  }

  .row3 .about-con p:nth-of-type(2),.row3 .about-con p:last-of-type {
    display: none;
  }

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

  .row3 a.s_more {
    width: auto;
  }

  .row4 .el-col-8 .new-b {
    margin-right: 0;
  }

  .row4 .new_txt2_l em {
    width: 20%;
    height: auto;
  }

  .row4 .new_txt2_r h4 a {
    width: auto;
    height: auto;
  }

  .row4 .new_txt2_r p {
    width: 70%;
  }
.row5 h3 {
 margin: .2rem 0;
    font-size: 14px;
    font-weight: 400;
}
  .row5 .swiper-button-next {
    right: 0;
  }

  .row5 .swiper-button-prev {
    left: 0;
  }

  #allmap {
    height: 240px;
  }

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

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