/* transform: translateY(-1.6rem) !important; */
.main_row1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 2rem auto;
}

.main_r1_item {
  padding: 8rem 2%;
  position: relative;
  cursor: pointer;
  /* border-right: 1px #f1efef solid;
  background: #fff; */
}
.main_r1_item .nr {
  border-right: none;
}
.main_r1_item p {
  text-align: center;
  color: #666;
  font-size: 22px;
  margin-top: 10px;
}
.main_r1_item span {
  text-align: center;
  color: #999;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  display: block;
}
.main_r1_item i {
  display: block;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 2rem;
}

.main_r1_item:hover i {
  transition: all 1s ease;
  transform: perspective(800px) rotateY(360deg);
  -webkit-transform: perspective(800px) rotateY(360deg);
  -moz-transform: perspective(800px) rotateY(360deg);
}

.main_r1_item:hover i,
.main_r1_item.active i {
  background-position-y: -70px;
}
.main_r1_item:before {
  content: '';
  display: block;
  width: 100%;
  background: var(--c1);
  height: 5px;
  position: absolute;
  top: -15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  left: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.main_r1_item:after {
  content: '';
  display: block;
  width: 100%;
  background: var(--c1);
  height: 5px;
  position: absolute;
  bottom: -15px;
  left: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.main_r1_item.active:before,
.main_r1_item:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0px;
}
.main_r1_item.active:after,
.main_r1_item:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 0px;
}
.main_r1_item.active p,
.main_r1_item:hover p {
  color: var(--c1);
}

.cp11 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
  font-size: 22px;
}

.cp1_l i {
  font-size: 2rem;
  margin-right: 10px;
  color: red;
  font-weight: bold;
}

.cp11 .cp1_l {
  width: 55%;
  padding: 3%;
  margin-top: 10%;
  color: #1e1919;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  line-height: 30px;
  background-color: #ffffff29;
  box-shadow: 0 0 29px 0 #0000003b;
  position: relative;
}
.cp2 .cp1_l::after {
  /* position: absolute;
  content: '';
  left: 0;
  top: -192px;
  width: 222px;
  height: 267px;
  background-image: url(../img/tb.webp);
  background-repeat: no-repeat;
  z-index: 0; */
}
.cp2 {
  justify-content: center !important;
}
.cp2 .cp1_r {
  margin-left: -2rem;
  z-index: 0;
}

.cp2 .cp1_l {
  z-index: 9;
  background: #fff;
}

.cp11 .cp1_r {
  width: 500px;
  height: 500px;
  position: relative;
}

.gs .cp1_l {
  width: 48%;
}
.gs .cp1_r {
  width: 50%;
}

.cp11 .cp1_r img {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.cp2 .cp1_r img {
  box-shadow: 1.04167vw -1.04167vw 0 #11cfe840;
}

.cp1_l h1 {
  font-weight: bold;
  margin: 1rem auto;
  z-index: 9;
  position: relative;
  text-align: center;
  font-size: 28px;
}
.cp1_l hr {
  width: 100px;
  height: 1px;
  background: var(--c1);
}

.gs {
  flex-direction: row-reverse;
  margin-top: 4rem;
}

.tab-container {
  display: flex;
  width: 100%;
  overflow-x: auto;
}

.tab-container .tab {
  padding: 10px 20px;
  cursor: pointer;
  color: #0099ff;
  border-bottom: 2px solid transparent;
  font-size: 20px;
}

.tab.active {
  color: var(--c1);
  border-bottom-color: var(--c1);
}

.tab-content {
  display: none;
  border: 1px solid #cccccc;
  min-height: 300px;
  padding: 1rem;
}
.tab-content.active {
  display: block;
}

.lx1 {
  background-image: url(../img/contactBarBG.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 3px solid #868585;
  padding: 2rem 0;
}

.lx1_cont {
  display: flex;
  justify-content: space-between;
  padding: 4rem 0;
  align-items: center;
}

.lx1_cont .lx_text h1 {
  font-size: 40px;
}

.lx1_cont .lx_text {
  color: #fff;
  font-size: 20px;
  width: 70%;
}

.lx1_cont .lx_but .flientfpb {
  font-size: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  border-radius: 6px;
  color: var(--c1);
  display: block;
  padding: 1rem;
}

.imglist {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px 10px;
  margin-top: 2rem;
}

.imglist p {
  width: 100%;
  max-height: 300px;
  transition: 0.5s;
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.imglist p:hover img {
  transform: scale(1.2);
}

.oem1 {
  /* background-image: url(../img/home-news.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
}

.oem2 {
  /* background-image: url(../img/why-bg.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 700px) {
  .cp11,
  .lx1_cont {
    flex-wrap: wrap;
  }
  .cp11 .cp1_l,
  .gs .cp1_r,
  .lx1_cont .lx_text {
    width: 100% !important;
  }
  .cp11 {
    margin-top: 1rem;
  }
  .cp1_l h1,
  .lx1_cont .lx_text h1,
  .main_r1_item p {
    font-size: 20px !important;
  }
  .cp11 .cp1_l,
  .lx1_cont .lx_text,
  .main_r1_item span,
  .lx1_cont .lx_but .flientfpb {
    font-size: 14px !important;
  }
  .cp11 .cp1_r {
    width: 100%;
    margin: 10px auto;
  }
  .cp_title {
    font-size: 20px !important;
    max-width: 100% !important;
  }
  .imglist {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .main_row1 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .main_r1_item {
    padding: 3rem 2%;
    border-bottom: 1px solid #b5adad;
  }
}
