* {
  margin: 0;
  padding: 0;
}
/* 轮播箭头封装 */
/* 轮播指示器封装 */
/* 导航栏 */
.header .main-width .title {
  position: relative;
  box-sizing: border-box;
  background: #fff;
}
.header .main-width .title .title-logolink2 {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 155px;
  height: 78px;
  z-index: 9999;
}
.header .main-width .title .title-logolink2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .main-width .title .nav {
  width: 600px;
}
.header .main-width .title .nav ul {
  display: flex;
  justify-content: space-around;
}
.header .main-width .title .nav ul li {
  display: inline-block;
  position: relative;
  width: 25%;
  margin-right: 0px;
  color: #000;
  text-align: center;
}
.header .main-width .title .nav ul li:last-child {
  margin-right: 0;
}
.header .main-width .title .nav ul li a {
  display: inline-block;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 18px;
/*  line-height: 44px;*/
  color: #000;
  text-decoration: none;
}
.header .main-width .title .nav ul li:hover {
  border-bottom: 2px solid #000;
  transition: all 0.3s;
}
.header .main-width .title .nav ul li:hover a {
  text-shadow: 1px 0 0 currentColor;
  transition: all 0.3s;
}
.header .main-width .title .nav ul li.active {
  border-bottom: 2px solid #000;
}
.header .main-width .title .nav ul li.active a {
  text-shadow: 1px 0 0 currentColor;
}
.header .main-width .title .nav ul li .sub-nav {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #000;
  z-index: 999;
  padding: 0;
  margin: 0;
  list-style: none;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.header .main-width .title .nav ul li .sub-nav li {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0 15px;
  box-sizing: border-box;
  white-space: nowrap;
}
.header .main-width .title .nav ul li .sub-nav li:hover {
  background: #f5f5f5;
  border-bottom: none;
}
.header .main-width .title .nav ul li .sub-nav li a {
  font-size: 16px;
  text-shadow: none !important;
  border: none !important;
}
.header .main-width .title .nav ul li:hover .sub-nav {
  height: auto;
  opacity: 1;
  padding: 5px 0;
}
.header .main-width .title .title-logolink2 {
   width: 50px;
 }
.header .title .search-share .search .search-box {
        width: 100%;
        box-sizing: border-box;
    }
/* 商品轮播 */
.blade .main-width .show {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.blade .main-width .show .product-img {
  width: 300%;
  display: flex;
  transition: transform 0.6s ease;
}
.blade .main-width .show .product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blade .main-width .show .carousel-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
  z-index: 99;
}
.blade .main-width .show .carousel-arrow.prev {
  left: 20px;
}
.blade .main-width .show .carousel-arrow.next {
  right: 20px;
}
.blade .main-width .show .carousel-arrow:hover {
  background: #dfc146;
}
.blade .main-width .show .carousel-dots {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  bottom: 150px;
  width: 100px;
  transform: translateX(-50%);
  z-index: 99;
}
.blade .main-width .show .carousel-dots span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.blade .main-width .show .carousel-dots span.active {
  background: #dfc146;
}
/* Banner 轮播 */
.banner {
  position: relative;
}
.banner .show {
  position: relative;
  margin: 0px auto;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.banner .product-img {
  width: 300%;
  display: flex;
  transition: transform 0.6s ease;
}
.banner .product-img a {
  position: relative;
  left: 0;
  display: block;
  width: 33.333%;
  height: auto;
}
.banner .product-img img {
  display: block;
  width: 100%;
  height: auto;
}
.banner .carousel-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
  z-index: 99;
}
.banner .carousel-arrow.prev {
  left: 20px;
}
.banner .carousel-arrow.next {
  right: 20px;
}
.banner .carousel-arrow:hover {
  background: #dfc146;
}
.banner .carousel-dots {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  bottom: 60px;
  width: 100px;
  transform: translateX(-50%);
  z-index: 99;
}
.banner .carousel-dots span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.banner .carousel-dots span.active {
  background: #dfc146;
}
/* CONTACT 单独一行角色信息 */
.contactus .main-width .contact .contact-info li.max {
  width: 100%;
}
/* 免费样品申请页 */
.contact-page {
    margin: 0 auto;
    padding: 40px 0;
    width: 100%;
    text-align: center;
    background-color: #FFFEF1;
}
.contact-page .content {
  margin: 0 auto;
  padding: 0px 0;
  width: 1530px;
}
.contact-page .content .title {
  font-size: 48px;
  font-weight: bold;
  color: #FFB300;
}
.contact-page .content .detail {
  margin: 50px auto 30px;
  font-size: 26px;
  text-align: left;
}
.contact-page .content .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
}
.contact-page .content .form input {
  box-sizing: border-box;
  border: 1px solid #000;
  padding: 10px;
  background: #FFFEF1;
  color: #000;
  font-size: 20px;
  line-height: 20px;
}
.contact-page .content .form .half {
  width: 48%;
}
.contact-page .content .form .company {
  width: 100%;
}
.contact-page .content .form textarea {
  width: 100%;
  min-height: 120px;
  text-align: left;
  padding: 10px;
  border: 1px solid #000;
  background: #FFFEF1;
  color: #000;
  font-size: 20px;
  line-height: 20px;
}
.contact-page .content .form button {
  padding: 10px 40px;
  background: #FFFEF1;
  font-size: 20px;
  cursor: pointer;
}
.contact-page .content .desc {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 5px;
  color: #FFB300;
}
.contact-page .content .desc .p1,
.contact-page .content .desc .p2,
.contact-page .content .desc .p3 {
  width: 100%;
  font-size: 22px;
}
/* OEM 页 */
.oem-page {
    margin: 0 auto;
    padding: 0;
    width: 1530px;
    background: linear-gradient(to top left, #f3c873, #FEF8EA);
}
.oem-page .content {
  position: relative;
  margin: 0 auto;
  padding: 40px 0;
  width: 1530px;
}
.oem-page .content .logo {
  margin-bottom: 30px;
  height: 100px;
  text-align: center;
}
.oem-page .content .logo img {
  display: inline-block;
  width: 100px;
  height: 100px;
}
.oem-page .content ul {
  position: relative;
  list-style: none;
}
.oem-page .content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  width: 100%;
}
.oem-page .content ul li::before {
  content: '*';
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
}
.oem-page .content ul li .tt {
  font-size: 26px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}
.oem-page .content ul li p {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 5px;
}
/* 商品详情页样式优化 */
.product-detail-desc p {
    margin: 5px 0px 0px;
}
.product-detail-desc p img {
    width: 100%;
}
/* 商品详情页跳转申请按钮 */
.product-detail-introduction a.btn {
  display: inline-block;
  margin: 15px 0;
  padding: 15px 30px;
  font-size: 20px;
  background: #fcfcfc;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.5s;
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
}
.product-detail-introduction a.btn:hover {
  background: #FFFEF1;
}
