/* 棣栭〉鏍囬鏍峰紡寮€濮� */
.index-title {
  padding: 50px 0 32px;
}

.index-title .title-line {
  position: relative;
}

.index-title .title-line::before {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background-color: #C1C1C1;
  position: absolute;
  top: 10px;
}

.index-title .title-line::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #C1C1C1;
  position: absolute;
  top: 25px;
}

.index-title .title-line:first-of-type::before,
.index-title .title-line:first-of-type::after {
  right: -35px;
}

.index-title .title-line:last-of-type::before,
.index-title .title-line:last-of-type::after {
  left: -35px;
}

.index-title h2 {
  font-size: 46px;
  color: #4B4B4B;
  font-weight: 700;
  line-height: 1;
}

.index-title.title-white h2,
.index-title.title-white small {
  color: #fff;
}

.index-title.title-white .title-line::before,
.index-title.title-white .title-line::after {
  background-color: #f5f5f5;
}

.index-title h2 small {
  font-size: 20px;
  color: #9A9A9A;
  font-weight: normal;
}

@media (max-width: 992px) {
  .index-title h2 {
    font-size: 30px;
  }

  .index-title h2 small {
    font-size: 15px;
  }

  .index-title .title-line::before {
    width: 150px;
  }

  .index-title .title-line::after {
    width: 80px;
    height: 1px;
  }

  .index-title .title-line:first-of-type::before,
  .index-title .title-line:first-of-type::after {
    right: -5px;
  }

  .index-title .title-line:last-of-type::before,
  .index-title .title-line:last-of-type::after {
    left: -5px;
  }
}

@media (max-width: 576px) {
  .index-title {
    padding: 20px 0 12px;
  }

  .index-title h2 {
    font-size: 20px;
    line-height: 1.2;
  }

  .index-title h2 small {
    font-size: 10px;
    display: block;
    margin-top: 8px;
    line-height: 1.2;
  }

  .index-title .title-line::before {
    width: 100px;
  }

  .index-title .title-line::after {
    width: 50px;
    height: 1px;
  }

  .index-title .title-line:first-of-type::before,
  .index-title .title-line:first-of-type::after {
    right: -5px;
  }

  .index-title .title-line:last-of-type::before,
  .index-title .title-line:last-of-type::after {
    left: -5px;
  }
}

/* 棣栭〉鏍囬鏍峰紡缁撴潫 */

/* 棣栭〉鐨勫潡寮€濮� */
.web-block {
  padding: 50px 0;
}
/* 棣栭〉鐨勫潡缁撴潫 */

/* 浜у搧涓庢湇鍔￠€夋嫨鎸夐挳寮€濮� */
.pro-btn {
  height: 71px;
  color: #396A98;
  box-shadow: 0px 3px 6px rgba(var(--bs-primary-rgb), .34);
  border-radius: 13px;
  font-size: 22px;
}
.pro-btn.active{
  box-shadow: 0;
  background-color: rgb(var(--bs-primary-rgb));
  color: #fff;
}
@media (max-width: 992px) {
  .pro-btn {
    font-size: 20px;
  }
}
@media (max-width: 576px){
  .pro-btn{
    font-size: 15px;
    height: 50px;
  }
}
/* 浜у搧涓庢湇鍔￠€夋嫨鎸夐挳缁撴潫 */

/* 浜у搧涓庢湇鍔″唴瀹瑰紑濮� */
.pro-item{
  display: block;
  height: 408px;
  border-radius: 15px;
  overflow: hidden;
}

.pro-item img {
  object-fit: cover;
}

.pro-item .info {
  background-color: rgba(46, 46, 46, .5);
  z-index: 100;
  opacity: 0;
  transition: opacity .5s;
}
.pro-item .info span:first-of-type {
  color: #ffff;
  font-size: 36px;
  font-weight: 700;
}

.pro-item .info span:last-of-type {
  color: #e5e5e5;
  font-size: 16px;
}

