/* header头部 start */
.custom-index-search-icon {
  position: relative;
  top: 6px;
  left: -53px;
  font-size: 25px;
}
.custom-index-header-line {
  background-color: #ffffff;
  height: 0.125rem;
  width: 14.5rem;
}

.custom-index-header-button {
  width: 190px;
}
/* header头部 end */

/* ----------------------------------------------------------------- */

/* 底部 start */
.custom-index-a {
  text-decoration: none;
}
.custom-index-a:hover {
  color: #686a6e !important;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: inherit;
}
/* 底部 end */

/* ----------------------------------------------------------------- */
.custom-index-Home {
  position: relative;
  color: #b40436 !important;
  /* border-bottom: 1px solid #ccc !important; */
}
.custom-index-Home::before{
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -1.5em;
  content: "";
  display:block;
  width: 3em;
  height: 2px;
  background-color: #b40436;
}
/* 点击类 start */
.custom-index-active {
  position: relative;
  color: #b40436 !important;
  /* border-bottom: 1px solid #ccc !important; */
}
.custom-index-active::before{
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -2.5em;
  content: "";
  display:block;
  width: 5em;
  height: 2px;
  background-color: #b40436;
}
.custom-quality-active {
  position: relative;
  color: #b40436 !important;
  /* border-bottom: 1px solid #ccc !important; */
}
.custom-quality-active::before{
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -2em;
  content: "";
  display:block;
  width: 4em;
  height: 2px;
  background-color: #b40436;
}
/* 点击类 end */

/* ----------------------------------------------------------------- */

/* 头部和底部响应式 start*/

@media (max-width: 992px) {
  .custom-index-footer-logo {
    border: none !important;
  }
  .custom-index-footer-nav {
    padding: 1rem !important;
  }
  #custom-index-search {
    width: 50% !important;
  }
}
@media (max-width: 576px) {
  .custom-index-footer-ul li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 320px) {
  .custom-index-logo {
    display: none;
  }
}

@media (max-width: 1200px) and (min-width: 1130px) {
  .custom-index-ul {
    width: 362px;
  }
}
/* 响应式 end*/

.custom-index-input::-webkit-input-placeholder {
  color: #c1c7ce;
}

/* ******************************************************************* */

/* 产品与服务 start */
.custom-index-line {
  background-color: #ffffff;
  height: 0.125rem;
  width: 3.2rem;
}
/* 产品与服务 end */

/* ----------------------------------------------------------------- */

/* 关于我们和最新新闻 start */
.custom-index-button {
  width: 190px;
}
/* 关于我们和最新新闻 end */

/* ----------------------------------------------------------------- */

/* 产品与服务 start */
.custom-index-products {
  background-image: url("/image/edifice2.webp");
  background-size: cover;
  position: relative;
}
/* 蒙层 */
.custom-index-products::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
/* 产品与服务 end */

/* ----------------------------------------------------------------- */

/* 发展历程 start */

.custom-index-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  /* background-color: #b20437; */
  background: url("../../image/Home/1981.png") no-repeat center;
  background-size: 100% 100%;
  position: relative;
}

/* 上提示框 start */
.custom-index-circle-item-top {
  position: absolute;
  width: 220px;
  /* height: 100px; */
  background-color: #ededed;
  top: -199%;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px;
}

.custom-index-circle-item-top > p:first-child::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 35px;
  transform: translateX(-50%);
  height: 2px;
  width: 70px;
  background-color: #b20437;
}

.custom-index-circle-item-top::after {
  content: "";
  display: block;
  position: absolute;

  left: 50%;

  top: 100%;

  transform: translateX(-50%);

  border-left: 6px solid transparent;

  border-top: 10px solid #ccc;

  border-right: 6px solid transparent;
}

/* 上提示框 end */

/* 下提示框 start */
.custom-index-circle-item-bottom {
  position: absolute;
  width: 220px;
  /* height: 100px; */
  background-color: #ededed;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px;
}

.custom-index-circle-item-bottom > p:first-child::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 31%;
  transform: translateX(-50%);
  height: 2px;
  width: 50px;
  background-color: #d99eae;
}

.custom-index-circle-item-bottom::after {
  content: "";
  display: block;
  position: absolute;

  left: 50%;

  top: -10%;

  transform: translateX(-50%);

  border-left: 6px solid transparent;

  border-bottom: 10px solid #ccc;

  border-right: 6px solid transparent;
}

/* 下提示框 end */

/* 左提示框 start */
.custom-index-circle-item-left {
  position: absolute;
  width: 220px;
  height: 100px;
  background-color: #ededed;
  top: -20%;
  left: -340%;
  padding: 12px;
}

.custom-index-circle-item-left > p:first-child::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translateX(-50%);
  height: 2px;
  width: 50px;
  background-color: #d99eae;
}

.custom-index-circle-item-left::after {
  content: "";
  display: block;
  position: absolute;

  left: 100%;

  top: 50%;

  transform: translateY(-50%);

  border-top: 6px solid transparent;

  border-left: 10px solid #ccc;

  border-bottom: 6px solid transparent;
}

/* 左提示框 end */

/* 右提示框 start */
.custom-index-circle-item-right {
  position: absolute;
  width: 220px;
  /* height: 100px; */
  background-color: #ededed;
  top: -22%;
  left: 120%;
  padding: 12px;
}

.custom-index-circle-item-right > p:first-child::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  /* top: 42%; */
  top: 36px;
  transform: translateX(-50%);
  height: 2px;
  width: 60px;
  background-color: #b20437;
}

.custom-index-circle-item-right::after {
  content: "";
  display: block;
  position: absolute;
  left: -4%;
  top: 50%;
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-right: 10px solid #ccc;
  border-bottom: 6px solid transparent;
}

.jiantou::after{
  top: 32% !important; 
}

.jlf-circle-item-right::after {
  content: "";
  top: 19% !important;
 
}

/* 右提示框 end */

.custom-index-manager-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

/* 发展历程 end */

/* ----------------------------------------------------------------- */

/* 弹窗 start */
.custom-index-popper-container {
  padding: 20;
}
.custom-index-popper-img{
  height: 500px;
}
.custom-index-popper-colRight{
  overflow-y: auto;
  height: 500px;
}

/* 响应式遇到相同的属性后面会覆盖前面的 */
@media (max-width: 768px){
  .custom-index-popper-container {
    width: 500px;
  }
  .custom-index-popper-colLeft{
    text-align: center;
    padding: 0 !important;
    margin-bottom: 2rem;
  }
}

@media (max-width: 576px){
  .custom-index-popper-container {
    width: 300px;
  }
  .custom-index-popper-img{
    height: 200px;
  }
  .custom-index-popper-colRight{
    height: 200px;
  }
}

@media (min-width: 768px){
  .custom-index-popper-container {
    width: 700px;
  }
}
@media (min-width: 992px){
  .custom-index-popper-container {
    width: 800px;
  }
}
@media (min-width: 1200px) {
  .custom-index-popper-container {
    width: 1000px;
  }
}
@media (min-width: 1400px) {
  .custom-index-popper-container {
    width: 1200px;
  }
}
@media (min-width: 1600px) {
  .custom-index-popper-container {
    width: 1400px;
  }
}
/* 弹窗 end */

/* ----------------------------------------------------------------- */

/* 更改layui内置弹窗 */
.layui-layer-page .layui-layer-content {
  overflow: unset !important;
}

/* 响应式 start*/

@media (max-width: 992px) {
  /* 发展与历程 */
  #custom-index-responsive {
    display: none;
  }
}


/* 响应式 end*/

/* ----------------------------------------------------------------- */
