.main-content .sub-title {
  width: 100px;
  height: 28px;
  font-size: 20px;
  background-color: #d2ac6e;
  color: #fff;
  text-align: center;
  margin: 0 0 30px 0;
  line-height: 28px; }

.intro {
  margin: 0 0 50px 0; }
  .intro .text1 {
    font-size: 16px;
    color: #666666;
    text-indent: 2em;
    line-height: 30px;
    margin: 30px 0 15px 0; }
  .intro .text2 {
    font-size: 16px;
    color: #666666;
    text-indent: 2em;
    line-height: 30px;
    font-weight: bold; }
.feature {
  width: 100%;
  overflow: hidden; }
  .feature .feature-list {
    margin: 30px 0 0 0;
    width: 1000px; }
  .feature .feature-item {
    width: 190px;
    height: 294px;
    margin: 0 10px 0 0;
    float: left;
    background-color: #f7f7f7; }
    .feature .feature-item .icon {
      background: url(/img/finance-icon-sprites.png?8b1031e2) no-repeat; }
      .feature .feature-item .icon.icon1 {
        width: 73px;
        height: 57px;
        background-position: -10px -10px;
        margin: 40px auto 0 auto; }
      .feature .feature-item .icon.icon2 {
        width: 63px;
        height: 44px;
        background-position: -103px -10px;
        margin: 54px auto 0 auto; }
      .feature .feature-item .icon.icon3 {
        width: 48px;
        height: 47px;
        background-position: -85px -87px;
        margin: 50px auto 0 auto; }
      .feature .feature-item .icon.icon4 {
        width: 55px;
        height: 47px;
        background-position: -10px -87px;
        margin: 50px auto 0 auto; }
      .feature .feature-item .icon.icon5 {
        width: 49px;
        height: 46px;
        background-position: -186px -10px;
        margin: 50px auto 0 auto; }
    .feature .feature-item .feature-name {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      margin: 45px auto 30px auto;
      color: #212121; }
    .feature .feature-item .line {
      width: 18px;
      height: 1px;
      background-color: #212121;
      margin: 0 auto 25px auto; }
    .feature .feature-item .text {
      text-align: center;
      color: #323232;
      line-height: 22px;
      font-size: 14px; }
      .feature .feature-item .text span {
        color: #d2ac6e; }


.feature1 {
  width: 100%;
  overflow: hidden; }
  .feature1 .feature-list {
    margin: 30px 0 0 0;
    width: 1000px; }
  .feature1 .feature-item {
    width: 190px;
    height: 294px;
    margin: 0 10px 0 0;
    float: left;
    background-color: #f7f7f7; }
    .feature1 .feature-item .icon {
      background: url(/img/finance-icon-sprites1.png?8b1031e2) no-repeat; }
      .feature1 .feature-item .icon.icon1 {
        width: 73px;
        height: 57px;
        background-position: -10px -10px;
        margin: 40px auto 0 auto; }
      .feature1 .feature-item .icon.icon2 {
        width: 63px;
        height: 44px;
        background-position: -103px -10px;
        margin: 54px auto 0 auto; }
      .feature1 .feature-item .icon.icon3 {
        width: 48px;
        height: 47px;
        background-position: -85px -87px;
        margin: 50px auto 0 auto; }
      .feature1 .feature-item .icon.icon4 {
        width: 55px;
        height: 47px;
        background-position: -10px -87px;
        margin: 50px auto 0 auto; }
      .feature1 .feature-item .icon.icon5 {
        width: 49px;
        height: 46px;
        background-position: -186px -10px;
        margin: 50px auto 0 auto; }
    .feature1 .feature-item .feature-name {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      margin: 45px auto 30px auto;
      color: #212121; }
    .feature1 .feature-item .line {
      width: 18px;
      height: 1px;
      background-color: #212121;
      margin: 0 auto 25px auto; }
    .feature1 .feature-item .text {
      text-align: center;
      color: #323232;
      line-height: 22px;
      font-size: 14px; }
      .feature1 .feature-item .text span {
        color: #d2ac6e; }

.advantage {
  margin: 45px 0 0 0; }
  .advantage .advantage-item {
    padding: 25px 0;
    border-bottom: 1px dashed #c6c6c6; }
    .advantage .advantage-item .name {
      font-size: 20px;
      font-weight: bold;
      color: #323232;
      margin: 0 0 10px 0; }
    .advantage .advantage-item .desc {
      font-size: 16px;
      color: #666; }

.btn {
  width: 100%;
  height: 58px;
  background-color: #fff;
  border: 1px solid #000;
  line-height: 58px;
  text-align: center;
  margin: 40px auto 0 auto;
  cursor: pointer;
  Transition: background-color .5s; }
  .btn:hover {
    border: 1px solid #d2ac6e;
    background: #d2ac6e;
    color: #fff; }

    .btn a {
      display: block;
      width: 100%;
      height: 100%;
    }
