﻿.container {
  font: 14px/1.8 "Microsoft Yahei", "tahoma", "arial", "Hiragino Sans GB", "\5b8b\4f53";
  background-color: white;
}
.yellow {
  color: #fff100;
}
.red {
  color: #e60012;
}
.green{
  color:#077C23;
}
.banner01 {
  background: url(../images/banner.jpg?v1) no-repeat center 0;
  height: 451px;
  background-color: #D00000;
}
.content {
  width: 1000px;
  margin: 0 auto;
}
.sec1 {background: url(../images/img1.jpg?V3) no-repeat center 0;height: 561px;}

.sec2{
  background-color:#D00000;
}
.sec2 .content {
   background-color: #D00000;
   height: 260px;
}

.sec2 .content .calcContent{
   width:750px;
   margin:53px 0 0 17px;
}

.sec2 .content .calcContent div{
   margin-bottom:20px;
}


.sec2 .content span{
   color:#FFF100;
   font-size:24px;
}
.sec2 .content input{
    text-align: center;
    background-color: #fff;
    color: #b9aa8a;
    width:300px;
    height: 55px;
}
.sec2 .content p{
  color:white;
  font-size: 18px;
}

.sec3 .content {
  background: url(../images/img3.jpg?v1) no-repeat center 0;
  height: 148px;
}
.sec4 .content {
  background: url(../images/img4.jpg?v1) no-repeat center 0;
  height: 394px;
}
 
 
.sec3,
.sec4,
.sec5 {
  background-color: white;
}
.sec4 .content {
  position: relative;
}
.sec4 .more {
  position: absolute;
  top: 366px;
  right: 20px;
  width: 448px;
  height: 80px;
}
.list-wrap {
  overflow: hidden;
}
.list-wrap .title {
  margin-top: 15px;
  font-size: 20px;
  color: #fff;
}
.list-wrap .fund-box {
  background-color: #FFE5CA;
  overflow: hidden;
}
.list-wrap .fund-box .fund-title {
  clear: both;
  overflow: hidden;
  height: 40px;
}
.list-wrap .fund-box .col {
  float: left;
  padding: 8px 0;
  margin-top: -5px;
  font-size: 20px;
}
.list-wrap .fund-box .col-1,
.list-wrap .fund-box .col-2 {
  padding-left: 25px;
}
.list-wrap .fund-box .col-1 a,
.list-wrap .fund-box .col-2 a {
  color: #494848;
  text-decoration: underline;
  font-weight: bold;
}
.list-wrap .fund-box .col-3 {
  float: right;
  padding-right: 25px;
  color: #494848;
  font-family: "微软雅黑";
}
.list-wrap .fund-box {
  margin-top: 18px;
}
.list-wrap .list-box {
  display: block;
}
.list-wrap .list-box tr {
  overflow: hidden;
  border-top: solid 12px #fff;
  border-bottom: solid 12px #fff;
}
.list-wrap .list-box td {
  width: 20%;
  box-sizing: border-box;
  padding: 0 25px;
  background-color: #fff;
}
.list-wrap .list-box .td-1 {
  width: 180px;
}
.list-wrap .list-box .td-2 {
  width: 168px;
   border-right: dashed 1px #898989;
}
.list-wrap .list-box .td-3 {
  width: 170px;
  border-right: dashed 1px #898989;
}
.list-wrap .list-box .td-4 {
  width: 369px;
}
.list-wrap .list-box .td-5 {
  width: 185px;
  text-align: center;
}
.list-wrap .list-box .pre {
  font-size: 16px;
  color: #9B9B9B;
  line-height: 30px;
}
.list-wrap .list-box .con {
  font-size: 50px;
  font-family: "华文细黑";
  line-height: 60px;
  color: #e60012;
}
.list-wrap .list-box .con small {
  font-size: 28px;
}
.list-wrap .list-box .tip {
  font-size: 15px;
  line-height: 30px;
  color: #959595;
}
.list-wrap .list-box .buy {
  display: block;
  width: 180px;
  margin: 0 atuo;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  background-color: #e60012;
  border-radius: 5px;
}
.list-wrap .list-box .unbuy {
  display: block;
  width: 180px;
  margin: 0 atuo;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  background-color: #bbbbbb;
  border-radius: 5px;
}
.list-wrap .tips {
  margin: 10px auto 25px;
  padding: 0 25px;
  font-size: 12px;
  color: #fff;
  text-align: justify;
}
.risk-tip {
  background-color: #686868;
  padding: 20px;
}
.risk-tip p {
  font-size: 12px;
  color: #fff;
  width: 1000px;
  margin: 0 auto;
}

.fleft{
   float:left;
}
.clear{
   clear:both;
}