@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;
  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;
  color: #666;
  font-size: 18px;
  position: relative;
  line-height: 1em;
  text-transform: uppercase;
}

.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: 33.33%;
}

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

.pro-list ul li a .img {
  padding-bottom: 60%;
  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;
}

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

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

/* row2 */
.row2 {
  background: url(../img/row2bg.jpg)center center no-repeat;
  padding-top: 30px;
  position: relative;
}

.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(255, 255, 255, 0.7);
  position: inherit;
}

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

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

.row2 h2 {
  margin-top: 0;
}

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

.ab_more a {
  display: block;
  padding: 1em;
  text-align: center;
  color: #fff;
  width: 200px;
  background: #36c;
}

.ab_more a:hover {
  background: #dd0017;
}

.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 {
  padding: 40px 0;
  background: url(../img/row3bg.png) top center repeat-x;
}

.row3 .widget-header .en {
  color: #fff;
  font-size: 40px;
  font-family: "Microsoft YaHei";
  text-align: center;
}

.row3 .widget-header p {
  color: #f0f0f0;
  font-size: 18px;
  font-family: "Microsoft YaHei";
  text-align: center;
  line-height: 30px;
  margin-top: 20px;
}

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

.row3 .pro-list ul li a {
  background: none;
  border: none;
  position: relative;
}

.row3 .pro-list ul li a .img {
  padding-bottom: 75%;
}

.row3 .pro-list ul li a .img img {
  padding: 0;
}

.row3 .pro-list ul li a .title {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #333;
  background-color: rgba(255, 255, 255, .8);
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  line-height: 36px;
}

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

.row4 .news-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;
}

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

/* row5 */
.row5 {
  margin: 0 auto;
  text-align: center;
}

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

.row5 .wrap {
  position: relative;
}

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

/* row6 */
.row6 {
  background: url(../img/row6bg.jpg)top center no-repeat;
}

.row6 .widget-header .en img {
  border-bottom: 2px solid #e5e5e5;
  max-width: 100%;
}

.row6 .ys1_ny {
  margin-left: 100px;
  margin-top: 100px;
}

.row6 .ys2_ny {
  margin-top: 60px;
}

.row6 .ys3_ny {
  margin-left: 100px;
  margin-top: 30px;
}

.row6 ul {
  padding-left: 0;
}

.row6 ul li {
  list-style: none;
  line-height: 2.5em;
}

.row6 .ys_ny b {
  font-size: 20px;
  color: #3366cc;
  line-height: 50px;
}

.ys_ny li span {
  background: url(../img/ys_y.png) no-repeat center;
  text-align: center;
  line-height: 20px;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  color: #fff;
  padding: 10px;
}

/* row7 */
.row7 .advantage {
  text-align: center;
  border: 1px solid #000;
  margin: 30px;
  border-radius: 18px;
  overflow: hidden;
  padding-top: 40px;
}

.row7 .advantage i {
  font-size: 90px;
  color: #4a7cd1;
}

.row7 .advantage h3 {
  background: #4a7cd1;
  padding: 18px 0;
  color: #fff;
  margin-bottom: 0;
  margin-top: 30px;
}

.row7 .el-col-6:nth-child(even) .advantage h3 {
  background: #32ad04;
}

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

.row8 .pro_swiper h3 {
  text-align: center;
  line-height: 38px;
  margin: 0;
  font-size: 14px;
  color: #333;
  font-family: "微软雅黑";
  font-weight: normal;
}

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

.row8 .swiper-slide a {
  display: block;
  background: #eaeaea;
  border: 5px solid #eaeaea;
}

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

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

.row8 .swiper-slide a .title {
  line-height: 24px;
  text-align: center;
}

.row8 .swiper-slide a:hover {
  background: #3266cc;
  border-color: #3266cc;
}

.row8 .swiper-slide a:hover h3 {
  color: #fff;
}

.row8 .pro_swiper {
  position: relative;
}

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

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

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

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

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

.row8 .widget-header .en {
  padding-bottom: .5em;
  margin: 0 auto;
  font-family: "Microsoft YaHei";
  color: #3366cc;
  font-size: 40px;
  font-weight: bold;
}
.tj-cp {
    max-width: 70%;
    margin: 2em auto;
    text-align: center;
}
.tj-cp a {
    color:#fff;
    padding:0 .5em;
    line-height:2em;
    border-left: 2px solid #fff;
}
.tj-cp a:first-child{
    border-left:none;
}

    .wxb{
      width: 1200px; margin: 20px auto 0;display: flex; justify-content: space-between;
  }
@media screen and (max-width: 1000px) {}

@media screen and (max-width: 750px) {
  .chanyou {
    border-bottom: none;
    border-left: none;
    border-right: none;
  }

  .chanyou ul {
    display: block;
    padding: 10px 0;
  }

  .chanyou ul li {
    float: left;
    width: 33.33%;
    flex: none;
    margin-bottom: .5em;
  }

  .chanyou ul li:nth-child(4) {
    border-left: none;
  }

  .chanyou ul li p {
    font-size: 12px;
  }

  .row3 .widget-header .en {
    font-size: 24px;
    line-height: 1.5em;
  }

  .row3 .widget-header p {
    font-size: 16px;
  }

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

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

  .row2 {
    background-size: cover;
    padding-top: 0;
    margin-top: 0;
  }

  .row3 {
    padding: 20px 0;
  }

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

  .row4 .new_txt2_l {
    display: none;
  }

  .row4 .new_txt2_r {
    margin-left: 1em;
  }

  .row4 .el-col-8:nth-child(even) {
    display: none;
  }

  .pro-list ul li {
    width: 100%;
  }

  .row6 {
    background: none;
  }

  .row6 .widget-body .el-row {
    border-bottom: 1px dotted #ddd;
  }

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

  .row6 .ys_ny b {
    font-size: 18px;
  }

  .row6 .ys1_ny,
  .row6 .ys2_ny,
  .row6 .ys3_ny {
    margin-left: 10px;
    margin-top: 10px;
  }

  .row6 .ys3img img {
    margin-top: 1em;
  }

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

  .row7 .advantage {
    margin: 5px;
  }

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

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

  #allmap {
    height: 240px;
  }

  #allmap .BMap_bubble_content {
    font-size: 12px;
  }
    .wxb{
      width: 100%; margin: 20px auto 0;display: flex; justify-content: space-between; flex-wrap: wrap;
  }
  .wxb a{
      display: block;
  }
  
  .wxb a img{
      width: 100%;
  }
  
}

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