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

.ho_til {
  text-align: center;
}

.ho_til h4 {
  position: relative;
  display: inline-block;
  font-size: 60px;
  font-weight: 700;
  color: #f2f2f2;
  line-height: 70px;
  margin: 0;
}

.ho_til h4::before, .ho_til h4::after {
  content: "";
  position: absolute;
  left: -100px;
  top: 30px;
  width: 80px;
  height: 3px;
  background: #00a0ea;
}

.ho_til h4::after {
  left: auto;
  right: -100px;
}

.ho_til h4 span {
  position: absolute;
  font-size: 40px;
  font-weight: 700;
  color: #424242;
  left: 50%;
  margin-left: -80px;
  top: 20px;
}

.ho_til p {
  color: #8a8a87;
  font-size: 16px;
  line-height: 24px;
  padding: 20px 0;
}


.sup4 {
  overflow: hidden;
  height: 595px;
  background: url(../../static/img/sup4_bg.jpg) no-repeat center top;
}

.sup4 dl {
  overflow: hidden;
  margin-top: 123px;
}

.sup4 dt {
  display: block;
  float: right;
  width: 500px;
  height: 390px;
  background: url(../../static/img/sup4_pbg.png) no-repeat 30px 215px;
}

.sup4 dt h5 {
  display: block;
  padding: 8px 0 0 142px;
  margin: 40px auto;
  height: 120px;
  color: #ffffff;
  font-size: 40px;
  background: url(../../static/img/sup_l4.png) no-repeat left top;
}

.sup4 dt h5 em {
  display: block;
  margin-top: 5px;
  font-size: 30px;
  font-family: "Arial";
  color: #ffffff;
  text-transform: uppercase;
  font-weight: normal;
}

.sup4 dt p {
  display: block;
  margin-top: 10px;
  padding-left: 60px;
  line-height: 26px;
  font-size: 16px;
  color: #ffffff;
}

.sup4 dt p b {
  color: #fe5f19;
}

.sup4 dd {
  display: inline-block;
  float: left;
  width: 645px;
  height: 385px;
}

.sup4 dd img {
  display: block;
  width: 645px;
  height: 385px;
}

/*优势5*/
.sup5 {
  overflow: hidden;
  margin-top: 30px;
  height: 455px;
}

.sup5 dl {
  overflow: hidden;
}

.sup5 dt {
  display: block;
  float: left;
  width: 526px;
  background: url(../../static/img/sup5_pbg.jpg) no-repeat 30px 212px;
}

.sup5 dt h5 {
  display: block;
  padding: 10px 0 0 142px;
  margin: 40px auto;
  height: 120px;
  color: #333333;
  font-size: 40px;
  background: url(../../static/img/sup_l5.png) no-repeat left top;
}

.sup5 dt h5 em {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  font-family: "Arial";
  color: #333333;
  text-transform: uppercase;
  font-weight: normal;
}

.sup5 dt p {
  display: block;
  margin-top: 10px;
  padding-left: 60px;
  line-height: 26px;
  font-size: 16px;
  color: #333333;
}

.sup5 dd {
  display: inline-block;
  float: right;
  margin: 0;
}

.sup5 dd img {
  display: block;
  width: 674px;
}

/*product*/
#product {
  padding: 40px 0;
}

#product .ho_til h4 {
  color: #f0f0f0;
}

#product ul {
  margin: -25px;
  padding-bottom: 30px;
}

#product ul li {
  width: 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

#product ul li a {
  display: block;
  position: relative;
  margin: 25px;
  background: #fff;
  -moz-box-shadow: 0 2px 10px #c7c7c7;
  -webkit-box-shadow: 0 2px 10px #c7c7c7;
  box-shadow: 0 2px 10px #c7c7c7;
}

#product ul li img {
  width: 100%;
}

#product ul li h3 {
  width: 100%;
  height: 40px;
  background: #fff;
  text-align: center;
  font-size: 24px;
  color: #272727;
  line-height: 30px;
}


