/* 首页-轮播图 */
.swiper-container {
  position: relative;
}
.swiper-container .banner-title-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 99;
}
.swiper-container .banner-title-container .banner-title-box {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.swiper-container .banner-title-container .banner-title-box .baner-title1 {
  color: #f3f3f3;
  font-size: 3rem;
  line-height: 3.75rem;
  font-weight: bold;
}
.swiper-container .banner-title-container .banner-title-box .baner-title2 {
  color: #f3f3f3;
}
.swiper-container .swiper-wrapper {
  height: 90vh;
}
.swiper-container .swiper-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 首页-搜索框 */
.search-container {
  position: relative;
  z-index: 99;
  transform: translateY(-50%);
}
.search-container .search-box {
  margin: 0 auto;
  height: 3.5rem;
  display: grid;
  grid-template-columns: 1fr 8rem;
}
.search-container .search-box .content {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-right: none;
  display: grid;
  grid-template-columns: 5rem 1fr;
  justify-items: center;
  align-items: center;
}
.search-container .search-box .content input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 1rem;
}
.search-container .search-box .content input::placeholder {
  color: #999;
  font-size: 1rem;
}
.search-container .search-box .content input:focus {
  border: none;
}
.search-container .search-box .button {
  width: 100%;
  height: 100%;
  border: 1px solid #004bf0;
  background: #004bf0;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
}
.search-container .search-box .button:hover {
  background: #fff;
  color: #004bf0;
}

/* 首页-栏目概览板块 */
.profession {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.5rem;
  align-items: center;
}
.profession .image-box {
  width: 100%;
  height: fit-content;
}
.profession .image-box .img {
  width: 100%;
  height: auto;
}
.company {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.5rem;
  align-items: center;
}
/*.company .text-box {*/
/*  margin-left: 1.5rem;*/
/*}*/

/* 首页-专业知识模块 */
/* 轮播 */
#my-slider {
  width: 100%;
  height: 600px;
  color: white;
}
.swiper-container2 {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.swiper-container2 .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.swiper-container2 .swiper-wrapper .swiper-slide {
  width: 100% !important;
  height: 100%;
}
.swiper-container2 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* 首页-联系我们模块 */
.index-contact-back .text-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.5rem;
}

/* 首页-主推产品模块 */
/* 两排 每排5个 */
.index-product {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 460px;
  grid-row: auto;
  gap: 4px;
}
.index-product .product-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-product .product-item .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.index-product .product-item .text-box {
  position: absolute;
  left: 0rem;
  top: 0rem;
  z-index: 2;
  /* background: rgba(255, 255, 255, 0.3); */
  box-sizing: border-box;
  width: 100%;
}
/* 产品栏目页样式复制 */
.product-sort-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row: auto;
  column-gap: 24px;
  row-gap: 5rem;
}
.product-sort-grid .item {
  width: 100%;
  padding-bottom: 2rem;
  position: relative;
}
.product-sort-grid .item .img {
  display: block;
  width: 100%;
  height: auto;
}
.product-sort-grid .item .text-box {
  box-sizing: border-box;
  width: 14.25rem;
  height: 18rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product-sort-grid .item .text-box a.more-button {
  background-color: #fff;
}
.product-sort-grid .item .text-box a.more-button:hover {
  background: #0050ff;
  color: #ffffff!important;
  border-color: #ffffff;
}

/* 首页-合作伙伴模块 */
.owl-stage {
  display: flex;
  align-items: center;
}
.mhn-slide .mhn-item {
  box-sizing: border-box;
  width: 100%;
  height: 300px;
  padding: 10px;
}
.mhn-slide .mhn-inner {
  width: 100%;
  height: 100%;
  background: #fff;
  /* -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); */
  /* box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); */
  /* border-radius: 3px; */
  display: flex;
  align-items: center;
}
.mhn-slide .mhn-item img {
  display: none;
}
.mhn-slide .mhn-img {
  min-height: 200px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  color: white;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=)
    #eee no-repeat center/cover;
  position: relative;
}
.mhn-slide .owl-prev,
.mhn-slide .owl-next {
  top: 110px;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 8px;
  margin-top: -20px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
}
.mhn-slide .owl-prev {
  left: -10px;
}
.mhn-slide .owl-next {
  right: -10px;
}
