/* oem_text start */
.oem_text {
  margin: 0 auto;
  padding: 60px 0 40px;
}

.oem_text .oem_tit {
  line-height: 48px;
  color: #1c2d57;
  font-size: 36px;
  text-align: center;
}

.oem_text .oem_ms {
  line-height: 28px;
  color: #212427;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}

.oem_ms h3 {
  line-height: 40px !important;
  color: #1c2d57 !important;
  font-size: 36px !important;
  text-align: center !important;
  margin-bottom: 20px;
}

.oem_ms p {
  line-height: 28px !important;
  color: #212427 !important;
  font-size: 16px !important;
  text-align: center !important;
}

.oem_text .oem_btn {
  text-align: center;
}

.oem_btn a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #212427;
  font-size: 14px;
  font-weight: bold;
  padding: 0 30px;
  background-color: #00f091;
  border-radius: 25px;
  letter-spacing: 1.2px;
}

.oem_btn a:hover {
  background-color: #00d681;
}

/* oem_text end */


/* oem_products start */
.oem_header {
  padding: 0;
}

.oem_menu {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  background-color: #fff;
}

.oem_menu a {
  display: inline-block;
  height: 72px;
  line-height: 72px;
  color: #212427;
  font-size: 18px;
  font-weight: bold;
  margin: 0 20px;
  padding: 0;
  position: relative;
}

.oem_menu a:hover::after,
.oem_menu a.active::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #00f091;
  position: absolute;
  bottom: 0;
  left: 0;
}

.oem_products {
  padding: 60px 0 30px;
}

.oem_products .oemPro_list {
  margin: 0 auto;
}

.oemPro_list ul {
  margin: 0 -15px;
}

.oemPro_list ul li {
  width: 20%;
  margin-bottom: 30px;
  padding: 0 15px;
  float: left;
}

.oemPro_list ul li .oemPro_img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.oemPro_list ul li .oemPro_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.oemPro_list ul li .oemPro_img a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.oemPro_list ul li:hover .oemPro_img a img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.oemPro_list ul li .oemPro_txt {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.oemPro_list ul li .oemPro_txt .oemPro_name {
  margin-bottom: 10px;
}

.oemPro_list ul li .oemPro_txt .oemPro_name a {
  display: inline-block;
  line-height: 30px;
  color: #1c2d57;
  font-size: 22px;
  font-weight: bold;
  text-decoration: underline;
}

.oemPro_list ul li .oemPro_txt .oemPro_name a:hover {
  background-color: #00f091;
}

.oemPro_list ul li .oemPro_txt .oemPro_ms p {
  overflow: hidden;
  height: 112px;
  line-height: 28px;
  color: #212427;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
}

.oemPro_list ul li .oemPro_txt .oemPro_ms dl dd {
  margin-top: 12px;
}

.oemPro_list ul li .oemPro_txt .oemPro_ms dl dd a {
  display: inline-block;
  line-height: 20px;
  color: #1c2d57;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}

.oemPro_list ul li .oemPro_txt .oemPro_ms dl dd a:hover {
  background-color: #00f091;
}

/* oem_products end */


/* oem_solution start */
.oem_solution {
  background-color: #f5f5f5;
}

.oem_solution .oemSolu_main {
  margin: 0 auto;
  position: relative;
}

.oemSolu_main .oemSolu_img {
  width: 50%;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.oemSolu_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.oemSolu_main .oemSolu_text {
  width: 50%;
  height: auto;
  overflow: hidden;
  padding: 60px 120px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.oemSolu_text h2 {
  line-height: 45px;
  color: #1c2d57;
  font-size: 35px;
  font-weight: bold;
}

.oemSolu_text p {
  margin: 20px 0 40px;
  line-height: 28px;
  color: #212427;
  font-size: 16px;
}

.oemSolu_text .oemSolu_btn a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #212427;
  font-size: 14px;
  font-weight: bold;
  padding: 0 30px;
  background-color: #00f091;
  border-radius: 25px;
  letter-spacing: 1.2px;
}

.oemSolu_text .oemSolu_btn a:hover {
  background-color: #00d681;
}

/* oem_solution end */


@media (max-width:1680px) {}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {}

@media (max-width:1366px) {}

@media (max-width:1280px) {}

@media (max-width:1200px) {}

@media (max-width:1080px) {}

@media (max-width:1024px) {}

@media (max-width:920px) {}

@media (max-width:820px) {}

@media (max-width:767px) {}

@media (max-width:390px) {}

@media (max-width:320px) {}