.pro-item:hover .info{
  opacity: 1;
}
/* 浜у搧涓庢湇鍔″唴瀹圭粨鏉� */

/* 鏇村鎸夐挳寮€濮� */
.more-btn {
  width: 300px;
  height: 60px;
  font-size: 16px;
  border-radius: 666px;
}
.more-btn.more-btn-white {
  background-color: #fff !important;
  border-color: #fff !important;
  color: rgb(var(--bs-primary-rgb));
}

@media (max-width: 576px) {
  .more-btn {
    width: 100%;
    height: 45px;
    font-size: 15px;
    border-radius: 666px;
  }
}
/* 鏇村鎸夐挳缁撴潫 */

/* 棣栭〉宸ョ▼妗堜緥寮€濮� */
.index-case-item {
  border-radius: 15px;
  overflow: hidden;
}
.index-case-item .info {
  background-color: rgba(46, 46, 46, .2);
  z-index: 1;
  box-sizing: border-box;
  overflow: hidden;
  padding: 120px 180px;
}
.index-case-item .info h2 {
  font-size: 40px;
  font-weight: 700;
}
.index-case-item .info h2 small {
  font-size: 18px;
  font-weight: normal;
}
.index-case-item .case-img {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .index-case-item .info {
      padding: 60px 90px;
    }
  
    .index-case-item .info h2 {
      font-size: 20px;
      font-weight: 700;
    }
  
    .index-case-item .info h2 small {
      font-size: 15px;
      font-weight: normal;
    }
}

@media (max-width: 576px) {
  .index-case-item .info {
    padding: 50px 40px;
  }
  .index-case-item .info h2 {
    font-size: 18px;
    font-weight: 700;
  }

  .index-case-item .info h2 small {
    font-size: 10px;
    font-weight: normal;
  }
}
/* 棣栭〉宸ョ▼妗堜緥缁撴潫 */

/* 棣栭〉鍚堜綔鐢ㄦ埛寮€濮� */
.index-user-block{
  padding: 100px 0;

}
.index-user-left {
  box-sizing: border-box;
  height: 495px;
  background-color: rgb(var(--bs-primary-rgb));
  padding: 60px 40px;
}
.index-user-left h2 {
  font-weight: 700;
  letter-spacing: 1.8px;
  font-size: 46px;
}
.index-user-block .index-user-left .line {
  height: 1px;
  width: 138px;
  background-color: #fff;
  margin-top: 24px;
}
.index-user-block .index-user-left p{
  margin-top: 20px;
}
.index-user-right .user-item {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 250px;
}
.index-user-right .user-item img {
  object-fit: cover;
  width: 100%;
}

@media (max-width: 1200px) {
  .index-user-left {
    height: max-content;
  }
}
/* 棣栭〉鍚堜綔鐢ㄦ埛缁撴潫 */

/* 棣栭〉鏂伴椈寮€濮� */
.news-item {
  overflow: hidden;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 25px;
  cursor: pointer;
  border-radius: 15px;
  text-decoration: none;
}
.news-item .news-img-top {
  height: 291px;
  object-fit: cover;
}
.news-item .news-body {
  height: 150px;
  overflow: hidden;
}
.news-item .news-body .title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 13px;
  color: #333333;
}
.news-item:hover {
  background-color: rgb(var(--bs-primary-rgb));
}

