html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  color: #2c343b;
  font: 12px/1.5 "Microsoft YaHei",tahoma,arial,Hiragino Sans GB,\5b8b\4f53;
  overflow-x: hidden;
}

a {
  color: #26C3C3;
  text-decoration: none;
}

img {
  /*max-width: 100%;*/
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 69px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 2px solid rgba(255,255,255,0.2);
}

#cd-logo {
  float: left;
  margin: 20px 0 0 5px;
}
#cd-logo img {
  display: block;
}
.head-wrap{
  width: 1190px;
  margin: 0 auto;
}

.cd-primary-nav {
  float: right;
  height: 100%;
}
.cd-primary-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.cd-primary-nav ul li{
  position: relative;
}
.cd-primary-nav ul li:hover::after{
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: relative;
  float: left;
  bottom: 2px;
  left: 0;
}
.cd-primary-nav ul.is-visible {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.cd-primary-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  background: #21272c;
  border-top: 1px solid #333c44;
  color: #ffffff;
}
.sub-nav-wrap{
  width: 100%;
  height: 42px;
  position: absolute;
  bottom: -42px;
  display: none;
}
.sub-nav-bg{
  width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.3);
}
.sub-nav{
    width: 100%;
    height: 42px;
    position: relative;
    z-index: 5;
    text-align: center;
}
.sub-nav li {
    line-height: 42px;
     display: none;
     position: absolute;                       
}
.sub-nav a {
    line-height: 42px;
    padding: 0 30px;
    display: inline-block;
    color: #fff;
    position: relative;
}
.sub-nav a:hover {
   background-color: rgba(255, 255, 255, 0.2);
}

.cd-primary-nav {
  /* reset navigation values */
  width: auto;
  height: auto;
  background: none;
}
.cd-primary-nav ul {
  position: static;
  width: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  line-height: 69px;
}
.cd-primary-nav ul.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.cd-primary-nav li {
  display: inline-block;
  margin-left: 1em;
}
.cd-primary-nav a {
  display: inline-block;
  height: auto;
  font-weight: 600;
  line-height: normal;
  background: transparent;
  padding: 10px 15px;
  border-top: none;
}

.cd-primary-nav li:last-child a{
  padding-right: 5px;
}


