.banner-box {
    width: 100%;
    height: 360px;
    position: relative;
    overflow: hidden;
}
.banner-box .bd {
    height: 360px;
    position: relative;
    left: 0;
    margin-left: 0;
}
.banner-box .m-width {
    height: 360px;
    margin: 0 auto;
    overflow: hidden;
}
.m-width a {
    display: block;
    height: 360px;
}
.banner-btn{
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -80px;
}
.banner-box .hd ul li{
    width:12px;
    height:12px;
    border-radius :50%;
    text-indent:-9999px;
    margin-right:20px;
    background:#aaa;
    float:left;
    cursor:pointer;
}
.banner-box .hd ul li.on{
    background:#FED677;
}

.navListBox {
    position: absolute;
    left: 50%;
    top: 277px;
    z-index: 99;
}
.navListBox li {
    width: 12px;
    height: 12px;
    float: left;
    margin-left: 5px;
    border-radius: 50%;
    overflow: hidden;
}
.navListBox li:first-child {margin-left: 0;}
.navListBox li a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 5px #666 inset;
}
.navListBox li a.active {
    background-color: #55ddff;
}
.part1 {
    padding: 0;
    overflow: hidden;
    _zoom: 1;
}
.part1 .top-case {
	overflow: hidden;
    padding: 20px 0;
}
.part1 .top-case .product_kinds {
   	float: left;
    margin-right: 160px;
}
.part1_left {
    padding: 0;
    /*float: left;*/
    -webkit-box-shadow:0 0 5px #CCCCCC;  
  	-moz-box-shadow:0 0 5px #CCCCCC;  
  	box-shadow:0 0 5px #CCCCCC;
    height: 200px;
}
.part1_right {
    padding: 0;
    float: right;
    -webkit-box-shadow: 0 0 5px #CCCCCC;
	-moz-box-shadow: 0 0 5px #CCCCCC;
	box-shadow: 0 0 5px #CCCCCC;
	width: 389px;
	height: 230px;
	margin-right: 2px;
	border: 1px solid #e3e3e3; 
}
.part1 .kinds_center {
    clear: left;
    /*width: 795px;*/
}
.kinds_top {
    float: left;
    width: 77px;
    height: 77px;
    background:url(../img/inc1.png) 0 0 no-repeat;
    /*-webkit-transform:rotateY(-90deg);*/

}
.part1 .top-case .last_kinds{
    margin-right: 0;
}
.kinds_top2 {
    background: #fff url(../img/inc2.png) 0 0 no-repeat;
}
.kinds_top3 {
    background: #fff url(../img/inc3.png) 0 0 no-repeat;
}
.kinds_top4 {
    background: #fff url(../img/inc4.png) 0 0 no-repeat;
}
.act .kinds_top{
    -webkit-animation: rotate1 1s cubic-bezier(.15, .73, .37, 2.0) both;
    animation: rotate1 1s cubic-bezier(.15, .73, .37, 2.0) both;
}
.act .kinds_top2 {
    -webkit-animation: rotate1 1s cubic-bezier(.15, .73, .37, 2.0) .3s both;
    animation: rotate1 1s cubic-bezier(.15, .73, .37, 2.0) .3s both;
}
.act .kinds_top3 {
    -webkit-animation: rotate1 1s cubic-bezier(.15, .73, .37, 2.0) .6s both;
    animation: rotate1 1s cubic-bezier(.15, .73, .37, 2.0) .6s both;
}
.act .kinds_top4 {
    -webkit-animation: rotate1 1s cubic-bezier(.15, .73, .37, 2.0) .9s both;
    animation: rotate1 1s cubic-bezier(.15, .73, .37, 2.0) .9s both;
}
@-webkit-keyframes rotate1{
    0%{ -webkit-transform:rotateY(-90deg);opacity: 0;}
    100%{-webkit-transform:rotateY(0deg);opacity: 1;}
}
@keyframes rotate1{
    0%{ transform:rotateY(-90deg);opacity: 0;}
    100%{transform:rotateY(0deg);opacity: 1;}
}
.product_kinds strong {
    float: left;
    font-size: 20px;
    font-weight: 900;
    color: #72909a;
    line-height: 77px;
    margin-left: 20px;
    opacity: 0;
    transition:opacity 2s linear;
    -webkit-transition:opacity 2s linear;
}
.product_kinds .kinds-st2 {
    transition:opacity 2s linear .3s;
    -webkit-transition:opacity 1.5s linear .3s;
}
.product_kinds .kinds-st3 {
    transition:opacity 2s linear .6s;
    -webkit-transition:opacity 1.5s linear .6s;
}
.product_kinds .kinds-st4 {
    transition:opacity 2s linear .9s;
    -webkit-transition:opacity 1.5s linear .9s;
}
.act strong{opacity: 1;}

