.container{
	font:14px/1.8 "Microsoft Yahei","tahoma","arial","Hiragino Sans GB","\5b8b\4f53";	
}
.banner01 {
	background: url(../images/banner.jpg) no-repeat center 0;
	height: 564px;
}
.content{position: relative;width: 997px;margin: 0 auto;overflow: hidden;}
.secGreen {background: url(../images/green.png) no-repeat center 0;height: 317px;}
.secBlue {background: url(../images/blue.png) no-repeat center 0;height: 317px;}
.secRed {background: url(../images/red.png) no-repeat center 0;height: 317px;}


.sec2 {background: url(../images/img2.jpg) no-repeat center 0;height: 285px;}
.sec3 {background: url(../images/img3.jpg) no-repeat center 0;height: 352px;}
.sec4 {background: url(../images/img4.jpg) no-repeat center 0;height: 281px;}
.sec5 {background: url(../images/img5.jpg) no-repeat center 0;height: 83px;}

.sec6 {background: url(../images/img7.jpg) no-repeat center 0;height: 720px;}
.sec7 {background: url(../images/img8.jpg) no-repeat center 0;height: 1084px;}
.sec8 {background: url(../images/img9.jpg) no-repeat center 0;height: 96px;}

 
.sectionCommon .content{
	height: 317px;
	width:976px;
}
.content .flist{
	margin: 10px 0 0 0px;
}

.sec4 .content{height: 281px}
.sec7 .content{height: 1084px;}
.sec5 .content{height:83px;}

.banner01 .content{
	height: 564px;
}
.banner01 .content a{
	position: absolute;
    width: 375px;
    height: 58px;
    left: 23px;
    bottom: 39px;
    
}

.tabMark{
    position: absolute;
    width: 247px;
    height: 77px;
    left: 193px;
    bottom: 1px;
    cursor: pointer;
}

#tab1{

}
#tab2{
	left: 450px;
}
#tab3{
	left: 700px;
}

.content a{
	/*border: 1px solid red;*/
}
.desc{
	text-align: center;
}

.moreA{
	position: absolute;
    width: 453px;
    height: 55px;
    left: 252px;
    top: 240px;
}

#id2{
	position: absolute;
    width: 202px;
    height: 50px;
    left: 358px;
    bottom: 210px;
}
#id3{
	position: absolute;
    width: 202px;
    height: 50px;
    left: 582px;
    bottom: 210px;
}


#id5{
	    position: absolute;
    width: 451px;
    height: 58px;
    left: 265px;
    bottom: 61px;
}

.risk-tip{
	background-color: #686868;
	padding: 20px;
}
.risk-tip p {
	font-size: 12px;
	color: #fff;
	width: 1000px;
	margin: 0 auto;
}


.container table{
	width: 100%;
	margin: 0 auto 20px;
	font-size: 16px;
	color: #000;
	text-align: center;
}
.container table thead{
	color: black;
}
.container table tr {
	border: solid 1px #cc3333;
}
.container thead td{
	padding: 8px 0;
	background-color: white;
	border: solid 1px #cc3333
}

.container .secGreen  thead td{
	border: solid 1px #00cccc
}
 .container .secBlue thead td{
	border: solid 1px #0033cc
}

.container tbody td {
	padding: 8px 0;
	background-color: #fff;
	border: solid 1px #cc3333
}

.container .secGreen tbody td {
	border: solid 1px #00cccc
}
.container .secBlue tbody td {
	border: solid 1px #0033cc
}


.container tbody .fundname {
	width: 350px;
}
.container tbody .fundname a{
	color: #039;
	text-decoration: none;
}
.container tbody .buy {
	padding: 2px 15px;
	color: #fff;
	background-color: #e70101;
	text-decoration: none;
	cursor: pointer;
}
.container tbody .notBuy{
    padding: 2px 15px;
    color: #fff;
    background-color: #898989;
    text-decoration: none;
    cursor:default;
}

