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

.widget-header {
  position: relative;
}

.widget-header .en {
  text-align: center;
  color: #2b2b2b;
  font-weight: bold;
  line-height: 52px;
  padding: 1em 0;
  font-size: 26px;
  background: url(../img/newsbg.png)center center no-repeat;
}

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

.widget-header .title span {
  padding: 0 1em;
  color: #000;
  position: relative;
  line-height: 1em;
  font-size: 16px;
  color: #666666;
}

.con-txt {
  text-indent: 20px;
  font-family: 微软雅黑, "Microsoft YaHei";
  font-size: 36px;
  color: rgb(54, 96, 146);
  font-weight: bold;
}

.con-en {
  text-indent: 20px;
  font-size: 72px;
  font-family: 微软雅黑, "Microsoft YaHei";
  color: rgb(191, 191, 191);
  font-weight: bold;
  padding: 10px 0;
}

.con-con {
  padding: 1em 0;
  line-height: 1.5em;
}

.con-more {
  margin-top: 2em;
}

.con-more a {
  overflow: hidden;
  display: block;
  padding: 1em 2em;
  background-color: rgb(27, 39, 87);
  color: #fff;
  float: left;
}

.aboutr .about-img {
  float: left;
  position: relative;
  width: 50%;
  height: 220px;
  overflow: hidden;
}

.aboutr .about-img img {
  width: 100%;
  height: 100%;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.aboutr .about-img img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.aboutr .about-img .img-txt {
  position: absolute;
  top: 100px;
  left: 80px;
}

.aboutr .about-img .img-txt a {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
}

.row1 {
  background: url(../img/row2bg.jpg)center center no-repeat;
  background-size: cover;
  padding: 40px 0;
}

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

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

.row1 .about_l {
  margin-top: 2em;
}

.row2 {
  padding: 20px 0;
  position: relative;
  background: url(../img/row1bg.jpg)center center no-repeat;
  background-size: cover;
}

.row2 .widget-body {
  padding-top: 20px;
  overflow: hidden;
}

.row2 .cate-img {
  position: relative;
  width: 400px;
  height: 300px;
  float: left;
  overflow: hidden;
  background-color: #f3f3f3;
  text-align: center;
}

.row2 .cate-img:nth-child(1)::after,
.row2 .cate-img:nth-child(3)::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border: 20px solid transparent;
  border-bottom-color: #f3f3f3;
  margin-left: -15px;
}

.row2 .cate-img:nth-child(5)::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border: 20px solid transparent;
  border-top-color: #f3f3f3;
  margin-left: -15px;
}

.row2 .cate-img img {
  width: 400px;
  height: 300px;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.row2 .cate-img img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.row2 .cate-img .cate-sz {
  padding-top: .5em;
  font-size: 44px;
  color: #142356;
  font-weight: 800;

}

.row2 .cate-img .cate-txt {
  width: 90%;
  padding-left: 10%;
  line-height: 1.5em;
}

.row2 .cate-img .cate-more {
  padding-top: .5em;
}

.row2 .cate-img .cate-more img {
  width: 47px;
  height: 47px;
}

.row3 {
  position: relative;
  padding: 40px 0;
}

.row3 .pro-top {
  width: 100%;
  margin: 0 auto;
  padding: .5em 0;
  text-align: center;
  background: url(../img/pro-top.png) bottom center no-repeat;
}

.row3 .pro-top-zh {
  font-size: 18px;
  color: #333;
}

.row3 .pro-top-en {
  font-size: 34px;
  height: 60px;
  line-height: 60px;
  color: #222;
  font-weight: 600;
}

.row3 .pro-top-en span {
  color: #d0231c;
}




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

.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(208, 35, 28, .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;
}

.row4 {
  background: url(../img/contactbg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  padding: 20px 0;
}

.row4 .widget {
  padding: 60px 0;
}

.row4 .el-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.row4 .con_top {
  overflow: hidden;
  height: 170px;
}

.row4 .contact {
  background-color: #22b38a;
  padding: 10px;
}


.row4 #allmap {
  float: right;
  width: 100%;
  height: 395px;
}

.row4 .cont_r {
  padding-left: 4em;
}

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

.row4 .con-more {
  margin-top: .5em;
}

#allmap .BMap_bubble_content {
  line-height: 1.8em;
}

.row4 .con-con ul li {
  list-style: none;
  line-height: 58px;
}

.row4 .con-con i {
  font-size: 48px;
}

.row4 .news-body .news-con {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding: 10px;
  border-bottom: 1px dashed #eefbf4;
  line-height: 25px;
  color: #eefbf4;
}

.row4 .news-body .news-con::before {
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 3px;
  height: 3px;
  content: "";
  margin-top: -3px;
  background: #eefbf4;
  border-radius: 100%;
}

.row4 .news-body .news-con a {
  color: #eefbf4;
  padding-left: 10px;
}

.row4 .news-body .news-con span {
  float: right;
}

.row4 .cont_r .con-txt {
  padding-top: 40px;
}

.row5 .el-col-12 {
  padding: .5em;
  border-bottom: 1px dashed #ccc;
  margin: 0 1%;
  width: 48%;
}

.row5 {
  padding: 2em 0;
}

.row5 .el-row {
  padding-top: 1em;
}

.row5 .news-num {
  float: left;
  background: url(../img/numbg.png) center 20px no-repeat;
  font: 38px/38px "Times New Roman", Times, serif;
  color: #fff;
  text-align: center;
  height: 98px;
  width: 57px;
  overflow: hidden;
  padding-top: 30px;
}