.news-item .news-body .news-text {
  font-size: 16px;
  color: #3a3a3a;
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-item:hover .title,
.news-item:hover .news-text {
  color: #fff;
}
/* 棣栭〉鏂伴椈缁撴潫 */

/* 棣栭〉鍏充簬鎴戜滑寮€濮� */
.index-about-body h2 {
  font-size: 22px;
  color: #333333;
  padding: 10px 0;
  font-weight: 700;
}
.index-about-body .line {
  width: 260px;
  height: 1px;
  background-color: #e8e8e8;
  margin: 10px 0;
}
.index-about-body p {
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
  letter-spacing: 2px;
}
/* 棣栭〉鍏充簬鎴戜滑缁撴潫 */

/* 鍏徃绠€浠嬮€氱敤鏍峰紡寮€濮� */
.brief-block {
  min-height: 1072px;
}
@media (max-width: 992px) {
  .brief-block {
    min-height: 500px;
  }
}
/* 鍏徃绠€浠嬮€氱敤鏍峰紡缁撴潫 */

/* 鍏徃寰佺▼鏍峰紡寮€濮� */
.brief-nav .brief-nav-btn {
  padding: 21px 43px;
  font-size: 22px;
  color: #646464;
}
.brief-nav .brief-nav-btn.active {
  background-color: rgb(var(--bs-primary-rgb));
  color: #fff;
}
.journey-body-text {
  margin-top: 50px !important;
  font-size: 20px;
  line-height: 2;
}
@media (max-width: 576px) {
.brief-nav .brief-nav-btn {
    font-size: 18px;
  }
}
/* 鍏徃寰佺▼鏍峰紡缁撴潫 */

/* 鍏徃鏍稿績鎶€鏈牱寮忓紑濮� */
.technology-block {
  margin: 80px 0;
}
/* 鍏徃鏍稿績鎶€鏈牱寮忕粨鏉� */

/* 浜у搧璇︽儏椤甸潰寮€濮� */
.pro-detaile-body span {
  font-size: 20px;
  line-height: 1.7;
}
.pro-detaile-body .pro-brief {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 1.7;
}
@media (max-width: 576px) {
  .pro-detaile-body span {
    font-size: 16px;
    line-height: 1.7;
  }
}
/* 浜у搧璇︽儏椤甸潰缁撴潫 */

/* 宸ョ▼妗堜緥寮€濮� */
.anli-item {
  margin-bottom: 70px;
  text-decoration: none;
  color: #1A1A1A;
}
.anli-title small{
  margin-top: 30px;
}
.anli-item img {
  height: 300px;
  object-fit: cover;
}
/* 宸ョ▼妗堜緥缁撴潫 */

/* 鏂伴椈璇︽儏寮€濮� */
.news-detaile-header {
  padding-left: 15px;
  padding-right: 15px;
}
.news-detaile-header h2{
  font-weight: 700;
  color: #4B4B4B;
}
.news-detaile-header .date-time {
  font-size: 18px;
  color: #6B6B6B;
  padding: 20px 0;
}
.news-detaile-header .line {
  width: 290px;
  height: 1px;
  background-color: #ccc;
}
.news-detaile-body .news-content {
  padding: 0 15px;
  font-size: 18px;
  color: #6B6B6B;
  line-height: 2;
}
/* 鏂伴椈璇︽儏缁撴潫 */

/* 绠€浠嬪紑濮� */
.brief-page-title h2 {
  font-weight: 700;
  color: #4B4B4B;
  margin-bottom: 50px;
}
/* 绠€浠嬬粨鏉� */

/* 鑱旂郴鎴戜滑寮€濮� */
.i-input {
  padding: 20px 0;
  border-bottom: 1px solid #297EFE;
}
.i-input .i-input-icon{
  width: 20px;
  margin-right: 20px;
}
.i-input .value {
  font-size: 22px;
  font-weight: 700;
  color: #1A1A1A;
}
@media (max-width: 596px) {
  .i-input .value {
    font-size: 19px;
    font-weight: 700;
    color: #1A1A1A;
  }
}
/* 鑱旂郴鎴戜滑缁撴潫 */

.pro-detaile-img {
  height: 380px;
  object-fit: cover;
}

.item-image {
  object-fit: cover;
}
.anli-small-brief {
  color: #8e8e8e;
  line-height: 2;
}
.anli-small-brief p {
  margin: 0 !important;
  padding: 0 !important;
}
.banquan {
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
}

.banquan a{
  text-decoration: none;
  color: #8e8e8e;
}