/* header start */
.header {
  height: 90px;
  line-height: 90px;
}

.header .content {
  display: flex;
  justify-content: space-between;
}

.logo {
  width: 88px;
  height: 44px;
  margin: 23px 12px 23px 0;
}

.logo-text {
  font-size: 22px;
  font-style: italic;
  color: #999999;
}

.phone {
  font-size: 30px;
  color: #3c5eaa;
}

.phone-icon {
  width: 48px;
  height: 48px;
  margin: 21px 13px 21px 0;
}

/* header end */

/* top start */
.top {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  font-weight: 500;
  color: #ffffff;
  /*line-height: 66px;*/
}

.banner {
  width: 100%;
  position: relative;
  left: 0;
}

.top-text {
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -58%);
  z-index: 1;
}

.top-text .title {
  font-size: 46px;
  margin-top: 60px;
}

.top-text .describe {
  font-size: 26px;
  color: #ffffff;
}

.app-img-content {
  margin-left: 34%;
}

.app-img {
  width: 12vw;
}

.download-btns {
  display: flex;
  justify-content: space-between;
  width: 434px;
  position: absolute;
  bottom: 28px;
}

.download-btn {
  display: block;
  width: 188px;
  height: 54px;
  line-height: 54px;
  border-radius: 27px;
  background: #4168f4;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.introduce-content {
  height: 200px;
  background: #ffffff;
  box-shadow: 0px 3px 20px 0px rgba(0, 19, 51, 0.19);
  border-radius: 10px;
  position: absolute;
  left: 50%;
  bottom: -120px;
  transform: translate(-50%, 0);
  z-index: 1;
  padding-top: 48px;
}

.introduce-content .item {
  width: 260px;
}

.introduce-content .title {
  font-size: 28px;
  color: #565656;
  padding-bottom: 14px;
}

.main-title {
  padding-bottom: 14px;
  border-bottom: 2px solid#007AFF;
}

.introduce-content p {
  font-size: 16px;
  color: #677d94;
  line-height: 26px;
}

/* top end */

.product-type .title,
.matching-content .title,
.superiority-content .title,
.intro .title,
.course-content .title,
.qualifications .title,
.partnership .title {
  font-size: 44px;
  color: #000000;
  line-height: 67px;
  text-align: center;
  margin: 49px;
}

/* 融资产品类型 start */
.product-type {
  margin-top: 174px;
}

.product-tab {
  padding: 0 20px;
}

.product-tab .item {
  cursor: pointer;
}

.product-tab .item:hover {
  animation: scale 0.5s normal;
  animation-fill-mode: forwards;
}

.product-tab .name {
  font-size: 22px;
  color: #000000;
  line-height: 48px;
  position: relative;
}

.product-tab .name.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #007aff;
}

.product .left {
  font-size: 20px;
  line-height: 32px;
  margin-top: 60px;
  color: #677d94;
}

.product .p {
  margin: 26px 0 20px;
}

.product-title {
  font-size: 32px;
  color: #000000;
  line-height: 48px;
}

/* 融资产品类型 end */

/* 产品匹配及报价 start */
.matching-offer .item {
  width: 378px;
  height: 416px;
  background: #ffffff;
  box-shadow: 0px 3px 20px 0px rgba(0, 19, 51, 0.19);
  border-radius: 4px;
  padding: 0 26px;
  cursor: pointer;
}

.matching-offer .item:hover {
  border: 1px solid #007aff;
  animation: scale 0.5s normal;
  animation-fill-mode: forwards;
}

.matching-offer .item-title {
  font-size: 24px;
  color: #007aff;
  margin: 37px 0;
  text-align: center;
}

.matching-offer p {
  font-size: 18px;
  line-height: 33px;
  margin-bottom: 5px;
  color: #565656;
}

.matching-offer .sub-title {
  color: #677d94;
}

/* 产品匹配及报价 end */
/* 我们的优势 start */
.superiority-content {
  max-width: 1920px;
  position: relative;
  margin: 80px 0 90px;
  color: #fff;
  font-size: 16px;
}

.superiority-bg {
  width: 100%;
  position: relative;
}

.superiority-text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.superiority-text .title {
  color: #fff;
  margin: 30px 0;
}

.superiority-content .item {
  cursor: pointer;
}

.superiority-content .item:hover img {
  animation: turn 0.6s 1;
}

.superiority-content .item-name {
  font-size: 22px;
  margin: 10px 0 16px;
}

/* 我们的优势 end */

/* 公司简介 start */
.intro {
  font-size: 18px;
  color: #565656;
}

.intro p {
  text-indent: 2em;
  line-height: 30px;
  margin-bottom: 28px;
}

/* 公司简介 end */
/* 发展历程 start */
.course-year {
  width: 1200px;
  height: 2px;
  background: linear-gradient(-90deg, #007aff, #f5f9ff);
  border-radius: 1px;
}

.course-item {
  margin-top: -19px;
  height: 57px;
  cursor: pointer;
}

.course-item:hover img {
  animation: turnX 0.6s 1;
}

.course-module {
  width: 1000px;
  height: 200px;
  background: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(0, 19, 51, 0.19);
  border-radius: 10px;
  margin: 78px auto 100px;
  position: relative;
  padding: 60px 50px;
  font-size: 20px;
  color: #677d94;
}

.comma-top {
  position: absolute;
  top: -28px;
  left: 50px;
}

.comma-bottom {
  position: absolute;
  right: 50px;
  bottom: -25px;
  transform: rotate(180deg);
}

/* 发展历程 end */
/* 公司资质 start */
.qualifications {
  position: relative;
}

.arrow-left {
  position: absolute;
  bottom: 105px;
  left: 0;
}

.img-content {
  width: 1076px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.img-content .flex-between {
  position: relative;
}

.img-content img {
  margin-right: 23px;
}

.arrow-right {
  position: absolute;
  bottom: 105px;
  right: 0;
  transform: rotate(180deg);
}

/* 公司资质 end */
/* 合作伙伴 start */
.partnership {
  margin-bottom: 62px;
}

.partnership-details {
  height: 440px;
  background: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(0, 19, 51, 0.19);
  border-radius: 4px;
  margin-bottom: 59px;
}

.partnership-details>img {
  margin-right: 43px;
}

.partnership-details>div {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #565656;
  line-height: 30px;
}

.partnership-details>div>img {
  margin-top: 15px;
}

.partnership-item {
  cursor: pointer;
}

.partnership-item:hover {
  animation: turnY 0.6s normal;
  animation-fill-mode: forwards;
}

/* 合作伙伴 end */
/* footer start */
.footer {
  max-width: 100%;
  background: #0b2840;
  color: #fff;
  padding: 60px 0 18px;
  font-size: 14px;
  line-height: 28px;
}

.footer .flex-between {
  margin-bottom: 100px;
}

.footer .hotline {
  font-size: 18px;
}

.footer .telephone {
  font-size: 30px;
  margin: 16px 0;
}

.footer .center>p {
  margin-bottom: 15px;
}

.footer .right>p {
  margin-top: 6px;
}

.footer .info {
  font-size: 16px;
}

/* @title-color: #565656; */
/* @content-color: #677d94; */







.flex {
  display: flex;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

.flex-around {
  display: flex;
  justify-content: space-around;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

@keyframes turnX {
  0% {
    transform: rotateX(0deg);
  }

  100% {
    transform: rotateX(360deg);
  }
}

@keyframes turnY {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

@keyframes turn {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}