.row5 .news-text {
  margin-left: 80px;
}

.row5 .news-text a {
  line-height: 1.2em;
  font-size: 14px;
  color: #2B2B2B;
  display: block;
  margin-bottom: 10px;
}

.row5 .news-text span {
  max-height: 52px;
  line-height: 18px;
  color: #919692;
  font-size: 14px;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}


.dzlc {
  background: #275bbe;
}

.dzlc .dzlcline {
  height: 400px;
  background: url(../img/line01.png) no-repeat center 215px;
}

.dzlc .p_title {
  color: #1b438f;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  padding-top: 30px;
  text-transform: uppercase;
}

.dzlc .h2_title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
}

.dzlc .h2_title span {
  color: #fff;
}

.dzlc .h2_title i {
  display: inline-block;
  vertical-align: middle;
  width: 235px;
  height: 3px;
}

.dzlc .h2_title i.titl {
  background: url(../img/titl02.png) no-repeat left center;
}

.dzlc .h2_title i.titr {
  background: url(../img/titr02.png) no-repeat right center;
}

.dzlc .dzlc_con {
  height: 180px;
  background: url(../img/dzlc01.png) no-repeat center top;
}

.dzlc .dzlc_con ul {
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 140px 0 0 0;
  zoom: 1;
}

.dzlc .dzlc_con ul::after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.dzlc .dzlc_con ul li {
  float: left;
  width: 130px;
  margin-left: 45px;
  font-size: 16px;
  color: #fff;
  list-style: none;
}

.dzlc .dzlc_con ul li:first-child {
  margin-left: 10px;
}

.dzlc .dzlc_ljzx {
  display: block;
  width: 153px;
  height: 36px;
  line-height: 36px;
  text-indent: 31px;
  font-size: 14px;
  color: #fff;
  background: url(../img/jtr02.png) no-repeat 94px center;
  border: 1px solid #fff;
  margin: 15px auto 0 auto;
}

.dzlc_img {
  display: none;
}

.view-footer.mt {
  margin-top: 0;
}
    .wxb{
      width: 1200px; margin: 20px auto 0;display: flex; justify-content: space-between;
  }
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .pro-cate {
    background: #f3f3f3;
    overflow: hidden;
  }

  .row1 {
    padding: 0;
  }

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

  .dzlc .dzlc_con {
    height: 180px;
    background: url(../img/dzlc02.png) no-repeat center top;
  }

  .con-more a {
    float: none;
    text-align: center;
  }

  .row2 .cate-img {
    width: 33.33%;
    height: auto;
  }

  .row2 .cate-img img {
    width: 100%;
    height: auto;
  }

  .row2 .cate-img .cate-txt {
    display: none;
  }

  .row2 .cate-img .cate-sz {
    font-size: 32px;
  }

  .row4 .con_top {
    display: none;
  }

  .row4 .cont_r {
    display: none;
  }

  .row5 .el-col-12 {
    margin: 0;
  }

  .dzlc {
    padding: 1em 0;
  }

  .dzlc .dzlcline {
    height: auto;
  }

  .dzlc_con {
    display: none;
  }

  .dzlc_img {
    display: block;
    text-align: center;
  }

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

  .aboutr {
    padding-top: 2em;
  }

  .aboutr .about-img {
    height: auto;
  }

  .aboutr .about-img .img-txt {
    top: 45%;
    left: 20%;
  }

  .aboutr .about-img .img-txt a {
    font-size: 28px;
  }

  .proLi {
    width: 50%;
    padding-bottom: 40%;
    float: left;
  }

  .proLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .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: 2em;
  }

  .row3::before {
    display: none;
  }

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

  .row5 .el-col-12 {
    margin: 0;
  }

  #allmap {
    height: 240px;
  }

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

  .proLi {
    width: 50%;
    padding-bottom: 40%;
    float: left;
  }

  .proLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 10px;
  }

  .row1 {
    padding: .5em 0;
  }

  .row2 {
    padding: 0;
  }

  .pro-cate {
    overflow: hidden;
    background: #f3f3f3;
  }

  .row2 .cate-img {
    width: 33.33%;
    height: auto;
  }

  .row2 .cate-img .cate-txt {
    display: none;
  }

  .row2 .cate-img .cate-more {
    display: none;
  }

  .row2 .cate-img .cate-sz {
    font-size: 18px;
  }

  .row2 .cate-img img {
    width: 100%;
    height: auto;
  }

  .row2 .cate-img h4 {
    font-size: 12px;
    /* margin: .5em 0; */
  }

  .con-more a {
    float: none;
    text-align: center;
  }

  .aboutr .about-img {
    height: auto;
  }

  .con-en {
    font-size: 38px;
  }

  .aboutr .about-img .img-txt {
    top: 4em;
    left: 1.5em;
  }

  .aboutr .about-img .img-txt a {
    font-size: 20px;
  }

  .row5 .el-col-12 {
    width: 100%;
  }

  .row4 .cont_r {
    display: none;
  }

  .row4 .con_top {
    display: none;
  }

  .dzlc .h2_title i {
    width: 0;
  }

  .dzlc {
    padding: 1em 0;
  }

  .dzlc .dzlcline {
    height: auto;
  }

  .dzlc_con {
    display: none;
  }

  .dzlc_img {
    display: block;
    width: 100%;
    text-align: center;
  }

  .dzlc_img img {
    max-width: 100%;
  }
    .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%;
  }
}