@charset "UTF-8";
/**
* 金融服务页面
* date:2022-12-16
* author: 郭红雅;
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  min-width: 1250px;
}

.guarant {
  height: 574rem;
  background: url("../images/guarantee-bg.png") center/100% 100% no-repeat;
  padding-top: 56rem;
}
.guarant-title {
  color: #333;
  font-size: 32rem;
  font-weight: bold;
  line-height: 36rem;
  margin-bottom: 40rem;
}
.guarant-title .firm {
  font-weight: normal;
  margin-left: 37rem;
}
.guarant-tab {
  width: 981rem;
}
.guarant-hd {
  color: #333;
  font-size: 26rem;
  line-height: 16rem;
  margin-bottom: 56rem;
  cursor: pointer;
}
.guarant-hd .item {
  margin-right: 38rem;
}
.guarant-hd .item.active {
  position: relative;
  color: #0072dc;
}
.guarant-hd .item.active::before {
  position: absolute;
  left: 0;
  top: 30rem;
  content: "";
  display: block;
  width: 100%;
  height: 3rem;
  background-color: #0072DC;
}
.guarant-hd .item.active::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -24rem;
  content: "";
  display: block;
  width: 20rem;
  height: 9rem;
  background: url("../images/hd-active-icon.png") no-repeat center;
}

.tender-intro {
  width: 820rem;
  color: #333;
  font-size: 16rem;
  line-height: 36rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tender-contact {
  color: #333;
  font-size: 16rem;
  line-height: 36rem;
  margin: 33rem 0 43rem 0;
}
.tender-contact .tel {
  margin-left: 10rem;
}
.tender-trait {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tender-trait .item {
  position: relative;
  width: 440rem;
  height: 50rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#e8ebf8), to(transparent));
  background-image: linear-gradient(to right, #e8ebf8, transparent);
  color: #333;
  font-size: 16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 60rem;
  margin-bottom: 25rem;
}
.tender-trait .item::before {
  position: absolute;
  left: 24rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 32rem;
  height: 32rem;
}
.tender-trait .item:nth-child(1)::before {
  background: url("../images/tender-icon-1.png") no-repeat center;
}
.tender-trait .item:nth-child(2)::before {
  background: url("../images/tender-icon-2.png") no-repeat center;
}
.tender-trait .item:nth-child(3)::before {
  background: url("../images/tender-icon-3.png") no-repeat center;
}
.tender-trait .item:nth-child(4)::before {
  background: url("../images/tender-icon-4.png") no-repeat center;
}

.butt {
  width: 120rem;
  height: 42rem;
  background-color: #0072dc;
  border-radius: 21rem;
  color: #fff;
  font-size: 16rem;
  margin: 30rem 0 40rem 0;
  cursor: pointer;
}

.loan {
  height: 566rem;
  background: url("../images/loan-bg.png") center/100% 100% no-repeat;
  padding-top: 47rem;
}
.loan .tender-trait .item:nth-child(1)::before {
  background: url("../images/loan-icon-1.png") no-repeat center;
}
.loan .tender-trait .item:nth-child(2)::before {
  background: url("../images/loan-icon-2.png") no-repeat center;
}
.loan .tender-trait .item:nth-child(3)::before {
  background: url("../images/loan-icon-3.png") no-repeat center;
}
.loan .tender-trait .item:nth-child(4)::before {
  background: url("../images/loan-icon-4.png") no-repeat center;
}