.container table .red{color: #e70101}
.container table .green{color: green}

.tips{margin-bottom: 20px;text-align: right}


.popup-box {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    font: 14px/1.8 "Microsoft Yahei", "tahoma", "arial", "Hiragino Sans GB", "\5b8b\4f53";
}

.popup-box .gd-modal {
    display: block;
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2001;
}

.popup-box .gd-modal-content {
    position: absolute;
    left: 55%;
    top: 36%;
    width: 550px;
    height: 524px;
    margin-left: -344px;
    margin-top: -260px;
    padding: 15px;
    z-index: 3000;
}

.popup-box .gd-modal-content .chacha {
    position: absolute;
    right: 0px;
    top: 17px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.popup-box .gd-modal-content .title {
    width: 571px;
    height:70px;
    margin: 0 auto;
    color: #B20054;
    font-size: 20px;
    line-height: 57px;
    border-radius: 5px;
    background-color: white;
    text-align: center;
  /*  border:2px solid #B20054;*/
}

.popup-box .gd-modal-content .content {
    position: relative;
    top: -4px;
    width: 571px;
    margin: 0 auto;
    padding: 15px 0 0 0;
    background-color: white;
    border-radius: 0 0 5px 5px;
 /*   border:2px solid #B20054;*/
    border-top:none;
}

.popup-box .gd-modal-content .contentpar {
    width: 480px;
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
}

.popup-box .gd-modal-content .contentpar p {
    text-align: left;
    line-height: 25px;
}

.popup-box .gd-modal-content .contentpar .buy-button {
    margin: 0 auto;
    margin-top: 20px;
    margin-top: 15px;
    padding: 6px;
    width: 260px;
    font: bold 20px/3 "Microsoft YaHei";
    color: #fff;
    background-color: #B20054;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.popup-box .gd-modal-content .contentpar .buy-button:hover {
    background: #a61a1a;
}

.popup-box .gd-modal-content .contentpar h3 {
    font-size: 22px;
    line-height: 35px;
    font-weight: normal;
    color: #B20054;
}

.popup-box .gd-modal-content .contentpar .good {
    margin-top: 15px;
    padding: 6px;
    width: 160px;
    font: bold 20px/3 "Microsoft YaHei";
    color: #fff;
    background-color: #B20054;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    padding: 6px 60px;
    border-radius: 5px;
}

.popup-box .gd-modal-content .contentpar .good:hover {
    background: #9C1051;
}

.popup-box .gd-modal-content .contentpar .soso {
    margin-top: 15px;
    padding: 6px;
    width: 160px;
    font: bold 20px/3 "Microsoft YaHei";
    color: #fff;
    background-color: gray;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    padding: 6px 60px;
    margin-left: 40px;
    border-radius: 5px;
}

.popup-box .gd-modal-content .contentpar .soso:hover {
    background: #676767;
}

.popup-box .gd-modal-content .sharediv {
    display: block;
    padding: 30px 0;
    font-size: 18px;
}

.popup-box .gd-modal-content .sharediv .sinddiv {
    display: inline;
    width: 200px;
    height: 52px;
    background: url("../images/qqweibo.jpg") no-repeat left;
}

.popup-box .gd-modal-content .sharediv .sinddiv .sina {
    padding-left: 46px;
    line-height: 40px;
    text-decoration: underline;
}

.popup-box .gd-modal-content .sharediv .qqdiv {
    display: inline;
    width: 200px;
    height: 52px;
    background: url("../images/qqzone.jpg") no-repeat left;
}

.popup-box .gd-modal-content .sharediv .qqdiv .qqa {
    padding-left: 46px;
    line-height: 40px;
    text-decoration: underline;
}

.popup-box .gd-modal-content .calTable{
    background: url(../images/calTable.jpg) no-repeat center 0;height: 223px;width: 570px;
    position: relative;;
}

.popup-box .gd-modal-content .calTable .calInner{
       width: 421px;
    height: 133px;
    border-bottom: 2px solid black;
    position: absolute;
    left: 89px;
    bottom: 46px;
}
 

.popup-box .gd-modal-content .calTable .calInner  .chart{
    width:70px;
    position: absolute;
    /*background-color:#3399cc;*/
}

.popup-box .gd-modal-content .calTable .calInner  .chart .bj{
    background-color:#3399cc;
    height: 20px;
}
.popup-box .gd-modal-content .calTable .calInner  .chart .profit{
    background-color:#ff3366;
    height: 40px;
}

.popup-box .gd-modal-content .calTable .calInner .one{
    left:20px;
    bottom:0px;
}
.popup-box .gd-modal-content .calTable .calInner .three{
    left:130px;
    bottom:0px;
}
.popup-box .gd-modal-content .calTable .calInner .five{
    left:235px;
    bottom:0px;
}
.popup-box .gd-modal-content .calTable .calInner .ten{
    left:340px;
    bottom:0px;
}

.proDes{
    color:#ff3366;
    font-size: 14px;
}

.popup-box .gd-modal-content .calTable .calTitle{
    width: 421px;
    height: 27px;
    position: absolute;
    left: 89px;
    top: 179px;
}
.popup-box .gd-modal-content .calTable .calTitle ul{
    list-style: none;
}
.popup-box .gd-modal-content .calTable .calTitle ul li{
    float: left;
    font-size: 16px;
    width:105px;
    text-align: center;
}


 .popup-box .gd-modal-content .calBox{
    text-align: center;
    font-size: 20px;
 
 }

  .popup-box .gd-modal-content .calBox input{
        width: 271px;
    height: 45px;
    border:1px solid #ff3366;

        font-size: 30px;
    font-family: 'Arial';
    background: none;
    height: 52px;
    line-height: 52px;
    color: #999;
    text-align: right;
    width: 189px;
    padding: 0px 5px;
  }
 

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    _position: absolute;
    _width: 100%;
    height: 1456px;
    background: rgba(0, 0, 0, 0.8);
    background: transparent / 9;
    zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
}

#calcImg {
      z-index: 100;
    position: fixed;
    /* right: 147px; */
    top: 135px;
    background: url(../images/calcImg.png);
    width: 159px;
    height: 204px;
    cursor: pointer;
    _position: absolute;
    margin: 0 auto;
    left: 50%;
    margin-left: 506px;
}
