.s_line {
  max-width: 100px;
  margin-left: 0px;
  margin-right: auto;
  height: 3px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 15px;
  margin-bottom: 20px;
  line_radio: 2;
  border-top-style: solid !important;
  border-top-width: 2px !important;
  border-top-color: var(--mcolor) !important;
  min-width: 0px;
  opacity: 1;
}

.img_hover_cg {
  overflow: hidden;
}

.img_hover_cg:hover img {
  transform: scale(1.2);
  transition: all 0.5s;
}

.p-bottom-75 {
  padding-bottom: 75%;
}

.c_mcolor {
  color: var(--mcolor);
}

.b_mcolor {
  background-color: var(--mcolor) !important;
}

.b_mcolor_op {
  background-color: rgba(3, 110, 184, 0.9);
}

.hover_cg_color:hover {
  background-color: var(--mcolor) !important;
  color: #fff !important;
}

.culture_ppjs .icon {
  width: 36px;
  height: 36px;
}

.culture_ppjs .icon_box {
  width: 60px;
  height: 60px;
  background-color: var(--mcolor) !important;
}

.contact_info_box .icon {
  width: 40px;
  height: 40px;
  fill: var(--mcolor);
}

.contact_info_border_bottom {
  position: relative;
}

.contact_info_border_bottom::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  left: 0;
  bottom: -1px;
  background-color: var(--mcolor);
}

.product_border_bottom::after {
  width: 150px;
}

.product-all .dcml .title {
  background-image: linear-gradient(90deg, #036eb8, #449cda);
  border-bottom-left-radius: 0 !important;
}

.slide_swiper .swiper-slide-thumb-active img {
  border-color: var(--mcolor) !important;
  opacity: 1 !important;
}

.partner_box_item {
  transition: all 0.5s;
}

.partner_box_item:hover {
  transform: translateY(-10px);
}