.kinds_center .title {
 	background: #0190d4;
 	/*width: 190px;*/
 	height: 100%;
 	float: left;
    color: #fff;
    font-size: 12px;
   	text-align: center;
}
.kinds_title {
	padding-top: 25px;
	padding-bottom: 10px;
	font-size: 16px;
}
.kinds_center .detail {
 	/*width: 605px;*/
 	height: 100%;
 	float: right;
 	border:1px solid #e3e3e3;
 	border-left: none;
 	position: relative;
}
.kinds_center .detail .btn {
	display: inline-block;
	/*position: absolute;
	bottom: 70px;
	right: 40px;*/
}
.fixed_noborder{
	border-left:none;
	border-right:none;
}
.kindes_btn {
    height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 48px;
    /*background: #fff url(../img/img2016/index_33.png) 46px center no-repeat;*/
}
.kindes_btn button {
    height: 25px;
    width: 100px;
    border: none;
    border-radius: 30px;
    color: #fff;
    background: #0190d4;
        cursor: default;
}
.kind_row .align_right {
    text-align: right;
    color: #a9a9a9;
    margin-top: 10px
}
.kind_row .align_left {
    /*float: left;
    padding: 0;
    padding-top: 23px;*/
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.kind_row {
    margin-bottom: 20px;
    overflow: hidden;
    /*padding-left: 50px;*/
}
.kind_row .red {
	padding-left: 10px;
	padding-top: 0;
	font-size: 24px;
}
.kind_row .rightbox {
        height: 36px;
        line-height: 36px;
	/*padding-left: 10px;
	padding-right: 50px;*/
}
.kind_row .special {
	clear: left;
}
.kind_row .col-xs-2{
    height: 80px;
    border-right:1px solid #ccc;
}
.kind-box{
    padding:20px 0 0 100px;
    font-size:14px;
    line-height:30px;
    color: #a9a9a9;
}
.kind-box span{
    font-size:18px;
    color: #f89810;
    padding-left:10px;
}
.kinds_center .know_detail {
    height: 30px;
    line-height: 30px;
    width: 95px;
    padding: 0;
    color: #fff;
    font-size: 14px;
    background-color: #f89810;
    border-color: #f89810;
}
.fixed_earnings {
    background: #ff473d;
}
.fixed_earnings_btn button {
    background: #ff473d;
}
.tjb {
    background: #9d72c7;
}
.tjb_btn button {
    background: #9d72c7;
}
.fund_type a {
    color: #333;
}
.fund_type span:nth-of-type(2n) {
    text-align: right;
}
.xintuo .pull-right {
    line-height: 40px
}
.xintuo_cont .col-xs-4 {
    padding: 30px;
    line-height: 30px;
}
.new_guide .kind_row .align_right {
    margin-top: 13px
}
.new_guide .kind_row .font18 {
    color: #f89810;
}
.new_guide_box .samll_title {
	height:53px;
	border-bottom: 1px solid #e3e3e3;
}
.new_guide_box .title_font {
	padding-left: 20px;
	line-height: 53px;
}
.new_guide_step {
    margin-top: 40px;
}
.new_guide_step a {
    height: 107px;
    padding: 0;
    text-align: center;
    padding-top: 70px;
    color: #666666;
    cursor: default;
}
.small_banner {
    width: 100%;
    text-align: center;
}
.part2_kinds {
    height: 220px;
    -webkit-box-shadow: 0 0 5px #CCCCCC;
	-moz-box-shadow: 0 0 5px #CCCCCC;
	box-shadow: 0 0 5px #CCCCCC;
	border: 1px solid #e3e3e3;
	width: 31.8%;
	margin-left: 14px;
	margin-bottom: 30px;
	padding: 0;
}
.part2_kinds_title p {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
}
.part2_kinds_cont {
    margin-top: 20px;
    overflow: hidden;
    padding-left: 20px;
}
.lpa {
   /* width: 80px;*/
    display: inline-block;
    line-height: 40px;
}
.part2_right {
    text-align: center;
    padding-right: 0;
}
.news_ .seniority_among{margin-right:14px;}
.motif {
    height: 100px;
    background: #0190d4 url(../files/images/motif_18.png) 0 0 no-repeat;
    position: relative;
    margin-bottom: 30px;
}
.seniority_among .lengthspace{width:68px;padding:0;}
.motif a {
    color: #fff;
    padding: 2px 5px;
    border-radius: 10px
}
.motif a:hover {
    background: rgba(0, 0, 0, 0.3);
}
.motif0 {
    position: absolute;
    left: 230px;
    top: 12px;
}
.motif1 {
    position: absolute;
    left: 52px;
    top: 60px;
}
.motif2 {
    position: absolute;
    left: 335px;
    top: 60px;
}
.motif3 {
    position: absolute;
    left: 744px;
    top: 12px;
}
.motif4 {
    position: absolute;
    left: 890px;
    top: 32px;
}
.motif5 {
    position: absolute;
    left: 650px;
    top: 50px;
}
.motif6 {
    position: absolute;
    left: 1000px;
    top: 60px;
}
.seniority_among {
    margin-top: 15px
}
.seniority_among_box {
    /*padding-top: 20px*/
    padding-left:15px;
    padding-right:15px;
}
.auto-hidden{
    height: 376px;
    overflow: auto;
}
.seniority_among .col-xs-4 {
    padding: 0;
    text-align:right;
}
.row_box_ .col-xs-6:nth-of-type(2n) {
    text-align: right
}
.part3 section {
    margin-top: 30px;
}
.zi_guan, .xin_tuo {
    display: none;
}
.seniority_among .fun_name a {
    color: #666666
}
.seniority_among .fun_name a:hover{color:#0190d4}
.seniority_among_box .row font {
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
}
.seniority_among_box .row:nth-of-type(1) font {
    background: #0190d4;
}
.seniority_among_box .row:nth-of-type(2) font {
    background: #34a6dd;
}
.seniority_among_box .row:nth-of-type(3) font {
    background: #67bce5;
}
.seniority_among_box .row:nth-of-type(4) font {
    background: #99d3ee;
}
.seniority_among_box .row:nth-of-type(5) font {
    background: #cce9f6;
}
.seniority_among a {
    color: #f89810;
}
.fund_introduce {
    height: 539px;
}
.fund-introduce .last_row a,
.fund_introduce .row_box a{
    color:#666;
}
.part2_kinds_cont .col-xs-5 span {
    font-size: 24px
}
.fund_introduce .col-xs-3 .row {
    border-right: 1px dashed #ccc;
    padding: 0 10px 0 5px;
}
.fund_introduce .xintuo_left .last_row {
    padding-top: 50px;
}
.fund_introduce .col-xs-3 .row span {
    line-height: 30px;
    padding: 0;
    padding-top: 10px;
}
.public_fund .fund_introduce .last_row {
    padding-top: 177px;
}
.sologn_img {
    margin-top: 10px;
}
.introduce_title {
    margin-top: 15px;
}
.introduce_title a{
    color:#3e3a39;
}
.introduce_title span{
    color:#3e3a39;
}
.part2_kinds_c {
    height: 50px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 10px 20px 0 20px;
}
.introduce_title h2 {
    display: inline-block;
    font-size: 24px
}
.introduce_title span {
    font-size: 24px
}
.fund_introduce_detail .yield {
    margin: 10px 0;
}
.fund_introduce_detail .yield span {
    padding-right: 20px;
    color:#999999;
}
.fund_introduce_detail .yield span.red {
    color:#ff473d;
}
.detail_describe {
    line-height: 24px;
    margin-bottom: 20px;
}
.detail_bottom {
    height:50px;
}
.detail_bottom span {
    line-height: 50px;
    padding:0 20px 0 0; 
}
.detail_bottom span em{
    color:#999;
    line-height: 50px;
}
.fund_manager {
    padding-top: 20px;
}
.manager_name {
    font-size: 22px;
}
.manager_describe {
    padding-top: 10px;
}
.manager_describe span.blue{
    color:#0190d4;
}
.manager_describe h3 a{
    color:#3e3a39;
    font-size:19px;
}
.manager_describe em{
    color:#999999;
}
.manager_describe .detail_describe {
    margin-top: 10px;
    overflow: hidden;
    height:76px;
}
.notice .fa {
    color: #1197d7;
}
.information h3 {
    width: 100%;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}
.information .seniority_among .fa {
    color: #1197d7;
}
#seniority_among .seniority_among:nth-of-type(2n) {
    margin-left: 30px;
}
.hzhb_content{
    padding:20px;
}
.hzhb_content a, .hzhb_content img {
    height: 48px;
    width: 158px;
    display: inline-block;
    background-position: center !important;
    margin-right: 15px;
    border:1px solid #eeeeee;
}
.hzhb_content a.cxfund, .hzhb_content a.hexun {
    margin-right: 0
}
.hzhb_content img {
    float: left;
}
.kv {
    position: relative;
}
.benner_in_box {
    padding-top: 20px;
    height: 250px;
    width: 300px;
    border-radius: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 50%;
    top: 24px;
    z-index: 999999;
    margin-left: 251px;
}
.benner_in_box .row {
    margin-bottom: 20px;
    color: #fff;
}
.benner_in_box .row .col-xs-6 {
    padding: 0;
}
.money {
    animation: myfirst 2s infinite;
    -moz-animation: myfirst 2s infinite;
    -webkit-animation: myfirst 2s infinite;
    -o-animation: myfirst 2s infinite;
}
.popover{
    z-index: 10000000;
}
.part2_kinds_cont .col-xs-4 {
	padding-right: 0;
    margin-top:-3px;
}
.llpa {
    width: 137px;
    display: inline-block;
    line-height: 40px;
}
.detail_bottom {
	position: relative;
}
.detail_bottom .col-xs-3 {
	width: auto;
    text-align:left;
}
.detail_bottom .col-xs-3.last {
	position: absolute;
	text-align:right;
	padding:0;
	margin-top:8px;
	top: 0;
	right: 0;
	line-height: normal;
}
.detail_bottom .col-xs-3.fix-span{
    margin-left:30px;
}
.fund_introduce .introduce_detail {
	overflow: hidden;
}
.part2_kinds .fa-money {
	transform:rotate(-30deg);
	-ms-transform:rotate(-30deg); 	/* IE 9 */
	-moz-transform:rotate(-30deg); 	/* Firefox */
	-webkit-transform:rotate(-30deg); /* Safari Chrome */
	-o-transform:rotate(-30deg); 	/* Opera */
}
.public-fund-list{
	background:#c6bfa8;
	color:#fff;
	height:100%;
	padding-left:0;
	padding-right:0;
}
.public-fund-list h4{
	text-align:center;
	padding-top:25px;
}
.public-fund-list p{
	text-align:center;
	margin-top:10px;
	white-space:nowrap;
	margin-bottom:10px;
    font-size:14px;
}
.public-fund-title{
	overflow: hidden;
	border:0;
	padding-left:0;
	padding-right:0;
	margin-left:0;
	margin-right:0;
	text-align:center;
    margin-top:58px;
}
.more{
    position: absolute;
    width: 100%;
    bottom: 62px;
}
.fund_introduce .public-fund-title a{
	color:#fff;
	white-space:nowrap;
}
.fund_introduce{
	border:1px solid #e4e4e4;
}
.small-title{
	border:none;
	height: auto;
	border:1px solid #e4e4e4;
}
.fund-rate-name{
	display:block;
	border-bottom:1px solid #e4e4e4;
}
.fund-sale-list{
	width:298px;
	float:left;
	text-align:center;
}
.fund-sale{
	border:1px solid #e4e4e4;
	padding-top:10px;
	padding-bottom:10px;
	width:1200px;
	margin:0 auto;
	margin-bottom: 30px;
}
.fund-sale-list h5{
	text-align:center;
	margin-bottom:20px;
	color:#666;
}
table.fund-rate th{
    text-align: center;
    font-size: 15px;
    font-weight:600;
}
table.fund-rate tr{
    height: 48px;
}
table.fund-rate tr td{
    text-align: center;
}
.kind_row .know-detail-box{
    border-right:none;
    line-height:80px;
    text-align: center;
    display:table-row;
}
.know-detail-box .know-detail {
    display:table-cell;
    vertical-align:middle;
    height:80px;
    width:165px;
    text-align:center;
}
.fund-rate-body a.buythis{
    display: inline-block;
    width: 80px;
    height: 32px;
    color: #fff;
    line-height: 32px;
    background: #c6bfa8;
    border-radius:5px;
}


.fund-rate-body a.buythis:hover{
    background: #f89810;
    border-radius: 5px;
    color: #fff;
}
.fund-rate-body tr{
    border-top: 1px solid #e3e3e3;
}
td{
    color: #666;
    font-size: 14px;
}
.inf-p{
    position: absolute;
    width: 100%;
    bottom: 10px;
    color:#fff;
    text-align:center;
}
.fund-rate-body .rate-number{
    display:inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    margin-right: 8px;
    margin-left: 14px;
}
.fund-rate-body tr:nth-of-type(1) .rate-number{
    background: #0190d4;
}
.fund-rate-body tr:nth-of-type(2) .rate-number{
    background: #34a6dd;
}
.fund-rate-body tr:nth-of-type(3) .rate-number{
    background: #67bce5;
}
.fund-rate-body tr:nth-of-type(4) .rate-number{
    background: #99d3ee;
}
.fund-rate-body tr:nth-of-type(5) .rate-number{
    background: #99d3ee;
}
.fund-rate-body tr:nth-of-type(6) .rate-number{
    background: #99d3ee;
}
.fund-rate-body tr:nth-of-type(7) .rate-number{
    background: #99d3ee;
}
.fund-rate-body tr:nth-of-type(8) .rate-number{
    background: #99d3ee;
}
.fund-rate-body tr:nth-of-type(9) .rate-number{
    background: #99d3ee;
}
.fund-rate-body tr:nth-of-type(10) .rate-number{
    background: #99d3ee;
}
.public-fund-title .col-xs-6 a{
	display: inline-block;
    height:35px;
    width:76px;
    line-height:35px;
    font-size: 14px;
    border: 1px solid white;
    border-radius: 14px;
}
.public-fund-title .private-fund-rate a {
    background: #FA524B;
}
.public-fund-title .private-fund-notice a {
    background: #AA8B52;
}
.notice{
    height:300px;
    min-height:300px;
 }
div.fund-rate h5{
    height:48px;
    line-height: 48px;
    font-weight: bold;
    text-align:center;
    border-bottom: 1px solid #E3E3E3;
}
div.fund-rate ul{
    width:100%;
}
div.fund-rate li{
    float:left;
    height:48px;
    line-height: 48px;
    width: 50%;
    padding: 0 20px;
    border-right:1px dotted #E3E3E3;
}
div.fund-rate li div{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dotted #E3E3E3;
}
div.fund-rate li a{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    text-align:left;
    width:70%;
    float: left;
    vertical-align: middle;
}
div.fund-rate li span{
    float: right;
    width:15%;
    vertical-align: middle;
}
.part2 .container{
    width: 1200px;
    margin:0 auto 20px;
    padding: 0;
}
.part2 .container a{overflow: hidden;
    display: block;
    width: 100%;
    height: 105px;
    position: relative;
}
.part2 .container img{
    width:100%;
    transform:scale(1);
    -webkit-transform:scale(1);
    -ms-transform: scale(1);
    -webkit-transition: -webkit-transform .5s linear;
    transition: transform .5s linear;
}
.part2 .container:hover img{
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -ms-transform: scale(1.1);
}
.part2 .container span{
    color: #ffffff;font-size: 30px;font-weight: 700;text-align: center;letter-spacing: 3px;
    position: absolute;
    top: 50%;
    left: 47%;
    margin-top: -28px;
    margin-left: -163px;padding: 5px 20px;
}
/*.part2 .container:hover span{color:#C6BFA8;}*/
/*.part2 .container a{float: left;width: 50%;height: 115px;overflow: hidden;text-align: center;*/
    /*position: relative;}*/
/*.part2 .open_account img,.part2 .transaction_query img{*/
    /*width:100%;*/
    /*transform:scale(1);*/
    /*-webkit-transform:scale(1);*/
    /*-ms-transform: scale(1);*/
    /*-webkit-transition: -webkit-transform .5s linear;*/
    /*transition: transform .5s linear;*/
/*}*/
/*.part2 .open_account span,.part2 .transaction_query span{*/
    /*color: #ffffff;font-size: 30px;font-weight: 700;text-align: center;letter-spacing: 3px;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*margin-top: -28px;*/
    /*margin-left: -87px;padding: 5px 20px;border: 1px solid #fff;*/
/*}*/
/*.part2 .transaction_query span{*/
    /*margin-left: -128px;*/
/*}*/
/*.part2 .open_account:hover span,.part2 .transaction_query:hover span{*/
    /*border: 1px solid #fff;*/

/*}*/
/*.part2 .open_account:hover img,.part2 .transaction_query:hover img{*/
    /*transform:scale(1.05);*/
    /*-webkit-transform:scale(1.05);*/
    /*-ms-transform: scale(1.05);*/
/*}*/
