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

.widget-header {
  position: relative;
}

.widget-header .en {
  text-align: center;
  color: #999;
  font-size: 16px;
  line-height: 1em;
  padding: 10px 0;
}

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

.widget-header .title::before,
.widget-header .title::after {
  content: "";
  flex: 1;
  height: 2px;
  background: #e8e8e8;
  display: block;

}

.widget-header .title span {
  padding: 0 1em;
  font-size: 38px;
  color: #000;
  position: relative;
  line-height: 1em;
  font-family: arial, helvetica, sans-serif;
}

.widget-header .t_line {
  margin: 1em auto;
  width: 60px;
  height: 8px;
  background: #b10004;
}

.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  */
.row1 {
  background: #f1f1f1;
  padding: 40px 0 20px 0;
}

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

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

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

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

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

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

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

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

.pro-end {
  margin: 40px auto;
  text-align: center;
}

.pro-end a {
  width: 200px;
  padding: 10px 50px;
  color: #fff;
  background-color: rgb(51, 51, 51);
}

.pro-end a.active {
  background-color: #d0231c;
}

.pro-end a:hover {
  background-color: rgba(160, 6, 0, 1);
}

.row2 {
  padding: 40px 0;
  background: #008dcf url(../img/aboutbg.jpg)center center no-repeat;
  background-size: cover;
  position: relative;
}

.row2 .el-row {
  margin-top: 20px;
  background: #fff;
}

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

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

.row2 .title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-top: 40px;
  line-height: 1em;
  padding-bottom: 10px;
}

.row2 .title_en {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
}

.row2 .title_line {
  width: 200px;
  height: 3px;
  background: #d0231c;
}

.row2 .detail {
  font-size: 14px;
  color: #000;
  text-align: justify;
  line-height: 2.2em;
  text-indent: 1.8em;
}

.row2 .view_more {
  background-color: #d0231c;
  text-align: center;
  width: 200px;
  padding: 1em;
  display: block;
  margin: 40px auto;
}

.row2 .view_more a {
  color: white;
}


.row2 .aboutimg {
  display: none;
  padding-bottom: .5em;
}

.row2 .aboutimg img {
  width: 100%;
  vertical-align: top;
  border-radius: 1em;
}

.row2 .el-row.b_nav {
  background: #fff;
}

.row2 .b_nav .el-col-8 {
  border-right: 1px solid #ddd;
  padding: 15px 0;
}

.row2 .b_nav .el-col-8:last-child {
  border-right: none;
}

.row2 .b_nav .el-col-8 a {
  display: block;
  text-align: center;
}

.row2 .b_nav a.active {
  color: #f56c6c;
}

.row2 .b_nav .el-col-8 i {
  font-size: 38px;
}

.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 {
  position: relative;
  padding: 40px 0;
  background: url(../img/servicbg.jpg)center center no-repeat;
  background-size: cover;
}

.row3::before {
  position: absolute;
  top: 59px;
  left: 0;
  width: 100%;
  content: "";
  height: 1px;
  background: #e8e8e8;
}

.row3 .serv {
  margin-top: 2em;
}

.row3 .serv .el-col .serv-con {
  border: 1px solid #ccc;
  margin: 10px;
  background: #fff;
  transition: all .5s ease;
  padding: 10px 20px;
  cursor: pointer;
}

.row3 .serv .el-col .serv-con:hover {
  border: 1px solid #d42b40;
  box-shadow: 0 0 15px #d42b40;
  transform: translateY(-20px);
}

.row3 .serv-l {
  float: left;
  padding-right: 1em;
  padding-top: 1em;
}

.row3 .serv-r p {
  margin: .5em 0;
}

/* row4 */
.row4 {
  overflow: hidden;
}

.row4 .el-rom {
  overflow: hidden;
}

.row4 .contentBox {
  background: #f5f5f5;
  margin: .5em;
  overflow: hidden;
  padding: 1em;
}

.row4 .picBox {
  width: 40%;
  height: 150px;
  overflow: hidden;
  float: left;
}