/* -------------------------------- 

Slider

-------------------------------- */
.cd-hero {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-hero-slider {
  position: relative;
  height: 360px;
  overflow: hidden;
}
.cd-hero-slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-hero-slider li.selected {
  position: relative;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-hero-slider li.move-left {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.cd-hero-slider li.is-moving, .cd-hero-slider li.selected {
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
@media only screen and (min-width: 768px) {
  .cd-hero-slider {
    height: 500px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-hero-slider {
    height: 680px;
  }
}

/* -------------------------------- 

Single slide style

-------------------------------- */
.cd-hero-slider li {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cd-hero-slider li {
  background-color: #00c2c2;
}
.cd-hero-slider .cd-full-width,
.cd-hero-slider .cd-half-width {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  /* this padding is used to align the text */
  padding-top: 100px;
  text-align: center;
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-hero-slider .cd-img-container {
  /* hide image on mobile device */
  display: none;
}
.cd-hero-slider .cd-img-container img,.section .cd-bg-img-wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cd-hero-slider .cd-bg-video-wrapper {
  /* hide video on mobile device */
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cd-hero-slider .cd-bg-video-wrapper video {
  /* you won't see this element in the html, but it will be injected using js */
  display: block;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  height: auto;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);ß
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cd-hero-slider .cd-bg-img-wrapper,.section .cd-bg-img-wrapper {
  /* hide video on mobile device */
  /*display: none;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cd-hero-slider .cd-bg-img-wrapper img {
  /* you won't see this element in the html, but it will be injected using js */
  display: block;
  min-height: 100%;
  /*min-width: 100%;*/
  max-width: none;
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);ßß
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cd-hero-slider h2, .cd-hero-slider p {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
  margin: 0 auto 14px;
  color: #ffffff;
  width: 90%;
  /*max-width: 400px;*/
}
.cd-hero-slider h2 {
  font-size: 2.4rem;
}
.cd-hero-slider p {
  font-size: 1.4rem;
  line-height: 1.4;
}
.cd-hero-slider .cd-btn {
  display: inline-block;
  line-height: 40px;
  width: 160px;
  border-radius: 20px;
  margin-top: .8em;
  background-color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #529296;
  text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-hero-slider .cd-btn.secondary {
  background-color: rgba(22, 26, 30, 0.8);
}
.cd-hero-slider .cd-btn:nth-of-type(2) {
  margin-left: 1em;
}
.no-touch .cd-hero-slider .cd-btn:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.no-touch .cd-hero-slider .cd-btn.secondary:hover {
  background-color: #161a1e;
}

.cd-hero-slider .cd-bg-video-wrapper {
  display: block;
}


.cd-hero-slider .cd-full-width,
.cd-hero-slider .cd-half-width {
  padding-top: 220px;
}

.cd-hero-slider h2 {
  margin-bottom: 34px;
  font-size: 45px;
  position: relative;
}
.cd-hero-slider h2::after{
    content: "";
    width: 50px;
    height: 2px;
    background-color: #ffffff;
    position: relative;
    left: 2px;
    margin: 0 auto;
    bottom: -30px;
    display: block;
    text-align: center;
}
.cd-hero-slider p {
  padding-top: 30px;
  margin-bottom: 64px;
  font-size: 15px;
  opacity: 0.5;
}

.cd-hero .next-page{
      display: block;
    margin: 0 auto;
    bottom: 90px;
    position: relative;
    width: 30px;
    height: 30px;
    z-index: 20;
}
.cd-hero .next-page img{
   width: 30px;
    height: 30px;
}

@keyframes next {
  0% { bottom: 90px; }
  50% { bottom: 85px; }
  100% { bottom: 90px; }
}

.next-page {
  animation: 1s next infinite;
}


/* -------------------------------- 

Single slide animation

-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-hero-slider .cd-half-width {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
  }
  .cd-hero-slider .move-left .cd-half-width {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  .cd-hero-slider .selected .cd-half-width {
    /* this is the visible slide */
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-hero-slider .is-moving .cd-half-width {
    /* this is the slide moving outside the viewport 
    wait for the end of the transition on the <li> parent before set opacity to 0 and translate to 40px/-40px */
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s;
  }
  .cd-hero-slider li.selected.from-left .cd-half-width:nth-of-type(2),
  .cd-hero-slider li.selected.from-right .cd-half-width:first-of-type {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
  }
  .cd-hero-slider li.selected.from-left .cd-half-width:first-of-type,
  .cd-hero-slider li.selected.from-right .cd-half-width:nth-of-type(2) {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
  }
  .cd-hero-slider .cd-full-width h2,
  .cd-hero-slider .cd-full-width p,
  .cd-hero-slider .cd-full-width .cd-btn {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  .cd-hero-slider .move-left .cd-full-width h2,
  .cd-hero-slider .move-left .cd-full-width p,
  .cd-hero-slider .move-left .cd-full-width .cd-btn {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  
  .cd-hero-slider .selected .cd-full-width h2,
  .cd-hero-slider .selected .cd-full-width .cd-btn {
    /* this is the visible slide */
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-hero-slider .selected .cd-full-width p{
   opacity: 0.5;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); 
  }
  .cd-hero-slider li.is-moving .cd-full-width h2,
  .cd-hero-slider li.is-moving .cd-full-width p,
  .cd-hero-slider li.is-moving .cd-full-width .cd-btn {
    /* this is the slide moving outside the viewport 
    wait for the end of the transition on the li parent before set opacity to 0 and translate to 100px/-100px */
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s;
  }
  .cd-hero-slider li.selected h2 {
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
  }
  .cd-hero-slider li.selected p {
    -webkit-transition: opacity 0.4s 0.3s, -webkit-transform 0.5s 0.3s;
    -moz-transition: opacity 0.4s 0.3s, -moz-transform 0.5s 0.3s;
    transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
  }
  .cd-hero-slider li.selected .cd-btn {
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s, background-color 0.2s 0s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s, background-color 0.2s 0s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
  }
}
/* -------------------------------- 

Slider navigation

-------------------------------- */
.cd-slider-nav {
  position: absolute;
  width: 100%;
  bottom: 182px;
  z-index: 2;
  text-align: center;
  height: 6px;
}

.cd-section-footer {
  position: absolute;
  width: 100%;
  min-width: 1190px;
  bottom: -1px;
  z-index: 2;
  height: 137px;
  overflow: hidden;
}
.cd-section-footer-bg-left,.cd-section-footer-bg-right{
  position: absolute;
  top: 0;
  content: "";
  height: 136px;
}
.cd-section-footer-bg-left{
  left:0;
  z-index: 2;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.cd-section-footer-bg-right{
  z-index: 3;
  right:-100px;
  width: 50%;
  background-color: rgba(100,220,220, 0.7)
}

.cd-section-footer .footer{
  position: relative;
  width: 1190px;
  margin: 0 auto;
  z-index: 10;
  color: #333333;
}
.cd-section-footer .footer .news,.cd-section-footer .footer .about{
  position: absolute;
  top: 0;
  content: "";
  height: 137px;
}

.cd-section-footer .footer .news{
  padding: 10px 0 0 30px;
  left:0;
  width: 60%;
}
.cd-section-footer .footer .about{
  padding: 10px 0 0 30px;
  right:-100px;
  z-index: 4;
  width: 50%;
  color: #fff;
}
.title{
    font-size: 16px;
    position: relative;
    line-height: 42px;
}
.cd-section-footer .footer .news ul{
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}

.news a{
  color: #333;
  font-weight: 
}

.cd-section-footer .footer .about .us,.cd-section-footer .footer .about .services,.cd-section-footer .footer .about .info{
  display: inline-block;
  height: 137px;
  float: left;
  margin-right: 60px;
}

.cd-section-footer .footer .about .info .info-linker {
  font-size: 14px;
  margin-top: 10px;
  color: #fff;
  display: inline-block;
}

.cd-section-footer .footer .about ul{
      margin-top: 12px;
}
.cd-section-footer .footer .about .title::after{
  background-color: #fff;
}
.cd-section-footer .footer .about ul li {
  height: 25px;
    width: 25px;
    float: left;
    margin-right: 10px;
}
.cd-section-footer .footer .about ul li img{
  width: 25px;
  height: 25px;
}
.cd-section-footer .footer .about .phone-num{
  font-size: 30px;
    margin-top: 10px;
    display: inline-block;
}

.title::after{
  content: "";
  width:18px;
  height:1px;
  background-color: #333333;
  position: absolute;
  bottom: 0;
  left: 2px;
}

.cd-slider-nav nav, .cd-slider-nav ul, .cd-slider-nav li, .cd-slider-nav a {
  height: 100%;
}
.cd-slider-nav nav {
  display: inline-block;
  position: relative;
}

.cd-slider-nav ul::after {
  clear: both;
  content: "";
  display: table;
}
.cd-slider-nav li {
  display: inline-block;
  width: 6px;
  border-radius: 3px;
  float: left;
  margin-left: 6px;
  background-color: rgba(255,255,255,0.5);
}
.cd-slider-nav li.selected {
  background-color: #ffffff;
}
.no-touch .cd-slider-nav li.selected a:hover {
  background-color: transparent;
}

@media only screen and (min-width: 768px) {
  .cd-slider-nav {
    height: 6px;
  }
  .cd-slider-nav .cd-marker,
  .cd-slider-nav li {
    width: 6px;
  }
}

/* -------------------------------- 

Main content

-------------------------------- */
.cd-main-content {
  /*width: 90%;*/
  /*max-width: 768px;*/
  margin: 0 auto;
  /*padding: 2em 0;*/
}
.cd-main-content p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #999999;
  margin: 2em 0;
}


/* -------------------------------- 

Javascript disabled

-------------------------------- */
.no-js .cd-hero-slider li {
  display: none;
}
.no-js .cd-hero-slider li.selected {
  display: block;
}

.no-js .cd-slider-nav {
  display: none;
}

.fullscreen{
  width: 100%;
  height: 100%;
}

.section{
  width: 100%;
  position: relative;
}

.section .section-wrap{
  width: 1190px;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}

.tool .section-wrap .section-title,
.tool .section-wrap .section-title .title-icon,
.tool .section-wrap .section-title .title-text{
  margin: 0 auto;
}
.section-title{
  position: relative;
    margin: 0 auto;
    text-align: center;
    top: 50px;
}
.section-title .title-icon, 
.section-title .title-icon img{
  width:68px;
  height: 68px;
}

.section-title .title-text{
    font-size: 40px;
    /*font-weight: bold;*/
    line-height: 80px;
}
.tool .title-text{
  font-size: 24px;
}
.section-title::after{
  content: "";
  position: relative;
  width: 35px;
  height: 1px;
  display: inline-block;
  background-color: #fff;
}
.section-wrap .section-sub{
  position: absolute;
  width: 100%;
  top: 290px;
  text-align: left;
}
.tool, .loan{
  height: 530px;
}
.section-wrap .section-sub .app-info{
  width: 50%;
  position: relative;
  left: 50px;
}
.app-info::after{
  content: "";
  height: 100px;
  position: absolute;
  right: 50px;
  width: 1px;
  background-color: #ccc;
}
.app-info .app-detail{
  position: absolute;
    left: 158px;
}
.app-info .app-detail h3{
      font-size: 24px;
    font-weight: bold;
}
.app-info .app-icon{
  left:60px;
} 
.ebank-info .ebank-icon{
  left:90px;
}
.app-info .app-icon, .ebank-info .ebank-icon{
      position: absolute;
}
.app-info .app-icon img, .ebank-info .ebank-icon img{
  height: 93px;
}
.app-detail p, .ebank-detail p{
  padding: 5px 0 25px 0;
  margin: 0;
  position: relative;
  font-size: 12px;
}
.app-detail p::after,.ebank-detail p::after{
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 2px;
  width: 25px;
  background-color: #333;
}
.bottom-wrap{
  margin-top: 18px;
    
}
.bottom{
  display: inline-block;
  height: 30px;
    line-height: 28px;
    border: 1px solid #00baba;
    text-align: center;
    width: 136px;
    border-radius: 15px;
    color: #00baba;
    padding-left: 8px;
}
.bottom:hover{
  /*border-color: rgba(0,186,186,0.5);*/
  /*color: rgba(0,186,186,0.5);*/
  opacity: 0.6;
}
.bottom-extend{
  position: relative;
    margin-left: 20px;
    top: 5px;
}
.bottom-wrap .bottom-icon{
  margin-right: 10px;
  position: relative;
  top: 3px;
  left: 8px;
}

.tool .section-title::after{
  display: none;
}
.bottom-wrap .bottom-icon,.bottom-wrap .bottom-icon img{
  display: inline-block;
  height: 15px;
  width: 15px;
}
.bottom-wrap .icon{
  margin-right: 12px;
}
.bottom-wrap .icon,.bottom-wrap .icon img{
  display: inline-block;
  height: 25px;
  width: 25px;
}   
.section-sub .ebank-info{
  width: 50%;
    position: relative;
    left: 50%;
} 
.ebank-info .ebank-detail{
      position: absolute;
    left: 240px;
}
.ebank-info .ebank-detail h3{
  font-size: 24px; 
}

.loan,.zhuan{
  color: #fff;
}
.loan .section-wrap,
.zhuan .section-wrap{
  position: relative;
  text-align: center;
}
.loan .section-title,
.zhuan .section-title{
  top: 130px;
  position: relative;
}
.loan .section-title .section-text,
.zhuan .section-title .section-text{
  font-size: 32px;

}
.loan .section-slogan,
.zhuan .section-slogan,
.sign .section-slogan{
    position: relative;
    top: 200px;
    top: 160px;
    font-size: 24px;
}
.loan .section-explain,
.zhuan .section-explain{
    position: relative;
    top: 180px;
}

.user-num{
  height: 240px;
  padding-top:70px;
  position: relative;
}

.user-num .section-sub{
  position: absolute;
  width: 50%;
  z-index:5;
}
.user-num .section-icon{
  position: absolute;
  left: 0;
}
.user-num .section-icon,.user-num .section-icon img{
  width:50px;
  height: 50px;
}

.user-num .section-sub{
  top:0;
}
.user-num .section-explain{
      position: absolute;
    bottom: -150px;
    left: 40%;
    font-size: 12px;
}
.user-num .user{
  left:100px;
}

.user .section-num,.money .section-num{
  display: block;
    font-size: 32px;
    line-height: 40px;
    color: #00baba;
        margin-bottom: 20px;
}

.user-num .money{
  left:50%;
}

.user-num .section-info{
  position: absolute;
  left: 70px;
}

.user-num .section-info span{
  display: block;
}

.web-loan{
  height: 480px;
}

.farming-loan{
  height: 480px;
}

.web-loan .section-wrap,.xin .section-wrap,.farming-loan .section-wrap,.yulibao .section-wrap{
    padding-top: 100px;
    width: 1190px;
    margin: 0 auto;
    position: relative;
    z-index: 4;
    height: 100%;
}
.section-wrap .section-img{
    position: absolute;
    top: 100;
    left: 70px;
} 
.section-wrap .section-img img{
  width:460px;
}

.section-detail{
  position: absolute;
  left: 50%;
  padding-left: 70px;
}

.section-detail h3{
  font-size: 24px;
  color: #00baba;
  font-weight: bold;
  position: relative;
}
.section-detail h3::after{
  content: "";
  width:18px;
  height:1px;
  background-color: #333333;
  position: absolute;
  left: 2px;
  bottom: -15px;
}

.p-point{
  position: relative;
  left: -30px;
  margin-top: 30px;
}
.p-point li{
  width: 140px;
  text-align: center;
  display: inline-block;
}
.p-point img{
  height: 30px;
}

.p-point p{
  margin-top: 20px;
  color: #000;
  font-weight: bold;
}

.farming-loan .section-img {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: 100px;
}
.farming-loan .section-img img {
    width: 537px;
}
.farming-loan .section-detail{
  left: 100px;
}
.xin{
  height: 480px;
}
.xin .section-img{
  top: 0;
  left: 100px;
}

.zhuan{
  height: 530px;
}

.yulibao{
  height: 480px;
}

.yulibao .bottom-wrap .bottom{
  border-color: #F67F2F;
}
.yulibao .bottom,.yulibao h3{
  color: #F67F2F;
}

.yulibao .section-img {
    position: absolute;
    top: 50px;
}

.services{
  height: 530px;
}

.more-info{
  height: 270px;
}

.more-info .section-title::after{
  background-color: #00baba;
}

.sign{
  height: 270px;
}

.services .section-wrap{
    width: 1190px;
    margin: 0 auto;
    position: relative;
    z-index: 4;
    height: 100%;
    text-align: center;
    color: #fff;
}
.services .section-slogan{
  font-size: 24px;
  position: relative;
  top: 160px;
}
.section-explain{
  opacity: 0.5;
}
.services .section-explain{
   font-size: 24px;
  position: relative;
  top: 190px;
  font-size: 14px;
}

.services .bottom-wrap{
  display: inline-block;
  position: relative;
  top: 230px;
}

.services .bottom-wrap .bottom{
  border-color: #fff;
}
.services .bottom{
  color: #fff;
}

.more-info{
  background-color: #fff;
  height: 300px;
}
.more-info .section-title{
  top: 30px;
}
.more-info .title-text{
  font-size: 18px;
  line-height: 30px;
  color: #333;
}

.more-info .section-wrap{
   width: 1190px;
    margin: 0 auto;
    position: relative;
    z-index: 4;
    height: 100%;
    text-align: center;
}

.more-info ul{
  position: relative;
  top: 60px;
}
.more-info ul li{
  display: inline-block;
  width: 270px;
  text-align: center;
}

.more-info ul li img{
  width: 115px;
}
.more-info ul li span{
  display: block;
  line-height: 30px;
  font-size: 12px;
  color: #333;
}

.sign .section-slogan {
    top: -20px;
    color: #fff;
}
.sign .section-wrap{
  width: 1190px;
    margin: 0 auto;
    padding-top: 100px;
    position: relative;
    z-index: 4;
    height: 100%;
    text-align: center;
}

.sign .bottom-wrap{
  display: inline-block;
  padding: 0 10px 0 10px;
}

.sign .bottom-wrap .bottom{
  height: 30px;
    display: inline-block;
    line-height: 28px;
    border: 1px solid #fff;
    text-align: center;
    width: 136px;
    border-radius: 15px;
    color: #fff;
}

*{
	margin:0;
	padding: 0;
	font-family:STHeitiSC-Light;
}

.foot-wrap {
  background-color: #f8f8f8;
  min-width: 990px;
}

.foot-content {
  width: 990px;
  margin: 0 auto;
  padding: 30px 5px;
  font-size: 14px;
  line-height: 1.5;
  *zoom: 1;
  font-size: 12px;
  line-height: 12px;
  background-color: #f8f8f8;
  background: url(https://os.alipayobjects.com/rmsportal/AfFplHSMsIUAFHH.png) right -1px no-repeat;
}
.foot-content a{
  color: #333;
  margin: 0 10px;
  font-size: 12px;
  text-decoration: none;
}
.foot-content a:hover{
  color: #00C2C2;
  line-height: 12px;
  text-decoration: none;
}
.foot-content:before,
.foot-content:after {
  display: table;
  content: "";
}
.foot-content:after {
  clear: both;
}
.foot-left {
  float: left;
  display: inline;
}
.foot-left img{
	height: 26px;
}
.foot-right {
  float: right;
  display: inline;
  text-align: right;
}
.foot-logo {
  width: 209px;
  height: 26px;
  display: block;
}
.foot-intro {
  padding-top: 14px;
  position: relative;
  right: -10px;
  color: #D6D6D6;
}
.foot-copyright {
  padding-top: 20px;
  line-height: 12px;
  color: #333;
}
.foot-link {
  position: relative;
  left: -10px;
  color: #D6D6D6;
  padding-top: 18px;
  line-height: 12px;
}
.copyright{
	margin-right: 15px;
}

/*响应设计 小于1200px 显示 990px宽度头 */
@media (min-width: 1200px) {
	.foot-content{
		width: 1190px;
	}
}