* {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
b {
  font-family: Roboto Bold;
}
body {
  font-size: 0.2rem;
  font-family: Roboto;
}
a {
  text-decoration: none; /*  */
  color: inherit; /*  */
}
input {
  border: none; /*  */
  outline: none; /* （）*/
  background: none; /*  */
  padding: 0; /*  */
  margin: 0; /*  */
  font-family: inherit; /*  */
}
header {
  width: 28.8rem;
  height: 1rem;
  background: #2f49a3;
}
.header-content {
  width: 24rem;
  height: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.header_left,
.header_right {
  display: flex;
  align-items: center;
}
.img_font {
  font-weight: 400;
  font-size: 0.28rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-right: 0.76rem;
}
.img_font img {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.24rem;
}
.menubox {
  width: 28.8rem;
  height: 1.82rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav {
  width: 24rem;
  height: 1.32rem;
  display: flex;
  align-items: center;
}
.nav_logo {
  width: 4.86rem;
  height: 1.32rem;
  margin-right: 2.42rem;
}
.nav_list {
  display: flex;
  align-items: center;
}
.arrow {
  width: 0.32rem;
  height: 0.32rem;
  margin-left: 0.08rem;
  transition: all 0.3s ease;
}
.nav_list li {
  margin-right: 1.22rem;
  padding-bottom: 0.1rem;
}
.nav_list li a {
  font-family: Roboto Bold;
  font-size: 0.32rem;
  color: #000000;
}
.arrow_li {
  position: relative;
}

.arrow_li img {
  position: absolute;
  top: 0.04rem;
  right: -0.4rem;
}
.sub-box {
  width: 3.6rem;
  position: absolute;
  top: 0.48rem;
  left: -0.34rem;
  background-color: #ffffff;
  cursor: pointer;
  display: none;
  z-index: 999;
}
.sub-box-item {
  font-family: Roboto Bold;
  font-size: 0.32rem;
  color: #000000;
  padding: 0.08rem 0;
  text-align: center;
}
.sub-box-item:hover {
  background-color: #dfe5f8;
}
.arrow_li:hover .sub-box {
  display: block;
}
.arrow_li:hover .arrow {
  transform: rotate(180deg);
}
.contact {
  width: 2.1rem;
  height: 1.1rem;
  background: #2f49a3;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 0.32rem;
  color: #ffffff;
  margin-left: auto;
  cursor: pointer;
}
.ad-box {
  width: 28.8rem;
  height: 10.72rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../images/about_us/ad-img.webp) no-repeat center;
  background-size: cover;
  color: white;
}
.ad-title {
  width: 18.48rem;
  font-weight: 600;
  font-size: 0.96rem;
  color: #ffffff;
  line-height: 1.44rem;
  text-align: center;
  margin-top: 3.3rem;
  margin-bottom: 0.26rem;
}
.ad-gray {
  font-weight: 500;
  font-size: 0.48rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1.04rem;
}
.our-btn {
  width: 3.96rem;
  height: 1.26rem;
  background: #2f49a3;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 0.48rem;
  color: #ffffff;
}
.hide-content-box {
  width: 28.8rem;
  min-height: 16.02rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.img-content {
  display: flex;
  /* align-items: center; */
  width: 24rem;
}
.img-content-left {
  width: 10.02rem;
  height: 12.02rem;
  margin-right: 0.56rem;
}
.img-content-left img {
  width: 10.02rem;
  height: 12.02rem;
}
.img-content-right {
  /* height: 12.02rem; */
  overflow: hidden;
}
.about-title {
  font-family: Roboto Bold;
  font-size: 0.64rem;
  color: #000000;
  margin-bottom: 0.64rem;
}
.introduce {
  width: 13.42rem;
  font-size: 0.44rem;
  color: #000000;
  margin-bottom: 0.64rem;
  transition: opacity 0.3s ease;
  overflow: hidden;
}
.readmoure {
  width: 3.96rem;
  height: 1.26rem;
  background: #2f49a3;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 0.48rem;
  color: #ffffff;
  cursor: pointer;
}
.introduce p {
  line-height: 0.66rem;
}
.four-box {
  width: 28.8rem;
  height: 9.62rem;
  display: flex;
  flex-direction: column;
  padding: 0 2.4rem 2rem;
  /* align-items: center; */
}
.four-box-title {
  font-family: Roboto Bold;
  font-size: 0.8rem;
  color: #000000;
  text-align: center;
}
.four-item-box {
  display: flex;
  align-items: center;
  width: 24.02rem;
  height: 6.62rem;
}
.item-box {
  width: 5.66rem;
  height: 6rem;
  background: #ffffff;
  border-radius: 0.8rem 0.8rem 0.8rem 0.8rem;
  border: 0.02rem solid #d5defd;
  padding: 0.96rem 0.48rem 0rem;
  margin-right: 0.64rem;
}
.img-bottom-title {
  font-family: Roboto Bold;
  font-size: 0.48rem;
  color: #000000;
  margin-top: 0.6rem;
  margin-bottom: 0.56rem;
}
.img-bottom-title-content {
  width: 4.7rem;
  font-weight: 400;
  font-size: 0.36rem;
  color: #000000;
}
.item-box:hover {
  color: #ffffff !important;
  background: #2f49a3;
}
.item-box:hover .img-bottom-title-content,
.item-box:hover .img-bottom-title {
  color: #ffffff !important;
}
.pic-svg {
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/about_us/pic1.png) no-repeat;
  background-size: cover;
}
.item-box:hover .pic-svg {
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/about_us/pic1-white.png) no-repeat;
  background-size: cover;
}
.pic-svg2 {
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/about_us/pic2.png) no-repeat;
  background-size: cover;
}
.item-box:hover .pic-svg2 {
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/about_us/pic2-white.png) no-repeat;
  background-size: cover;
}
.pic-svg3 {
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/about_us/pic3.png) no-repeat;
  background-size: cover;
}
.item-box:hover .pic-svg3 {
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/about_us/pic3-white.png) no-repeat;
  background-size: cover;
}
.pic-svg4 {
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/about_us/pic4.png) no-repeat;
  background-size: cover;
}
.item-box:hover .pic-svg4 {
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/about_us/pic4-white.png) no-repeat;
  background-size: cover;
}
.three-box {
  width: 28.8rem;
 
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0;
}
.customer-title {
  font-family: Roboto Bold;
  font-weight: 800;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
.customer-bottom {
  display: flex;
  align-items: center;
}
.three-item {
  width: 7.42rem;
  height: 10.68rem;
  background: #ffffff;
  border-radius: 0.8rem 0.8rem 0.8rem 0.8rem;
  border: 0.02rem solid #d5defd;
  margin-right: 0.86rem;
  padding: 0.64rem;
  display: flex;
  flex-direction: column;
}
.three-item:hover {
  background: #dfe5f8;
}
.head-bottom {
  width: 6.14rem;
  font-size: 0.36rem;
  color: #333333;
  margin-bottom: 0.64rem;
  line-height: 0.54rem;
  flex: 1;
}
.head-img {
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.64rem;
}
.three-item > b {
  font-family: Roboto Bold;
  font-size: 0.48rem;
  color: #000000;
  line-height: 0.72rem;
}
.b-gray {
  font-size: 0.36rem;
  color: #999999;
}
.empower-box {
  width: 28.8rem;
  height: 7.9rem;
  background: url(../images/about_us/emp-img.webp) no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.emp-title {
  width: 24rem;
  font-family: Roboto Bold;
  font-weight: 800;
  font-size: 0.96rem;
  color: #ffffff;
  line-height: 1.44rem;
  text-align: center;
}
.contact-box {
  width: 28.8rem;
  height: 21.56rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.contact-title {
  font-family: Roboto Bold;
  font-size: 0.8rem;
  color: #000000;
  margin-bottom: 1rem;
}
.input-box,
.one-input-box {
  display: flex;
  align-items: center;
  width: 21.2rem;
  height: 2.18rem;
  margin-bottom: 1rem;
}
.input-box > div {
  width: 9.84rem;
}
.one-input-box > div {
  width: 100%;
}
.input-box > div:first-child {
  margin-right: 1.52rem;
}
.input_label {
  font-family: Roboto Bold;
  font-size: 0.48rem;
  color: #000000;
  margin-bottom: 0.48rem;
}
.two-input,
.one-input {
  width: 100%;
  padding: 0.24rem;
  padding-left: 0;
  border-bottom: 0.02rem solid #d9d9d9;
}
.submit-btn {
  width: 21.2rem;
  height: 1.26rem;
  background: #2f49a3;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 0.48rem;
  color: #ffffff;
  margin-bottom: 1rem;
  cursor: pointer;
}
.address-email {
  width: 21.2rem;
  height: 3.36rem;
  margin: 0 auto;
  border-radius: 0.8rem 0.8rem 0.8rem 0.8rem;
  border: 0.02rem solid #d5defd;
  display: flex;
  justify-content: space-between;
  padding: 0.76rem 0.8rem 1rem;
  box-shadow: 0rem 0rem 0.08rem 0rem rgba(0, 0, 0, 0.25);
}
.ad-em-left,
.ad-em-right {
  display: flex;
  align-items: center;
}
.blue-icon {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.2rem;
}
.img-top-right {
  font-size: 0.36rem;
  color: #000000;
  line-height: 0.42rem;
  margin-bottom: 0.22rem;
}
.blue-content {
  font-size: 0.4rem;
  color: #2f49a3;
  line-height: 0.47rem;
  max-width: 7.8rem;
}
.foot-box {
  width: 28.8rem;
  height: 5.88rem;
  background: url(../images/about_us/foot-bg.webp) no-repeat;
  background-size: cover;
  padding-top: 0.74rem;
  padding-left: 2.4rem;
  display: flex;
  align-items: center;
}
.foot-blue-font {
  font-size: 0.32rem;
  color: #8793be;
  line-height: 0.48rem;
}
.foot-img-box {
  width: 3.6rem;
  margin-right: 3.42rem;
  height: 3.88rem;
}
.foot-logo {
  width: 3.6rem;
  height: 2.57rem;
}
.white_a {
  font-size: 0.48rem;
  color: #ffffff;
  font-family: Roboto Bold;
  display: block;
  margin-bottom: 0.28rem;
}
.foot-item {
  margin-right: 2rem;
  height: 3.88rem;
}
.foot-item:last-child {
  margin-right: 0;
}
.mb28 {
  margin-bottom: 0.28rem;
}
.mt64 {
  margin-top: 0.64rem;
}

.phone-show {
  width: 100%;
  height: 16.52rem;
  background: url(../images/about_us/pgone-show-bg.webp) no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  padding-top: 0.53rem;
}

.phone-show-inner {
  width: 7.5rem;
  height: 15.36rem;
  border-radius: 1.2rem;
  background: url(../images/about_us/phone-show-inner.webp) no-repeat center center #fff;
  background-size: 100%;
  padding: 0.21rem;
  overflow: hidden;
  transform: scale(0.9);
}
.phone-show-inner iframe {
  width: 100%;
  height: 100%;
  border-radius: 1.2rem;
}
.lending-product {
  .lending-product-title {
    font-weight: 800;
    font-size: 0.8rem;
    color: #000000;
    line-height: 1.2rem;
    text-align: center;
  }
  .product-list {
    margin-top: 0.34rem;
    .product-img {
      width: 100%;
    }
  }
}

.page-title {
  font-weight: 800;
  font-size: 0.96rem;
  color: #ffffff;
  line-height: 1.44rem;
  text-align: center;
}
.page-description {
  font-size: 0.56rem;
  color: #ffffff;
  line-height: 0.84rem;
  text-align: center;
  margin-top: 0.5rem;
}
.page-top-box {
  position: relative;

  .page-top-img {
    width: 100%;
  }
}
.page-title-box {
  position: absolute;
  padding: 0 3rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.loan-product-box{
  padding-bottom: 2rem;

}
.loan-product-img{
  width: 100%;
}