/*过程*/
.proc {
  overflow: hidden;
  padding-top: 80px;
  background: url(../img/proc_bg.jpg) no-repeat center top;
}

.proc .content {
  position: relative;
}

.proc h2 {
  display: block;
  font-size: 38px;
  text-align: center;
}

.proc h2 a {
  color: #2764c2;
}

.proc h2 a:hover {
  text-decoration: none;
}

.proc h2 em {
  display: block;
  font-size: 22px;
  color: #333;
  text-transform: uppercase;
  font-weight: normal;
}

.proc ul {
  overflow: hidden;
  height: 150px;
  width: 930px;
  margin-left: 2px;
}

.proc li {
  float: left;
  margin-left: -14px;
  margin-right: 2px;
  margin-top: 12px;
  width: 166px;
}

.proc li span {
  display: block;
  float: left;
  width: 106px;
  text-align: center;
  font: 16px "Microsoft Yahei";
  text-align: center;
  color: #fff;
}

.proc li span em {
  display: block;
  font: 18px Arial, Helvetica, sans-serif;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: url(..//img/lc_line.gif) no-repeat center center;
  margin-top: 15px;
}

.proc li p {
  margin-left: -7px;
  font: 12px "Microsoft Yahei";
  line-height: 30px;
  color: #fff;
  width: 60px;
  float: left;
  margin-top: 20px;
}

.proc li p i {
  display: block;
  background: url(../img/lc_dot.gif) no-repeat left center;
  padding-left: 8px;
}

.btns {
  position: absolute;
  top: 138px;
  left: 915px;
  font: 14px "Microsoft Yahei";
  color: #0079dc;
}

.btns span {
  display: block;
  padding-left: 60px;
  height: 65px;
}

.btns span em {
  display: block;
  font: 24px Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.btns p {
  font: 13px "Microsoft Yahei";
  line-height: 30px;
  color: #fff;
}

.btns p i {
  display: inline-block;
  width: 65px;
  padding-left: 28px;
}

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

/*友情链接*/
.link2 {
  overflow: hidden;
  background: url(../img/links_bg.jpg) no-repeat center top;
}

.links2 {
  overflow: hidden;
  float: left;
  padding-left: 12px;
  width: 34px;
  height: 82px;
  line-height: 20px;
}

.links2 a {
  font-size: 14px;
  color: #fff;
  font-family: "Arial";
}

.links3 {
  overflow: hidden;
  float: left;
  padding-left: 30px;
  width: 970px;
  height: 82px;
  line-height: 28px;
  font-size: 14px;
}

.links3 a {
  display: block;
  float: left;
  padding: 0 15px;
  line-height: 82px;
  color: #666666;
}

.links4 {
  display: block;
  float: right;
  width: 154px;
  height: 82px;
  line-height: 82px;
  text-align: center;
  font-size: 14px
}

.links4 a {
  color: #2764c2;
}

@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) {
  #product ul li {
    width: 50%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 50%;
    max-width: 50%;
  }

.sup5 dt h5 em {
  font-size: 12px;
}
  .ho_til h4::before, .ho_til h4::after {
    width: 0px; 
}
  #product {
    padding: 40px 0 0 0;
}
  #product ul {
    margin: -15px;
}
  .sup4 {
    height: auto;
  }

  .sup4 dl {
    margin-top: 0;
  }

  .sup4 dt {
    width: 100%;
    height: auto;
  }

  .sup4 dd {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .sup5 {
    margin-top:0;
    height: auto;
  }
  #product ul li h3 {
    font-size: 16px;
}
.sup5 dt {
    background: url(../../static/img/sup5_pbg.jpg) no-repeat 30px 121px;
}
  .sup5 dt h5 {
    padding: 10px 0 0 59px;
    margin: 10px auto;
    background:none;
    height: 100px;
  }

  .sup5 dd img {
    width: 100%;
  }
  .proc,.link2{display: none;}
  .row4 .widget{
    padding: 0;
  }
  .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;
  }

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