/*!/static/global/global.scss*/

/* RESET */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, abbr, article, aside, command, details, figcaption, figure, footer, header, hgroup, mark, meter, nav, output, progress, section, summary, time {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th, figcaption {
  font-size: 1em;
  font-weight: normal;
  font-style: normal; }

fieldset, iframe {
  border: none; }

caption, th {
  text-align: left; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

article, aside, footer, header, hgroup, nav, section, figure, figcaption {
  display: block; }

html, body {
  width: 100%; }

html {
  background-color: #fff; }

img {
  border: 0; }

a {
  text-decoration: none;
  color: #515151; }

i {
  font-style: normal; }

ul, li {
  list-style: none; }

body {
  font-family: "微软雅黑","Microsoft Yahei",Arial,Helvetica,sans-serif,"宋体";
  font-size: 14px;
  color: #515151; }

button, input {
  font-family: "微软雅黑","Microsoft Yahei",Arial,Helvetica,sans-serif,"宋体"; }

.clearfix:after, .clearfix:before {
  content: "";
  display: table;
  height: 0px;
  clear: both;
  visibility: hidden; }

.clearfix {
  *zoom: 1; }

.hidden {
  visibility: hidden; }

.hide {
  display: none; }

.icon {
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle; }

.icon-phone {width: 16px;
  height: 16px;background-repeat: no-repeat;}

.icon-home {width: 16px;
  height: 18px;background-repeat: no-repeat;}

.icon-service {width: 16px;
  height: 14px;background-repeat: no-repeat;}

.icon-man {width: 16px;
  height: 16px;background-repeat: no-repeat;}

.alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.mod-box {
  background: #fff;
  padding-bottom: 35px;
  color: #555555;
  margin-bottom: 20px;
  font-size: 18px;
  position: relative; }
  .mod-box .subtitle {
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 15px; }

.mod-box-hd {
  padding-top: 24px;
  text-align: center;
  margin-bottom: 20px; }
  .mod-box-hd h1 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 58px;
    line-height: 58px;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000;
    position: relative; }
    .mod-box-hd h1::after {
      position: absolute;
      top: 58px;
      left: 50%;
      margin-left: -5px;
      content: '';
      width: 0;
      height: 0;
      overflow: hidden;
      font-size: 0;
      display: inline-block;
      border-width: 10px;
      border-color: #000 transparent transparent transparent;
      border-style: solid dashed dashed dashed; }

.mod-box-bd {
  padding: 0 24px;
  line-height: 1.6; }

.mod-box-ft {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 35px;
  width: 100%; }

.mod-box-yellow {
  background-color: #ffd992; }
  .mod-box-yellow, .mod-box-yellow a {
    color: #b26f0e; }
  .mod-box-yellow .muted {
    color: #dd9d65; }
  .mod-box-yellow h1, .mod-box-yellow h2 {
    color: #c77500; }
  .mod-box-yellow .mod-box-hd h1 {
    border-bottom-color: #c77500; }
    .mod-box-yellow .mod-box-hd h1::after {
      border-color: #c77500 transparent transparent transparent; }
  .mod-box-yellow .mod-box-ft {
    background: transparent url(images/mod-box-bg-yellow.png?__sprite) no-repeat left -1px; }

.mod-box-red {
  background-color: #fda2d9; }
  .mod-box-red, .mod-box-red a {
    color: #9b2964; }
  .mod-box-red h1, .mod-box-red h2 {
    color: #a13642; }
  .mod-box-red .mod-box-hd h1 {
    border-bottom-color: #f17abe; }
    .mod-box-red .mod-box-hd h1::after {
      border-color: #f17abe transparent transparent transparent; }
  .mod-box-red .mod-box-ft {
    background: transparent url(images/mod-box-bg-red.png?__sprite) no-repeat left -1px; }

.mod-box-blue {
  background-color: #73d5f0; }
  .mod-box-blue, .mod-box-blue a {
    color: #336a8b; }
  .mod-box-blue h1, .mod-box-blue h2 {
    color: #216578; }
  .mod-box-blue .mod-box-hd h1 {
    border-bottom-color: #3b8ab3; }
    .mod-box-blue .mod-box-hd h1::after {
      border-color: #3b8ab3 transparent transparent transparent; }
  .mod-box-blue .mod-box-ft {
    background: transparent url(images/mod-box-bg-blue.png?__sprite) no-repeat left -1px; }

.mod-box-purple {
  background-color: #c695fe;
  color: #6b3b8f; }
  .mod-box-purple h1, .mod-box-purple h2 {
    color: #552678; }
  .mod-box-purple .mod-box-hd h1 {
    border-bottom-color: #7f41be; }
    .mod-box-purple .mod-box-hd h1::after {
      border-color: #7f41be transparent transparent transparent; }
  .mod-box-purple .mod-box-ft {
    background: transparent url(images/mod-box-bg-purple.png?__sprite) no-repeat left -1px; }

.mod-gallery {
  background-color: #d7bbf4;
  padding: 15px; }

.mod-gallery-hd {
  text-align: center; }
  .mod-gallery-hd h1 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px; }
  .mod-gallery-hd p {
    line-height: 1.2;
    margin-bottom: 15px; }

.mod-gallery-bd li {
  text-align: center;
  padding: 20px 0;
  color: #6f6975; }
.mod-gallery-bd img {
  display: block;
  margin-bottom: 10px; }

.mod-header {
  *zoom: 1;
  margin-bottom: 10px; }
  .mod-header:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  .mod-header .title {
    float: left; }
  .mod-header .extra {
    float: right; }

.mod-dialog, .mod-dialog-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99; }
  .mod-dialog .close, .mod-dialog-mask .close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 26px;
    color: #000; }

.mod-dialog-mask {
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  background-color: #000; }

.mod-dialog-box {
  position: relative;
  z-index: 2;
  background-color: #fff;
  margin: 12% auto 0; }

.mod-dialog-bd {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 250px;
  min-height: 150px;
  padding: 25px; }

.text-danger {
  color: #d82142; }

.text-center {
  text-align: center; }

.text-lg {
  font-size: 30px; }

.title-dot {
  font-weight: bold;
  font-size: 22px;
  padding: 5px 0; }
  .title-dot::before {
    content: "●";
    font-size: 14px;
    float: left;
    margin-top: 5px;
    margin-right: 7px; }

.list-link {
  line-height: 2;
  font-size: 14px; }
  .list-link .extra {
    float: right; }

.list-dot li {
  list-style: disc inside; }

.table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size: 14px;
  width: 100%; }
  .table caption {
    text-align: center;
    font-size: 24px;
    padding: 10px 0;
    font-weight: bold; }
  .table td, .table th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 7px 10px; }
  .table th {
    font-weight: bold;
    font-size: 16px;
    background: #efefef;
    background: rgba(255, 255, 255, 0.8); }
  .table td {
    background: #fff;
    background: rgba(255, 255, 255, 0.6); }
  .table .num {
    background: #f1e6ff; }
  .table .muted {
    color: #666; }

.form-group {
  *zoom: 1;
  margin-bottom: 15px; }
  .form-group:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }

.form-control {
  border: 0 none;
  background: #fff; }

input.form-control, textarea.form-control {
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #feb13d;
  border-radius: 3px; }

.btn {
  height: 40px;
  line-height: 40px;
  border: 0 none;
  font-size: 16px;
  text-align: center; }

.btn-danger {
  color: #f6b158;
  border-radius: 100px 100px;
  background-color: #c12c3b; }

.common-header-container {
  border-bottom: 3px solid #E9F2F6;
  min-width: 990px;
  background: #fae6e6;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fae6e6), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fae6e6 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #fae6e6 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fae6e6', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }

.common-header {
  width: 990px;
  margin: 0 auto;
  height: 63px;
  overflow: hidden;
  zoom: 1; }
  .common-header .logo {width: 150px;
    height: 63px;
    
    float: left;
    margin-right: 20px;background-repeat: no-repeat;}
    .common-header .logo a {
      width: 100%;
      height: 100%;
      display: block;
      overflow: hidden; }
    .common-header .logo h1 {
      overflow: hidden;
      line-height: 999; }
  .common-header .title {margin-top: 12px;
    float: left;
    width: 78px;
    height: 32px;
    
    overflow: hidden;
    line-height: 999;background-repeat: no-repeat;}
  .common-header .entry {
    float: right;
    margin-top: 12px; }
    .common-header .entry .phone {
      margin-top: 5px; }
    .common-header .entry .home {
      margin-right: 20px; }
    .common-header .entry .icon {
      margin-right: 2px; }
    .common-header .entry .icon-home {
      vertical-align: -3px; }

.common-header-nav {
  margin-top: 12px; }
  .common-header-nav a {
    margin: 0 5px; }

.common-risk {
  clear: both;
  background-color: #da838d;
  padding: 10px 24px;
  line-height: 1.8;
  color: #fff; }

.common-footer {
  text-align: center;
  padding: 30px 0;
  background-color: #ffffff; }
  .common-footer .contact {
    margin-bottom: 10px; }
    .common-footer .contact p {
      display: inline;
      margin: 0 10px; }
  .common-footer .copyright, .common-footer .copyright a {
    color: #bababa; }

.common-floating {width: 102px;
  height: 155px;
  
  position: fixed;
  _position: absolute;
  bottom: 200px;
  right: 30px;
  text-align: center;
  font-size: 12px;background-repeat: no-repeat;}
  .common-floating .back-to-top {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 999;
    overflow: hidden; }

.main-container {
  min-width: 990px;
  width: 100%; 
  background-color:#adebff}

.main-content {
  *zoom: 1;
  width: 990px;
  margin: 0 auto;
  padding-bottom: 20px; }
  .main-content:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }

body {
  background: #ffffff repeat scroll 0 0; }

.section-container {
  background-repeat: no-repeat;
  background-position: center center; }

.section-banner {
  height: 344px;
  background-image: url(static/global/images/banner-jan.png); }
  .section-banner .form-control {
    position: absolute;
    width: 128px;
    height: 33px;
    font-size: 16px;
    font-weight: bold;
    background: transparent;
    color: #fff;
    border: 0 none;
    outline: none;
    overflow: hidden; }

#input-total {
  top: 742px;
  left: 160px; }

#input-rate1 {
  top: 742px;
  left: 466px;
  width: 115px; }

#input-rate2 {
  top: 742px;
  left: 648px;
  width: 119px; }

#input-rate3 {
  top: 742px;
  left: 836px;
  width: 114px; }

#input-earnings {
  top: 799px;
  left: 346px;
  width: 236px;
  height: 44px;
  font-size: 22px;
  color: #fff000; }

.section-content {
  width: 990px;
  margin: 0 auto;
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden; }
  .section-content a {
    position: absolute;
    display: block;
    overflow: hidden;
    line-height: 999; }
  .section-content .btn-calc {
    width: 180px;
    height: 45px;
    left: 645px;
    top: 800px; }
  .section-content .btn-buy {
    width: 230px;
    height: 40px;
    top: 225px;
    left: 435px;}
.section-content .btn-reg{
    width: 130px;
    height: 30px;
    top: 210px;
    left: 744px; 
	background-image: url(static/shichang/images/i-btn02.png);}
  .section-content .nav-item {
    width: 375px;
    height: 113px;
    top: 0px; }
  .section-content .nav-item-1 {
    left: 0; }
  .section-content .nav-item-2 {
    left: 600px; }
  .section-content .nav-item-3 {
    left: 660px; }

/*!/static/shichang/shichang.css*/
.page-shichang .section-04 {
  height: 702px;
  background-image: url(static/shichang/images/shichang_04.png); }
.page-shichang .section-05 {
  height: 612px;
  background-image: url(static/shichang/images/shichang_05.png); }
.page-shichang .section-06 {
  height: 720px;
  background-image: url(static/shichang/images/shichang_06.png); }
.page-shichang .section-07 {
  height: 172px;
  background-image: url(static/shichang/images/shichang_07.png); }
 .page-shichang .section-08{
  height: 160px;
  background-image: url(static/shichang/images/shichang_09.png); }
/*!/static/fund/fund.css*/
.page-fund .section-03 {
  height: 113px;
  background-image: url(static/fund/images/fund_03.png); }
.page-fund .section-04 {
  height: 728px;
  background-image: url(static/fund/images/fund_04.png); }
.page-fund .section-05 {
  height: 718px;
  background-image: url(static/fund/images/fund_05.png); }
.page-fund .section-06 {
  height: 946px;
  background-image: url(static/fund/images/fund_06.png); }
.page-fund .section-07 {
  height: 156px;
  background-image: url(static/fund/images/fund_07.png); }
.page-fund .section-08 {
  height: 540px;
  background-image: url(static/fund/images/fund_08.png); }


  
.icon-phone{background-position:-199px 0px}.icon-home{background-position:-199px -19px}.icon-service{background-position:-199px -40px}.icon-man{background-position:-199px -57px}.common-header .logo{background-position:-1px -77px}.common-header .title{background-position:-137px -142px}.common-floating{background-position:-113px -177px}.icon-phone,.icon-home,.icon-service,.icon-man,.common-header .logo,.common-header .title,.common-floating{background-image: url(aio_z.png)}