.row4 .picBox .pic {
  transition: all 1s ease;
  max-width: 100%;
}

.row4 .picBox .pic:hover {
  width: 100%;
  transform: scale(1.2);
}

.row4 .content {
  width: 58%;
  padding-left: 2%;
  float: right;
}

.row4 .titleLink {
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.row4 .sumrry {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  color: #8c8c8c;
  -webkit-line-clamp: 2;
  font-size: 0.875rem;
  margin-top: 3%;
  line-height: 1.5em;
}

.row4 .l_more {
  margin-top: 6%;
  font-size: 0.75rem;
  color: #8c8c8c;
}

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

.contactop {
  margin: 0 auto;
  text-align: center;
}

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

/* row6 */

.bp-sdys-list {
  /* width: 1210px; */
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 40px;
}

.bp-sdys-list ul {
  /* width: 1224px; */
  padding-left: 0;
}

.bp-sdys-list li {
  width: 291px !important;
  height: 460px;
  float: left;
  margin-right: 12px;
  background: #f4f4f4;
  position: relative;
  list-style: none;
}

.bp-sdys-list li:last-child {
  margin-right: 0;
}

.init {
  cursor: pointer;
  /*transition: 1s ease-out;*/
}

/*.init:hover {
  transform: perspective(400px) rotateY(-360deg);
}*/

.bp-sdys-list li .init-pic {
  height: 248px;
  vertical-align: bottom;
}

.bp-sdys-list li .init-font {
  padding: 0 10px;  
  overflow: hidden;
}

.bp-sdys-list li .init-font h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.bp-sdys-list li .init-font .line {
  width: 32px;
  height: 3px;
  margin-bottom: 19px;
  background: -webkit-linear-gradient(left, #c5aa68, #ae8048);
  background: -o-linear-gradient(right, #c5aa68, #ae8048);
  background: -moz-linear-gradient(right, #c5aa68, #ae8048);
  background: linear-gradient(to right, #c5aa68, #ae8048);
}

.bp-sdys-list li .init-font p {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
}

.bp-sdys-list li .describe {
  display: none;
  width: 280px;
  height: 441px;
  color: #fff;
}

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

#allmap .BMap_bubble_content {
  line-height: 1.8em;
}
.m-con{
  display:none;	
}
@media screen and (max-width: 1000px) {}

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

.row2 {
    padding: 40px 0 10px;
}  
  .row2 .b_nav{
  margin-top:10px;
  margin-bottom:10px;  
} 

.row2 .b_nav .el-col-8 {
    padding: 10px 0;
}
.m-con{
  display:block;	
}
  
  .row3{
  display:none;  
}
  .pc-con{
  display:none;  
}
.view-baner .swiper-slide .img img {
    min-height: 200px;
}
  .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%;
  }

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

  .row1 .el-col,
  .row2 .el-col,
  .row3 .el-col,
  .row4 .el-col {
    width: 100%;
  }
  
.row1 .cate-wrap {
    width: 100%;
}
.row1 a.s_more {
    margin: 0 auto;
}
  
  .bp-sdys-list li {
    width: 49% !important;
    height: auto;
    margin-right: 2%;    
    margin-bottom: .5em;
}
  .bp-sdys-list li:nth-child(2n+2){
   margin-right:0;  
}
.bp-sdys-list li .init-pic {
    height: auto;
}
  
.bp-sdys-list li .init-font h5 {
    margin: 0;
}
  .init-pic img {
    width: 100%;
}
.init-font p {
    height: 5em;
}
  .row1 .el-col:nth-child(n + 2),
  .row3 .el-col:nth-child(n + 2) {
    margin-top: 20px;
  }

  .row3::before {
    display: none;
  }
.row2 .b_nav .el-col-8 i {
    font-size: 16px;
}
.widget-header .title span {
    font-size: 20px;
}
  
.row4 .picBox {
    height: auto;
}
  
.row4 h3.title {
    margin: 0;  
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
  
.row4 .titleLink {
    font-size: 14px;
}
  #allmap {
    height: 240px;
  }

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

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