@charset "UTF-8";
.productIntroduce {
  width: 100%;
  height: 100%;
}
.productIntroduce .content {
  width: 100%;
  height: 100%;
}
.productIntroduce .content .banner {
  width: 100%;
  height: 360px;
  background-image: url("https://fangxinqian.cn/webgw/imagegw/product/img/productIntroduce/banner.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.productIntroduce .content .banner .banner-center {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  padding-top: 80px;
}
.productIntroduce .content .banner .banner-center h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.productIntroduce .content .banner .banner-center p {
  font-size: 16px;
  line-height: 1.5;
  width: 450px;
}
.productIntroduce .content .value {
  width: 100%;
  padding-top: 80px;
  background-color: #f7faff;
  overflow: hidden;
  padding-bottom: 40px;
}
.productIntroduce .content .value h3 {
  font-size: 32px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
.productIntroduce .content .value .value-center {
  width: 1200px;
  margin: 0 auto;
}
.productIntroduce .content .value .value-center li {
  height: 224px;
  padding: 0 15px;
  margin-bottom: 30px;
}
.productIntroduce .content .value .value-center li .box {
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 6px #a9c5ff;
  padding: 40px 50px;
}
.productIntroduce .content .value .value-center li .box .title {
  margin-bottom: 13px;
}
.productIntroduce .content .value .value-center li .box .title img {
  width: 40px;
  height: 40px;
  margin-right: 14px;
  vertical-align: middle;
}
.productIntroduce .content .value .value-center li .box .title span {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}
.productIntroduce .content .value .value-center li .box p {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
}
.productIntroduce .content .advantage {
  width: 100%;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}
.productIntroduce .content .advantage h3, .cunzheng h3{
  font-size: 32px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
.productIntroduce .content .advantage .advantage-center {
  width: 1200px;
  margin: 0 auto;
}
.productIntroduce .content .advantage .advantage-center li {
  height: 286px;
  padding: 0 12px;
}
.productIntroduce .content .advantage .advantage-center li .box {
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 6px #a9c5ff;
  text-align: center;
  padding: 20px 14px;
}
.productIntroduce .content .advantage .advantage-center li .box img {
  width: 78px;
  height: 78px;
  margin-bottom: 30px;
}
.productIntroduce .content .advantage .advantage-center li .box .title {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
}
.productIntroduce .content .advantage .advantage-center li .box p {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
}

.cunzheng{
  width: 100%;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f2f5f8;
}
.cunzheng-center{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cunzheng-center li{
  width: 48%;
  height: 180px;
  background-color: #fff;
  margin-top: 28px;
  display: flex;
  padding: 24px;
}
.cunzheng-center li .cunzheng-icon{
  width: 48px;
  margin-right: 12px;
}
.cunzheng-center li .cunzheng-icon img{
  width: 100%;
}
.cunzheng-center li .box {
  width: 90%;
  padding-top: 16px;
}
.cunzheng-center li .box .title{
  color: rgba(0,0,0,0.85);
  font-size: 18px;
  font-weight: 500;
}
.cunzheng-center li .box p{
  color: rgba(0,0,0,0.65);
  font-size: 14px;
  font-weight: 400
}




.productIntroduce .content .flexible {
  width: 100%;
  height: 693px;
  padding-top: 80px;
  background-image: url("https://fangxinqian.cn/webgw/imagegw/product/img/productIntroduce/flexible-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.productIntroduce .content .flexible h2 {
  color: #333333;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.productIntroduce .content .procedure-box {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding-top: 88px;
  text-align: center;
}
.productIntroduce .content .procedure-box .procedure {
  margin: 0 auto;
  width: 1200px;
  min-height: 530px;
}
.productIntroduce .content .procedure-box .procedure .flow-list {
  float: left;
  width: 20%;
  position: relative;
}
.productIntroduce .content .procedure-box .procedure .flow-list .pic {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px dotted #4680ff;
  position: relative;
  margin: 0 auto;
}
.productIntroduce .content .procedure-box .procedure .flow-list .pic .box {
  width: 66px;
  height: 66px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -33px;
  margin-left: -33px;
  background-color: #4680ff;
  border-radius: 50%;
  text-align: center;
  line-height: 66px;
}
.productIntroduce .content .procedure-box .procedure .flow-list .pic .box img {
  vertical-align: middle;
}
.productIntroduce .content .procedure-box .procedure .flow-box ul:nth-child(2) li {
  float: right;
}
.productIntroduce .content .procedure-box .procedure .flow-list p {
  font-size: 16px;
  color: #333;
  padding: 16px 0 48px;
}
.productIntroduce .content .procedure-box .procedure .flow-list em {
  display: block;
  width: 59px;
  height: 10px;
  background: url(https://fangxinqian.cn/webgw/imagegw/product/img/productIntroduce/arrow.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -64%;
  margin-top: -37px;
}
.productIntroduce .content .procedure-box .procedure .flow-list .arrow-bottom {
  height: 35px;
  width: 10px;
  background: url(https://fangxinqian.cn/webgw/imagegw/product/img/productIntroduce/bottom.png) no-repeat center center;
  background-size: 100%;
  right: 50%;
  margin-right: -7px;
  margin-top: 38px;
}
.productIntroduce .content .procedure-box .procedure .flow-box ul:nth-child(2) li {
  float: right;
}
.productIntroduce .content .procedure-box .procedure .flow-box ul:nth-child(2) li em {
  transform: rotate(180deg);
}
.productIntroduce .content .procedure-box .procedure .flow-box ul:nth-child(2) li:first-child em {
  display: none;
}
.productIntroduce .content .procedure-box .procedure .product-title {
  font-size: 32px;
  padding-bottom: 56px;
}
.productIntroduce .content .procedure-box .procedure .flow {
  display: block;
  width: 100%;
  height: 100%;
}
.productIntroduce .content .exceed-value {
  width: 100%;
  overflow: hidden;
  padding-top: 80px;
  background-color: #f7faff;
}
.productIntroduce .content .exceed-value h3 {
  font-size: 32px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
.productIntroduce .content .exceed-value .tabs {
  width: 240px;
  height: 40px;
  margin: 0 auto;
  border: 1px solid #4680ff;
  border-radius: 4px;
  margin-bottom: 50px;
}
.productIntroduce .content .exceed-value .tabs span {
  width: 50%;
  height: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  float: left;
  cursor: pointer;
}
.productIntroduce .content .exceed-value .tabs .check {
  background-color: #4680ff;
  color: #fff;
}
.productIntroduce .content .exceed-value .exceed-value-center, .productIntroduce .content .exceed-value .exceed-personl-center {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.productIntroduce .content .exceed-value .exceed-value-center li, .productIntroduce .content .exceed-value .exceed-personl-center li {
  height: 270px;
  padding: 0 36px;
  margin-bottom: 30px;
}
.productIntroduce .content .exceed-value .exceed-value-center li .box, .productIntroduce .content .exceed-value .exceed-personl-center li .box {
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 6px #4680ff;
  background: -webkit-linear-gradient(#E9F0FF, #FFFFFF);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#E9F0FF, #FFFFFF);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#E9F0FF, #FFFFFF);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#E9F0FF, #FFFFFF);
  /* 标准的语法（必须放在最后） */
  padding-top: 60px;
  position: relative;
}
.productIntroduce .content .exceed-value .exceed-value-center li .box .number, .productIntroduce .content .exceed-value .exceed-personl-center li .box .number {
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin-bottom: 16px;
}
.productIntroduce .content .exceed-value .exceed-value-center li .box .money-new, .productIntroduce .content .exceed-value .exceed-personl-center li .box .money-new {
  font-size: 24px;
  color: #4680ff;
  text-align: center;
  margin-bottom: 16px;
}
.productIntroduce .content .exceed-value .exceed-value-center li .box .money-old, .productIntroduce .content .exceed-value .exceed-personl-center li .box .money-old {
  color: #ff7676;
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
}
.productIntroduce .content .exceed-value .exceed-value-center li .box .shop, .productIntroduce .content .exceed-value .exceed-personl-center li .box .shop {
  width: 100px;
  height: 36px;
  border: 1px solid #4680ff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  border-radius: 4px;
  color: #4680ff;
  margin: 0 auto;
  cursor: pointer;
}
.productIntroduce .content .exceed-value .exceed-value-center li .box .shop:hover, .productIntroduce .content .exceed-value .exceed-personl-center li .box .shop:hover {
  background-color: #4680ff;
  color: #fff;
}
.productIntroduce .content .exceed-value .exceed-value-center li .box .label, .productIntroduce .content .exceed-value .exceed-personl-center li .box .label {
  width: 88px;
  height: 49px;
  position: absolute;
  background: url(https://fangxinqian.cn/webgw/imagegw/product/img/productIntroduce/label-bg.png);
  text-align: center;
  line-height: 49px;
  color: #fff;
  font-size: 14px;
  top: -11px;
  left: 12px;
}
.productIntroduce .content .exceed-value .none {
  display: none;
}

/*超大PC屏幕下的专用样式*/
/*中等PC屏幕下的专用样式*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .productIntroduce .content .banner .banner-center {
    width: 90%;
  }
  .productIntroduce .content .value .value-center {
    width: 90%;
  }
  .productIntroduce .content .advantage .advantage-center {
    width: 90%;
  }
  .cunzheng-center{
    width: 90%;
  }
  .productIntroduce .content .advantage .advantage-center li {
    height: 320px;
  }
  .productIntroduce .content .flexible {
    height: 460px;
  }
  .productIntroduce .content .procedure-box .procedure {
    width: 90%;
  }
  .productIntroduce .content .exceed-value .exceed-value-center, .productIntroduce .content .exceed-value .exceed-personl-center {
    width: 90%;
  }
  .productIntroduce .content .exceed-value .exceed-value-center li, .productIntroduce .content .exceed-value .exceed-personl-center li {
    height: 232px !important;
  }
}
/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .productIntroduce .content .banner {
    height: 290px;
  }
  .productIntroduce .content .banner .banner-center {
    width: 90%;
  }
  .productIntroduce .content .value {
    height: 930px;
  }
  .productIntroduce .content .value .value-center {
    width: 90%;
  }
  .productIntroduce .content .advantage .advantage-center {
    width: 90%;
  }
  .productIntroduce .content .advantage .advantage-center li {
    margin-bottom: 20px;
  }
  .cunzheng-center{
    width: 90%;
  }
  .cunzheng-center li{
    width: 100%;
  }
  .productIntroduce .content .flexible {
    padding-top: 50px;
    height: 300px;
  }
  .productIntroduce .content .flexible h2 {
    font-size: 26px;
  }
  .productIntroduce .content .procedure-box .procedure {
    width: 90%;
  }
  .productIntroduce .content .exceed-value .exceed-value-center, .productIntroduce .content .exceed-value .exceed-personl-center {
    width: 90%;
  }
}
/*PHONE屏幕下的专用样式*/
@media screen and (max-width: 767px) {
  .productIntroduce .content .banner {
    height: 160px;
  }
  .productIntroduce .content .banner .banner-center {
    width: 90%;
    padding-top: 30px;
  }
  .productIntroduce .content .banner .banner-center h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .productIntroduce .content .banner .banner-center p {
    font-size: 12px;
    line-height: 1.5;
    width: 300px;
  }
  .productIntroduce .content .value .value-center {
    width: 90%;
  }
  .productIntroduce .content .advantage .advantage-center {
    width: 90%;
  }
  .productIntroduce .content .advantage .advantage-center li {
    margin-bottom: 20px;
  }
  .productIntroduce .content .flexible {
    padding-top: 30px;
    height: 190px;
  }
  .productIntroduce .content .flexible h2 {
    font-size: 20px;
  }
  .productIntroduce .content .procedure-box {
    /* 产品使用流程  */
  }
  .productIntroduce .content .procedure-box .procedure {
    width: 90%;
    min-height: 0;
    padding: 0 40px;
  }
  .productIntroduce .content .procedure-box .procedure-box {
    padding-top: 28px;
  }
  .cunzheng-center{
    width: 90%;
  }
  .cunzheng-center li{
    width: 100%;
  }
  .productIntroduce .content .procedure-box .procedure .flow-list {
    width: 50%;
    margin-bottom: 40px;
  }
  .productIntroduce .content .procedure-box .procedure .flow-list .pic {
    width: 60px;
    height: 60px;
  }
  .productIntroduce .content .procedure-box .procedure .flow-list em {
    width: 50px;
  }
  .productIntroduce .content .procedure-box .flow-box ul:first-child li:nth-child(2) em,
.productIntroduce .content .procedure-box .flow-box ul:first-child li:nth-child(4) em,
.productIntroduce .content .procedure-box .flow-box ul:last-child li:nth-child(3) em {
    transform: rotate(90deg);
    margin-right: -12%;
    margin-top: 60px;
    width: 44px;
  }
  .productIntroduce .content .procedure-box .flow-box ul:first-child li:nth-child(3),
.productIntroduce .content .procedure-box .procedure-box .flow-box ul:first-child li:nth-child(4) {
    float: right;
  }
  .productIntroduce .content .procedure-box .flow-box ul:first-child li:nth-child(3) em {
    transform: rotate(180deg);
    left: 50%;
    margin-left: -64%;
  }
  .productIntroduce .content .procedure-box .flow-box ul:first-child li:nth-child(5) em {
    background: url(https://fangxinqian.cn/webgw/imagegw/product/img/productIntroduce/arrow.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    margin-right: -64%;
    margin-top: -37px;
    height: 10px;
    width: 50px;
  }
  .productIntroduce .content .procedure-box .flow-box ul:last-child li:nth-child(4),
.productIntroduce .content .procedure-box .flow-box ul:last-child li:nth-child(5) {
    margin-bottom: 0;
  }
  .productIntroduce .content .procedure-box .flow-box ul:last-child li:first-child em {
    display: block;
    transform: rotate(90deg);
    margin-right: -12%;
    margin-top: 60px;
    width: 44px;
  }
  .productIntroduce .content .procedure-box .flow-box ul:last-child li:nth-child(2) em {
    transform: rotate(180deg);
    left: 50%;
    margin-left: -64%;
  }
  .productIntroduce .content .procedure-box .flow-box ul:last-child li:nth-child(4),
.productIntroduce .content .procedure-box .flow-box ul:last-child li:nth-child(5) {
    float: left;
  }
  .productIntroduce .content .procedure-box .flow-box ul:last-child li:nth-child(4) em {
    transform: rotate(0deg);
  }
  .productIntroduce .content .procedure-box .flow-box ul:nth-child(2) li:first-child em {
    display: block !important;
  }
  .productIntroduce .content .procedure-box .flow-box ul:last-child li:nth-child(5) em {
    display: none;
  }
  .productIntroduce .content .exceed-value .exceed-value-center, .productIntroduce .content .exceed-value .exceed-personl-center {
    width: 90%;
  }
}

/*# sourceMappingURL=productIntroduce.css.map */
