*{font-family:'PingFang SC'; font-weight: 400; -webkit-tap-highlight-color:transparent; margin: 0; padding: 0;}html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{width:100%;min-width:1100px;overflow-x:auto;line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}ul li{list-style-type:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid#ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
a {
    text-decoration: none;
    color: #000;
    padding: 0;
    margin: 0;
    border: 0 none;
    font-family: 'PingFang SC';
}
img {
    border: 0;
}
ul li {
    list-style-type: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
input[type="radio"] + label{
    cursor: pointer;
    font-size: 16px; color: #5B5B5B;
}
input[type="radio"] + label::before {
    content: "\a0";
    display: inline-block;
    vertical-align: middle;
    /*font-size: 14px;*/
    width: 13px;
    height: 13px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #D8D8D8;
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
}
input[type="radio"]:checked + label::before {
    border-color: #5b5b5b;
    background-color: #5b5b5b;
    background-clip: content-box;
    padding: 3px;
}
input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
input, textarea{ outline: none; }
body{
    /* width: 100%; min-width: 1220px;
    height: auto;
    background-color: #fff; */
}
/* table tr:hover{
    background-color: #F6F6F6;
} */

.up{
    color: #F73E4B!important;;
}
.down{
    color: #01479C!important;;
}
/* 引导栏 */
.com_guide{
    width: 100%; height: 30px;
    background-color: #e9e9e9;
}
.com_guide .com_guide_wrap{
    width: 1200px;
    display: table;
    margin: 0 auto;
    position: relative;
}
.com_guide .com_guide_wrap .com_guide_list{
    display: inline-block; float: left;
}
.com_guide .com_guide_wrap .com_guide_list>li{
    font-size: 12px; color: #5E5E5E; line-height: 30px;
    display: inline-block; float: left;
    padding: 0 15px 0 16px;
    position: relative;
    cursor: pointer;
}
.com_guide .com_guide_wrap .com_guide_list.lt{
    margin-left: -16px;
}
.com_guide .com_guide_wrap .com_guide_list.rt{
    float: right;
    margin-right: -12px;
}
.com_guide .com_guide_wrap .com_guide_list.rt>li{
    padding: 0;
}
.com_guide .com_guide_wrap .com_guide_list.rt>li a{
    padding: 0 16px 0 15px;
    color: #5E5E5E;
}
.com_guide .com_guide_wrap .com_guide_list>li:before{
    content: ' '; display: block;
    width: 1px; height: 10px;
    background-color: #D8D8D8;
    position: absolute; left: 0; top: 50%; margin-top: -5px;
}
.com_guide .com_guide_wrap .com_guide_list.rt>li:before{
    left: auto; right: 0;
}
.com_guide .com_guide_wrap .com_guide_list.lt>li:first-child:before,
.com_guide .com_guide_wrap .com_guide_list.rt>li:last-child:before{
    display: none;
}
.com_guide .com_guide_wrap .com_guide_list>li:hover,
.com_guide .com_guide_wrap .com_guide_list>li:hover a{
    color: #0783E3;
}
.com_guide .com_guide_wrap .com_guide_list.lt>li span{
    padding-right: 15px;
    position: relative;
    display: block;
}
.com_guide .com_guide_wrap .com_guide_list.lt>li span:after{
    content: ' '; display: block;
    width: 8px; height: 30px;
    background: url(../img/arrow_group.png) no-repeat;
    background-size: 16px;
    background-position: left center;

    position: absolute; top: 0; right: 0;
}
.com_guide .com_guide_wrap .com_guide_list.lt>li:hover span:after{
    background-position: right center;
}

.com_guide .com_guide_wrap .search_c{
    width: 400px; height: 30px;
    display: inline-block; float: left;
    margin: 0 0 0 80px;
    position: relative;
}
.com_guide .com_guide_wrap .search_c input{
    width: 348px; height: 18px;
    border-radius: 18px;
    border: 0;
    margin-top: 6px;
    padding: 0 32px 0 20px;
    font-size: 12px; line-height: 18px;
}
.com_guide .com_guide_wrap .search_c input::-webkit-input-placeholder{
    color: #B2B2B2;
}
.com_guide .com_guide_wrap .search_c input::-moz-placeholder{
    color: #B2B2B2;
}
.com_guide .com_guide_wrap .search_c input:-moz-placeholder{
    color: #B2B2B2;
}
.com_guide .com_guide_wrap .search_c input:-ms-input-placeholder{
    color: #B2B2B2;
}
.com_guide .com_guide_wrap .search_c .btn_search{
    width: 32px; height: 18px;
    display: block;
    cursor: pointer;
    position: absolute; right: 0; top: 6px;
    background: url(../img/i_search.png) no-repeat;
    background-size: 12px;
    background-position: center;
}

/* 关注西部利得 */
.com_guide .com_guide_wrap .follow_c{
    position: absolute; top: 30px; left: 50%; z-index: 10;
    margin-left: -694px;
    padding-top: 0px;
    display: none;
}
.com_guide .com_guide_wrap .follow_c .follow_w{
    width: 322px; height: auto;
    background-color: #fff;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
}
.com_guide .com_guide_wrap .follow_c .follow_w .qrcode_c{
    padding: 15px 20px;
    overflow: hidden;
}
.com_guide .com_guide_wrap .follow_c .follow_w .qrcode_c>li{
    width: 94px; height: auto;
    display: inline-block; float: left;
    font-size: 16px; line-height: 21px; color: #5E5E5E;
    text-align: center;
}
.com_guide .com_guide_wrap .follow_c .follow_w .qrcode_c>li:last-child{
    float: right;
}
.com_guide .com_guide_wrap .follow_c .follow_w .qrcode_c>li>img{
    width: 90%; display: block;
    margin-bottom: 10px;
}
.com_guide .com_guide_wrap .follow_c .follow_w .sina_link{
    width: 100%; height: 68px;
    background-color: #e9e9e9;
    display: block; text-align: center;
}
.com_guide .com_guide_wrap .follow_c .follow_w .sina_link span{
    height: 68px;
    font-size: 16px; line-height: 68px; color: #5e5e5e;
    display: inline-block;
    margin: 0 auto;
    padding-left: 54px;
    background: url(../img/i_sina.png) no-repeat;
    background-size: 33px;
    background-position: left center;
}
/* /关注西部利得 */

/* 掌上理财 */
.com_guide .com_guide_wrap .app_c{
    padding-top: 0px;
    position: absolute; top: 30px; left: 50%; z-index: 10;
    margin-left: -588px;
    display: none;
}
.com_guide .com_guide_wrap .app_c .app_w{
    width: 203px; height: auto;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
    overflow: hidden;
}
.com_guide .com_guide_wrap .app_c .app_w .qr_code{
    width: 94px; height: 94px;
    overflow: hidden;
    display: inline-block; float: left;
}
.com_guide .com_guide_wrap .app_c .app_w .qr_code img{
    width: 100%; display: block;
}
.com_guide .com_guide_wrap .app_c .app_w .app_link{
    width: 93px; height: auto;
    display: inline-block; float: right;
}
.com_guide .com_guide_wrap .app_c .app_w .app_link>a{
    width: 91px; height: 38px;
    border: 1px solid #5E5E5E;
    display: block;
    border-radius: 4px;
    margin-bottom: 12px;

    font-size: 16px; line-height: 38px; color: #5e5e5e;
    text-align: center;
}
.com_guide .com_guide_wrap .app_c .app_w .app_link>a.download_andr{
    background-color: #5e5e5e; color: #fff;
}
.com_guide .com_guide_wrap .app_c .app_w .app_link>a:last-child{
    margin-bottom: 0;
}
/* /掌上理财 */
/*ETF*/
.com_guide .com_guide_wrap .etf_c{
    padding-top: 0px;
    position: absolute;
    top: 30px;
    left: 50%;
    z-index: 10;
    margin-left: -454px;
    display: none;
}
.com_guide .com_guide_wrap .etf_c .kf_list{
    width: 150px;
    height: auto;
    background-color: #e9e9e9;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.com_guide .com_guide_wrap .etf_c .kf_list>li{
    height: 58px; line-height: 58px;
    border-bottom: 1px solid #cacaca;
}
.com_guide .com_guide_wrap .etf_c .kf_list span{
    width: 100%;
    font-size: 14px;
    color: #5e5e5e;
    text-align: center;
    display: block;
}

.com_guide .com_guide_wrap .etf_c .kf_list>li:last-child{
    border-bottom: 0;
}
.com_guide .com_guide_wrap .etf_c .kf_list>li span.tel{
    font-size: 14px; line-height: 18px;
    margin-top: 12px;
}

.etf_c .queryInfo_up{
    display: none;
    width: 190px;
    position: absolute;
    left: 150px;
    top: 59px;
    background-color: #e9e9e9;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}

.etf_c .queryInfo_up li{
    height: 58px;
    line-height: 58px;
    border-bottom: 1px solid #cacaca;
}
.etf_c .queryInfo_up li span{
    width: 100%;
    font-size: 14px;
    color: #5e5e5e;
    text-align: center;
    display: block
}

/* 客服咨询 */
.com_guide .com_guide_wrap .kf_c{
    padding-top: 0px;
    position: absolute; top: 30px; left: 50%; z-index: 10;
    margin-left: -545px;
    display: none;
}
.com_guide .com_guide_wrap .kf_c .kf_list{
    width: 148px; height: auto;
    background-color: #e9e9e9;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.com_guide .com_guide_wrap .kf_c .kf_list>li{
    height: 58px; line-height: 58px;
    border-bottom: 1px solid #cacaca;
}
.com_guide .com_guide_wrap .kf_c .kf_list span{
    width: 100%;
    font-size: 16px; color: #5e5e5e;
    text-align: center;
    display: block;
}
.com_guide .com_guide_wrap .kf_c .kf_list>li:first-child{
    line-height: 21px;
    background-color: #fff;
    padding: 18px 0;
    border-bottom: 0;
}
.com_guide .com_guide_wrap .kf_c .kf_list>li:last-child{
    border-bottom: 0;
}
.com_guide .com_guide_wrap .kf_c .kf_list>li span.tel{
    font-size: 14px; line-height: 18px;
    margin-top: 12px;
}


/* /客服咨询 */
/* 搜索 */
.com_guide .com_guide_wrap .search_tj_c{
    width: 820px; height: auto;
    position: absolute; left: 50%; margin-left: -410px; top: 30px; z-index: 100;
    display: none;
}
.com_guide .com_guide_wrap .search_tj_w{
    width: 100%; height: auto;
    margin-top: 12px;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    position: relative; z-index: 1;
}
.com_guide .com_guide_wrap .search_tj_w:before{
    content: ' '; display: block;
    width: 0; height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 14px solid #fff;
    position: absolute; top: -12px; left: 50%; margin-left: -7px;
    z-index: 100;
}
.com_guide .com_guide_wrap .search_tj_w .search_default{
    font-size: 24px; line-height: 34px; color: #A4ABB3;
    text-align: center;
    padding: 56px 0;
}
.com_guide .com_guide_wrap .search_tj_w .search_tj2{
    padding: 0 40px 35px 40px;
}
.com_guide .com_guide_wrap .search_tj_w .search_tj2 .title{
    font-size: 20px; line-height: 26px; color: #5b5b5b;
    margin-bottom: 15px;
}
.com_guide .com_guide_wrap .search_tj_w .search_tj2 .search_tj2_wrap{
    width: 100%; height: auto;
    overflow: hidden;
    padding: 14px;
    margin-top: -14px;
    margin-left: -14px;
}
.com_guide .com_guide_wrap .search_tj_w .search_tj2 .search_tj2_wrap .left{
    width: 535px; height: auto;
    display: inline-block; float: left;
}
.com_guide .com_guide_wrap .search_tj_w .search_tj2 .search_tj2_wrap .right{
    width: 166px; height: auto;
    display: inline-block; float: right;
}
.search_fun_list{
    width: 100%; height: auto;
}
.search_fun_list>li{
    width: 227px; height: auto;
    display: inline-block; float: left;
    box-shadow: 0px 3px 14px 2px rgba(1,71,156,0.1);
    margin-right: 20px;
    margin-bottom: 20px;

    padding: 13px 15px;
}
.search_fun_list>li:nth-child(2n),
.search_fun_list>li:last-child{
    margin-right: 0;
}
.search_fun_list>li a{
    width: 100%; height: 100%; display: block;
}
.search_fun_list>li .sfl_title{
    height: 18px;
    font-size: 14px; line-height: 18px;
    color: #4D4D4D;
    overflow: hidden;
    margin-bottom: 5px;
}
.search_fun_list>li .sfl_title>p{
    display: inline-block; float: left;
}
.search_fun_list>li .sfl_title span{
    font-size: 12px; line-height: 16px;
    color: #A4ABB3;
    margin-left: 5px;
}
.search_fun_list>li .sfl_title.hot{
    padding-left: 14px;
    background: url(../img/hot.png) no-repeat;
    background-size: 10px;
    background-position: left center;
}
.search_fun_list>li .sfl_wrap{
    width: 100%;
    overflow: hidden;
    display: table;
}
.search_fun_list>li .sfl_wrap>div{
    display: table-cell; vertical-align: middle;
}
.search_fun_list>li .sfl_wrap .num{
    font-size: 30px; line-height: 40px;
    font-weight: 400; letter-spacing: 0.32px;
    color: #ff4a45;
}
.search_fun_list>li .sfl_wrap .text{
    font-size: 12px; line-height: 16px;
    color: #a4abb3; font-weight: 400;
    letter-spacing: 0.5px;
    padding: 0 5px;
}
.news_bulletin_list{
    width: 100%; height: auto;
}
.news_bulletin_list>li{
    width: 100%; height: 89px;
    overflow: hidden;
    box-shadow: 0px 3px 14px 2px rgba(1,71,156,0.1);
    position: relative;
    margin-bottom: 15px;
}
.news_bulletin_list>li:last-child{
    margin-bottom: 0;
}
.news_bulletin_list>li img{
    width: 100%; min-height: 89px;
    display: block;
    position: absolute; bottom: 0;
}
.news_bulletin_list>li .nbl_title{
    width: 142px; height: auto;
    position: absolute; left: 12px; bottom: 10px;

    font-size: 12px; line-height: 16px; color: #fff;
}


.com_guide .com_guide_wrap .search_hasR .search_hasR_wrap{
    width: 740px;
    overflow: hidden;
    padding: 40px 40px 20px 40px;
}
.search_tj_w .left{
    width: 534px; height: auto;
    margin-right: -19px;
    display: inline-block; float: left;
}
.search_tj_w .right{
    width: 166px; height: auto;
    display: inline-block; float: right;
    border-left: 1px solid #E9E9E9;
    padding-left: 20px;
}
.search_tj_w .title_c{
    overflow: hidden;
    font-size: 20px; line-height: 26px; color: #5B5B5B;
    margin-bottom: 20px;
}
.search_tj_w .title_c .title{
    display: inline-block; float: left;
}

/* /搜索 */
/* /引导栏 */

/* 导航 */
.header{
    width: 100%; height: 90px;
    background-color: #fff;
}
.header .header_wrap{
    width: 1200px; height: 90px;
    margin: 0 auto;
    position: relative;
}
.header .header_wrap .logo{
    width: 230px; height: auto;
    display: inline-block; float: left;
    margin-top: 27px;
}
.header .header_wrap .logo img{
    width: 100%; display: block;
}
.header .header_wrap .header_nav_c{
    max-width: 1040px;
    display: inline-block; float: right;
}
.header .header_wrap .header_nav_c .header_nav{
    width: auto;
}
.header .header_wrap .header_nav_c .header_nav>li{
    width: auto;
    display: inline-block; float: left;
    padding: 0 25px;
}
.header .header_wrap .header_nav_c .header_nav>li:first-child{
    padding-left: 0;
}
.header .header_wrap .header_nav_c .header_nav>li:last-child{
    padding-right: 0; text-align: right;
}
.header .header_wrap .header_nav_c .header_nav>li a{
    width: 100%;
    /*display: block;*/
}
.header .header_wrap .header_nav_c .header_nav>li span{
    height: 85px; line-height: 85px;
    min-width: 84px;
    padding: 0 8px;
    border-bottom: 5px solid transparent;
    display: block;
    text-align: center;
    position: relative;

    font-size: 20px; color: #5b5b5b;
}
.header .header_wrap .header_nav_c .header_nav>li:last-child span{
    padding-right: 0;
}
.header .header_wrap .header_nav_c .header_nav>li:hover span,
.header .header_wrap .header_nav_c .header_nav>li.active span{
    border-bottom-color: #0783e3;
}
.header .header_wrap .header_nav_c .header_nav>li span:after{
    content: ' '; display: block;
    width: 1px; height: 19px;
    background-color: #d8d8d8;
    position: absolute; top: 36px; right: -25px;
}
.header .header_wrap .header_nav_c .header_nav>li:last-child span:after{
    display: none;
}
.header .header_wrap .header_nav_c .header_nav>li:hover span,
.header .header_wrap .header_nav_c .header_nav>li.active span{
    color: #0783e3;
}
.header .header_wrap .header_nav_c .header_nav>li .subnav_c{
    width: 1200px;
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 20;
    background-color: #fff;
    box-shadow: 0px 3px 14px 2px rgba(1,71,156,0.1);
    display: none;
}
.header .header_wrap .header_nav_c .header_nav>li:hover .subnav_c{
    display: block;
}
.header .header_wrap .header_nav_c .header_nav>li .subnav_c .subnav_w{
    padding: 50px 40px 40px 0;
    position: relative;
}
.header .header_wrap .header_nav_c .header_nav>li .subnav_c .subnav_w .left{
    width: 150px; height: auto;
    display: inline-block; float: left;
}
.header .header_wrap .header_nav_c .header_nav>li .subnav_nav{
    width: 100%; height: auto;
}
.header .header_wrap .header_nav_c .header_nav>li .subnav_nav>li{
    cursor: pointer;
}
.header .header_wrap .header_nav_c .header_nav>li .subnav_nav>li span{
    height: auto;
    font-size: 14px; line-height: 18px;
    color: #5e5e5e;
    padding: 12px 0;
    border: 0;
}
.header .header_wrap .header_nav_c .header_nav>li .subnav_nav>li.active span{
    color: #0783e3;
}
.header .header_wrap .header_nav_c .header_nav>li .subnav_nav>li:first-child span{
    padding-top: 0;
}
.header .header_wrap .header_nav_c .header_nav>li .subnav_nav>li span:after{
    width: 50px; height: 2px;
    background-color: #e9e9e9;
    top: auto; bottom: 0; left: 50%; margin-left: -25px;
}
.header .header_wrap .header_nav_c .header_nav>li .subnav_nav>li:last-child span:after{
    display: none;
}
.header .header_wrap .header_nav_c .header_nav>li .subnav_c .subnav_w .right{
    width: 1009px; height: calc(100% - 90px);
    float: none;
    display: inline-block;
    border-left: 1px solid #e9e9e9;
}
.header .header_wrap .header_nav_c .header_nav>li .subnav_c .subnav_w .subnav_content{
    width: 969px;
    height: 100%;
    /* overflow: hidden; */
    display: none;
    padding-left: 40px;
}
.header .header_wrap .header_nav_c .header_nav>li .subnav_c .subnav_w .subnav_content:first-child{
    display: block;
}
.header .header_wrap .header_nav_c .header_nav>li .subnav_c .subnav_w .subnav_content .child_list{
    display: inline-block; float: left;
    width: 610px;
}
.header .header_wrap .header_nav_c .header_nav>li .subnav_c .subnav_w .subnav_content .child_list>li{
    font-size: 12px; color: #5e5e5e; line-height: 16px;
    margin-bottom: 11px;
    display: inline-block;
    width: 140px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
}
.header .header_wrap .header_nav_c .header_nav>li .subnav_c .subnav_w .subnav_content .child_list>li:last-child{
    margin-bottom: 0;
}
.header .header_wrap .header_nav_c .header_nav>li .subnav_c .subnav_w .subnav_content .child_list>li>a{
    color: #5e5e5e;
}
.header .header_wrap .header_nav_c .header_nav>li .subnav_c .subnav_w .subnav_content .child_list>li:hover>a{
    color: #0783e3;
}
.header .header_wrap .header_nav_c .header_nav>li .subnav_c .subnav_w .subnav_content .news_bulletin_list.nbl_style3{
    width: 351px; height: auto;
    display: inline-block; float: right;
}
.header .header_wrap .header_nav_c .header_nav>li .subnav_c .subnav_w .subnav_content .news_bulletin_list.nbl_style3 li{
    width: 100%; height: 229px;
}
.header .header_wrap .header_nav_c .header_nav>li .subnav_c .subnav_w .subnav_content .news_bulletin_list.nbl_style3 li .nbl_title{
    width: 291px;
    font-size: 20px; line-height: 26px;
    left: 30px; bottom: 20px;
}
.header .header_wrap .header_nav_c .header_nav>li .subnav_c .subnav_w .subnav_content .news_bulletin_list.nbl_style3 li img{
    min-width: 100%; min-height: 100%;
}
/* /导航 */

/* 底部 */
.footer{
    width: 100%; height: auto;
    background-color: #4ca5f1;
}
.footer .footer_wrap{
    width: 1200px; height: auto;
    margin: 0 auto;
    padding: 108px 0 150px 0;
}
.footer .footer_wrap .footer_list{
    width: 100%; height: auto;
    overflow: hidden;
}
.footer .footer_wrap .footer_list>li{
    width: 12.5%;
    display: inline-block; float: left;
}
.footer .footer_wrap .footer_list>li span{
    font-size: 20px; line-height: 26px; color: #fff;
    margin-bottom: 30px;
    display: block;
}
.footer .footer_wrap .footer_list>li .list>li{
    margin-bottom: 7px;
}
.footer .footer_wrap .footer_list>li .list>li>a{
    display: block;
    font-size: 15px; line-height: 20px; color: #fff;
}
.footer .footer_wrap .footer_list>li:nth-child(4){
    margin-right: 1%;
}
.footer .footer_wrap .footer_list>li:last-child{
    width: auto;
    float: right;
}
/* /底部 */

/* 悬浮按钮 */
.fixed_btns_c{
    position: fixed; bottom: 180px; right: calc(calc(calc(100vw - 1200px) / 2) - 76px);
    z-index: 99;
}
.fixed_btns_c .fixed_btns{
    width: 55px; height: auto;
}
.fixed_btns_c .fixed_btns>li{
    width: 55px; height: 55px;
    background-color: #fff;
    position: relative;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
    cursor: pointer;
}
.fixed_btns_c .fixed_btns>li a{
    width: 100%; height: 100%; display: block;
}
.fixed_btns_c .fixed_btns>li .hover{
    width: 100%; height: 100%;
    background: -webkit-linear-gradient(150deg, #0066FF, #00B8E9);
    background: -o-linear-gradient(150deg, #0066FF, #00B8E9);
    background: -moz-linear-gradient(150deg, #0066FF, #00B8E9);
    background: linear-gradient(150deg, #0066FF, #00B8E9);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorstr = #0066FF, endColorstr = #00B8E9)";
    position: absolute; top: 0; left: 0;
    display: none;
}
.fixed_btns_c .fixed_btns>li:hover .hover{
    display: block;
}
.fixed_btns_c .fixed_btns>li .hover p{
    width: 100%; height: 100%;
    display: table; text-align: center;
}
.fixed_btns_c .fixed_btns>li .hover p span{
    display: table-cell; vertical-align: middle;
    font-size: 14px; line-height: 17px;
    color: #fff;
}
.fixed_btns_c .fixed_btns>li .hover .qrcode_c{
    width: 127px; height: auto;
    position: absolute; left: -127px; top: 50%;
    transform: translateY(-50%);
}
.fixed_btns_c .fixed_btns>li div{
    width: 55px; height: 55px;
    background-repeat: no-repeat;
    background-size: 55px;
    background-position: center;
}
.fixed_btns_c .fixed_btns>li .i_search{
    background-image: url(../img/i_fixed_search.png);
}
.fixed_btns_c .fixed_btns>li .i_kefu{
    background-image: url(../img/i_fixed_kefu.png);
}
.fixed_btns_c .fixed_btns>li .i_sina{
    background-image: url(../img/i_fixed_sina.png);
}
.fixed_btns_c .fixed_btns>li .i_wechat{
    background-image: url(../img/i_fixed_wechat.png);
}
.fixed_btns_c .fixed_btns>li .i_calc{
    background-image: url(../img/i_fixed_calc.png);
}
.fixed_btns_c .btn_returnTop{
    width: 55px; height: 55px;
    background: -webkit-linear-gradient(150deg, #0066FF, #00B8E9);
    background: -o-linear-gradient(150deg, #0066FF, #00B8E9);
    background: -moz-linear-gradient(150deg, #0066FF, #00B8E9);
    background: linear-gradient(150deg, #0066FF, #00B8E9);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorstr = #0066FF, endColorstr = #00B8E9)";
    box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
    position: relative;
    cursor: pointer;
}
.fixed_btns_c .btn_returnTop:after{
    content: ' '; display: block;
    width: 22px; height: 22px;
    position: absolute; top: 50%; left: 50%;
    margin-top: -11px; margin-left: -11px;

    background: url(../img/arrow_t1.png) no-repeat;
    background-size: 22px;
    background-position: center;
}

/* /悬浮按钮 */

/* 共用 */
.buycar{
    width: 19px; height: 19px;
    padding: 3px;
    cursor: pointer;
    /*display: table-cell; vertical-align: middle;*/
    position: relative;
    display: inline-block; float: right; margin-top: 18px;
}
.buycar:after{
    content: ' '; display: block;
    width: 19px; height: 21px;
    position: absolute; top: 50%; left: 50%;
    margin-left: -9.5px; margin-top: -10.5px;

    background-image: url(../img/buycar_group.png);
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: left center;
}
.more{
    display: inline-block; float: right; margin-top: 5px;
    font-size: 12px; line-height: 16px; color: #0783E3;
}
.more>span{
    padding-right: 9px;
    background-image: url(../img/arrow_r1.png);
    background-repeat: no-repeat;
    background-size: 5px;
    background-position: right center;
}
.shadow{
    width: 100%; height: 100%;
    background-color: rgba(25, 25, 25, .6);
    position: fixed; top: 30px; left: 0;
}

.container{
    width: 100%; height: auto;
    background-color: #fff;
}
.container .wrap{
    width: 1200px; height: auto;
    margin: 0 auto;
    position: relative;
}
.cursor{
    position: absolute; top: 0; left: 0;
}
.btn_blue{
    color: #fff;
    background: -webkit-linear-gradient(135deg, #016BE3, #02AFF2);
    background: -o-linear-gradient(135deg, #016BE3, #02AFF2);
    background: -moz-linear-gradient(135deg, #016BE3, #02AFF2);
    background: linear-gradient(135deg, #016BE3, #02AFF2);
    /*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(gradientType = 1, startColorstr = #016BE3, endColorstr = #02AFF2)";*/
    background-color: #016BE3;
    box-shadow: 0px 2px 8px rgba(68,158,230,0.6);
}

.swiper-button-prev,
.swiper-button-next{
    width: 60px; height: 60px;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    background-color: #e9e9e9;
}
.swiper-button-prev{
    left: 0;
    background-image: url(../img/prev.png);
}
.swiper-button-next{
    right: 0;
    background-image: url(../img/next.png);
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}

.bg_gray{
    background-color: #f3f3f3;
}

.btn_collect{
    width: 18px; height: 18px;
    cursor: pointer;
    background: url(../img/collect_group.png) no-repeat;
    background-size: 36px;
    background-position: left center;
}
.btn_collect.active{
    background-position: right center;
}

.pagination_c{
    width: 100%; height: 30px;
    overflow: hidden;
}
.pagination_c.style2{
    height: 44px;
}
.pagination_c .pagination_w{
    display: inline-block; float: right;
    overflow: hidden;
}
.pagination_c .pagination_w .pagination_list{
    display: inline-block;  float: left;
    overflow: hidden;
}
.pagination_c .pagination_w .pagination_list>li{
    height: 28px; line-height: 28px;
    display: inline-block; float: left;
    border: 1px solid #DFDFDF;
    background-color: #fff;
    margin-right: -1px;
    position: relative;

    cursor: pointer;
    font-size: 12px; color: #4D4D4D; text-align: center;
}
.pagination_c.style2 .pagination_w .pagination_list>li{
    height: 42px; line-height: 42px;
}
.pagination_c .pagination_w .pagination_list>li a,
.pagination_c .pagination_w .pagination_list>li span,
.pagination_c .pagination_w .jump_num{
    width: auto; min-width: 8px;
    height: 28px; line-height: 28px;
    display: block;
    font-size: 12px; color: #4D4D4D;
    padding: 0 10px;
}
.pagination_c.style2 .pagination_w .pagination_list>li a,
.pagination_c.style2 .pagination_w .pagination_list>li span{
    width: 42px; height: 42px; line-height: 42px;
    font-size: 16px;
}
.pagination_c .pagination_w .pagination_list>li:last-child{
    margin-right: 0;
}
.pagination_c .pagination_w .pagination_list>li.prev a,
.pagination_c .pagination_w .pagination_list>li.prev span{
    width: auto;
    padding: 0 10px 0 20px;
    position: relative; z-index: 1;
}
.pagination_c.style2 .pagination_w .pagination_list>li.prev a,
.pagination_c.style2 .pagination_w .pagination_list>li.prev span{
    padding: 0 12px 0 24px;
}
.pagination_c .pagination_w .pagination_list>li.prev:after{
    content: ' '; display: block;
    width: 4px; height: 100%;
    position: absolute; top: 0; left: 10px;
    background: url(../img/prev2.png) no-repeat;
    background-size: 100%;
    background-position: center;
}
.pagination_c.style2 .pagination_w .pagination_list>li.prev:after{
    width: 6px;
    left: 12px;
}
.pagination_c .pagination_w .pagination_list>li.next a,
.pagination_c .pagination_w .pagination_list>li.next span{
    width: auto;
    padding: 0 20px 0 10px;
    position: relative; z-index: 1;
}
.pagination_c.style2 .pagination_w .pagination_list>li.next a,
.pagination_c.style2 .pagination_w .pagination_list>li.next span{
    padding: 0 24px 0 12px;
}
.pagination_c .pagination_w .pagination_list>li.next:after{
    content: ' '; display: block;
    width: 4px; height: 100%;
    position: absolute; top: 0; right: 10px;
    background: url(../img/next2.png) no-repeat;
    background-size: 100%;
    background-position: center;
}
.pagination_c.style2 .pagination_w .pagination_list>li.next:after{
    width: 6px;
    right: 12px;
}
.pagination_c .pagination_w .pagination_list>li.more{
    margin: 0;
    border: 0;
    border-left: 1px solid #DFDFDF;
    padding: 0 12px;
    line-height: 20px;
    font-size: 16px; color: #4D4D4D;
    cursor: default;
}
.pagination_c.style2 .pagination_w .pagination_list>li.more{
    line-height: 34px;
}
.pagination_c .pagination_w .pagination_list>li.active{
    background-color: #E9E9E9;
}
.pagination_c .pagination_w .text_or{
    display: inline-block; float: left;
    margin: 0 10px;
    font-size: 12px; line-height: 30px; color: #B2B2B2;
}
.pagination_c .pagination_w .jump_num{
    font-size: 12px; color: #4D4D4D;
    text-align: center;
    display: inline-block; float: left;
    border: 1px solid #DFDFDF;
    max-width: 52px;
}
.pagination_c .pagination_w .btn_jump{
    width: 28px; height: 28px;
    font-size: 12px; line-height: 28px; color: #4D4D4D;
    text-align: center;
    display: inline-block; float: left;
    border: 1px solid #DFDFDF;
    border-left: 0;
}
.pagination_c .pagination_w .text_tip{
    font-size: 12px; line-height: 30px; color: #4D4D4D;
    margin-left: 9px;
}
.pagination_c.style2 .pagination_w .text_tip{
    font-size: 16px; line-height: 42px;
    margin-left: 14px;
}

.swiper-container-vertical>.swiper-scrollbar.style2{
    width: 12px; height: 165px;
    border: 1px solid #D9D9D9;
    background-color: #e9e9e9;
    border-radius: 0;
    top: 0; right: 0;
}
.swiper-container-vertical>.swiper-scrollbar.style2 .swiper-scrollbar-drag{
    width: 8px; height: 52px;
    background-color: #B2B2B2;
    border-radius: 5px;
    margin: 0 auto;
}

.common_title{
    width: 100%; height: auto;
    font-size: 38px; line-height: 45px;
    color: #5B5B5B;
    text-align: center;
}
.common_title:after{
    content: ' '; display: block;
    width: 30px; height: 2px;
    background-color: #0783E3;
    margin: 12px auto 20px auto;
}

.decorate_c{
    width: 100%; height: 250px;
    position: relative;
    overflow: hidden;
}
.decorate_c img{
    width: 1920px; height: auto;
    display: block;
    position: absolute; left: 50%; margin-left: -960px; top: 0;
}

.prev_style2{
    width: 60px; height: 60px;
    cursor: pointer;
    position: absolute; left: 0; top: 50%; margin-top: -30px;
    background: url(../img/prev3.png) no-repeat;
    background-size: 12px;
    background-position: center;
    background-color: #959595;
}
.next_style2{
    width: 60px; height: 60px;
    cursor: pointer;
    position: absolute; right: 0; top: 50%; margin-top: -30px;
    background: url(../img/next3.png) no-repeat;
    background-size: 12px;
    background-position: center;
    background-color: #959595;
}

.radio_c{
    width: 100%; height: auto;
    overflow: hidden;
}
.radio_c>div{
    line-height: 21px;
    display: inline-block; float: left;
}
.radio_c>div label{
    min-width: 110px; padding-right: 5px;
    display: block;
}
/* /共用 */


/* 首页 */
.banner{
    /*width: 100%; height: 671px;*/
    width: 100%; height: auto;
    position: relative;
    overflow: hidden;
}
.banner:after{
    content: ' '; display: block;
    width: 100%; height: 57px;
    position: absolute; bottom: 0; left: 0; z-index: 1;
    background: linear-gradient(0, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
}
.banner img{
    /*width: 1920px;
    display: block;
    position: absolute; top: 0; left: 50%; margin-left: -960px;*/

    width: 100%; display: block;
}
.banner .banner_swiper{
    width: 100%; height: auto;
}
.banner .banner_swiper .swiper-wrapper{
    width: 100%; height: auto;
}
.banner .banner_swiper .swiper-wrapper .swiper-slide{
    width: 100%; height: auto;
}
/*.banner .banner_swiper .swiper-wrapper .swiper-slide a{
    width: 100%; height: 100%;
    display: block;
}*/
.banner .banner_swiper .swiper-wrapper .swiper-slide img{
    width: 100%; display: block;
}
.banner .banner_wrap{
    width: 1200px; height: auto;
    position: absolute; left: 50%; top: 50%;
    transform: translate(-50%, -50%); z-index: 1;
    margin-top: -2.083%;
}
.banner > .banner_wrap{
    pointer-events: none;
}
.banner .banner_wrap .banner_info{
    display: inline-block; float: left;
    max-width: 60%;
    color: #fff;
}
.banner .banner_wrap .banner_info .name{
    font-size: 26px; line-height: 32px;
}
.banner .banner_wrap .banner_info .title{
    font-size: 64px; line-height: 84px;
}
.banner .banner_wrap .banner_info .desc{
    font-size: 26px; line-height: 32px;
    letter-spacing: 1.5px;
}
.banner .banner_wrap .banner_info .btn_read{
    width: 200px; height: 48px; line-height: 48px;
    border-radius: 48px;
    margin-top: 24px;
    font-size: 16px; text-align: center;
    display: block;
    overflow: hidden;
}

.banner .banner_wrap .user_opt_c{
    width: 260px;
    display: inline-block; float: right;
    background-color: #fff;
    margin-top: 28px;
    box-shadow: 0px 3px 14px 2px rgba(1,71,156,0.1);
    pointer-events: auto;
    position: relative;
}
.banner .banner_wrap .user_opt_c .user_opt_w{
    padding: 30px;
}
.banner .banner_wrap .user_opt_c .user_opt_w .user_opt_list{
    width: 100%; height: auto;
}
.banner .banner_wrap .user_opt_c .user_opt_w .user_opt_list>li{
    width: 100%; height: 48px;
    font-size: 16px; line-height: 48px;
    border-radius: 48px; text-align: center;
    margin-bottom: 20px;
}
.banner .banner_wrap .user_opt_c .user_opt_w .user_opt_list>li:last-child{
    margin-bottom: 0;
}
.banner .banner_wrap .user_opt_c .user_opt_w .user_opt_list>li>a{
    width: 100%; height: 100%; display: block;
    color: #fff;
}
.banner .banner_wrap .user_opt_c .user_opt_w .link_forgotPwd{
    font-size: 12px; line-height: 16px; color: #0783e3;
    text-align: center;
    padding: 10px 0 12px 0;
    display: block;
}
.banner .banner_wrap .user_opt_c .user_opt_w .other_link{
    width: 160px; height: auto;
    padding: 10px 10px 0 10px;
    border-top: 1px solid #D8D8D8;
    overflow: hidden;
    margin: 0 auto;
}
.banner .banner_wrap .user_opt_c .user_opt_w .other_link>li{
    display: inline-block; float: left;
    font-size: 12px; line-height: 16px;
    background-repeat: no-repeat;
    background-position: let center;
}
.banner .banner_wrap .user_opt_c .user_opt_w .other_link>li+li{
    float: right;
}
.banner .banner_wrap .user_opt_c .user_opt_w .other_link>li.i_phone{
    background-image: url(../img/i_phone.png);
    background-size: 10px;
}
.banner .banner_wrap .user_opt_c .user_opt_w .other_link>li.i_help{
    background-image: url(../img/i_help.png);
    background-size: 15px;
}
.banner .banner_wrap .user_opt_c .user_opt_w .other_link>li a{
    color: #a4abb3;
    padding-left: 24px;
}
.banner .notice_c{
    width: 1200px; height: auto;
    position: absolute; left: 50%; bottom: 13px; z-index: 10;
    margin-left: -600px;
}
.banner .notice_c .notice_list{
    height: auto;
    overflow: hidden;
    padding-left: 69px;
    background: url(../img/i_notice1.png) no-repeat;
    background-size: 28px;
    background-position: left center;
    position: relative;
}
.banner .notice_c:before{
    content: ' '; display: block;
    width: 28px; height: 100%;
    position: absolute; left: 0; top: 0;
    background: url(../img/i_notice2.png) no-repeat;
    background-size: 28px;
    background-position: left center;

    animation: toShan .8s linear infinite;
}
.banner .notice_c:after{
    content: ' '; display: block;
    width: 28px; height: 100%;
    position: absolute; left: 0; top: 0;
    background: url(../img/i_notice3.png) no-repeat;
    background-size: 28px;
    background-position: left center;

    animation: toShan2 .8s linear infinite;
}
@keyframes toShan{
    0% { opacity: 0; }
    40% { opacity: 1; }
    80% { opacity: 1; }
    90% { opacity: 1; }
}
@keyframes toShan2{
    0% { opacity: 0; }
    40% { opacity: 0; }
    80% { opacity: 1; }
    90% { opacity: 1; }
}
.banner .notice_c .notice_list>li{
    display: inline-block; float: left;
    margin-right: 100px;
    font-size: 16px; line-height: 21px;
    overflow: hidden;
    padding-right: 50px;
}
.banner .notice_c .notice_list>li:last-child{
    margin-right: 0;
}
.banner .notice_c .notice_list>li a{
    display: block;
    color: #fff;
}
.banner .notice_c .notice_list>li:hover a{
    color: #ff4a45;
}
.banner .notice_c .notice_list>li .date{
    margin-right: 14px;
    display: inline-block; float: left;
}
.banner .notice_c .notice_list>li .title{
    max-width: 1000px; height: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    display: inline-block; float: right;
}
.banner .notice_c .notice_list>li.hot{
    background: url(../img/hot_label.png) no-repeat;
    background-size: 37px;
    background-position: right center;
}

.i_con1{
    width: 100%; height: auto;
    padding: 80px 0 97px 0;
}
.i_con1 .wrap{
    overflow: hidden;
    padding: 28px;
    margin-top: -28px;
}
.i_con1 .wrap .left{
    width: 870px; height: auto;
    display: inline-block; float: left;
}
.i_con1 .wrap .left .i_con1_list{
    width: 100%; height: auto;
    overflow: hidden;
    padding: 28px;
    margin: -28px;
}
.i_con1 .wrap .left .i_con1_list>li{
    width: 190px; height: 344px;
    display: inline-block; float: left;
    margin-left: 30px;
    color: #a4abb3;
    box-shadow: 0px 0px 15px 4px rgba(1,71,156,0.15);
    padding: 20px 40px;
    position: relative;
    overflow: hidden;
}
.i_con1 .wrap .left .i_con1_list>li:nth-child(3n),
.i_con1 .wrap .left .i_con1_list>li:last-child{
    margin-right: 0;
}
.i_con1 .wrap .left .i_con1_list li:first-child {
    margin-left: 0px;
}
.i_con1 .wrap .left .i_con1_list>li .title{
    width: 100%; height: 48px;
    font-size: 36px; line-height: 48px; color: #5b5b5b;
    letter-spacing: 1.5px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.i_con1 .wrap .left .i_con1_list>li .title a{
    color: #5b5b5b;
}

.i_con1 .wrap .left .i_con1_list>li .label{
    font-size: 20px; line-height: 26px; color: #0783e3;
}
.i_con1 .wrap .left .i_con1_list>li .hj_mark{
    width: 145px; height: 25px;
    background: -webkit-linear-gradient(135deg, #FF4A45, #F74E20);
    background: -o-linear-gradient(135deg, #FF4A45, #F74E20);
    background: -moz-linear-gradient(135deg, #FF4A45, #F74E20);
    background: linear-gradient(135deg, #FF4A45, #F74E20);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorstr = #FF4A45, endColorstr = #F74E20)";
    box-shadow: 0px 2px 8px rgba(255,131,45,0.47);
    position: absolute; right: -30px; top: 30px;

    font-size: 16px; line-height: 21px; color: #fff;
    text-align: center;
    transform: rotate(45deg);
}
.i_con1 .wrap .left .i_con1_list>li .list{
    width: 100%; height: auto;
    font-size: 12px; line-height: 24px;
    margin-top: 20px;
}
.i_con1 .wrap .left .i_con1_list>li .list>li{
    padding-left: 22px;
    position: relative;
}
.i_con1 .wrap .left .i_con1_list>li .list>li:before{
    content: ' '; display: block;
    width: 12px; height: 100%;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left center;

    position: absolute; left: 0; top: 0;
}
.i_con1 .wrap .left .i_con1_list>li .list>li.i_price:before{
    background-image: url(../img/i_price.png);
}
.i_con1 .wrap .left .i_con1_list>li .list>li.i_calendar:before{
    background-image: url(../img/i_calendar.png);
}
.i_con1 .wrap .left .i_con1_list>li .list>li.i_card:before{
    background-image: url(../img/i_card.png);
}
.i_con1 .wrap .left .i_con1_list>li:hover .list>li:before{
    background-position: right center;
}
.i_con1 .wrap .left .i_con1_list>li .rate{
    font-size: 50px; line-height: 66px;
    font-weight: bold;
    color: #ff4a45;
}
.i_con1 .wrap .left .i_con1_list>li .rate>span{
    font-size: 30px;
}
.i_con1 .wrap .left .i_con1_list>li .date{
    font-size: 12px; line-height: 16px;
    margin-top: -10px;
}
.i_con1 .wrap .left .i_con1_list>li .apply_link{
    width: 200px; height: 44px; line-height: 44px;
    border-radius: 44px;
    font-size: 16px; text-align: center;
    color: #fff;
    display: block;
    margin: 26px auto 0 auto;
    position: absolute; bottom: 38px; left: 50%; margin-left: -100px;
}
.i_con1 .wrap .left .i_con1_list>li .recommend{
    width: auto; height: 22px; line-height: 22px;
    margin-top: 20px;
    border-radius: 22px;
    padding: 0 12px 0 34px;
    font-size: 14px; color: #fff;
    display: inline-block;

    background: url(../img/hot_w.png) no-repeat;
    background-size: 15px;
    background-position: left 10px center;
    background-color: #ff4a45;
    box-shadow: 0px 2px 8px rgba(255,131,45,0.47);
}
.i_con1 .wrap .left .i_con1_list>li .recommend_desc{
    margin-top: 5px;
    font-size: 16px; line-height: 24px;
    color: #a6a6a6;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.i_con1 .wrap .left .i_con1_list>li.style2 .title{
    text-align: center;
}
.i_con1 .wrap .left .i_con1_list>li.style2 .desc_list{
    display: table; margin: 0 auto;
    overflow: hidden;
}
.i_con1 .wrap .left .i_con1_list>li.style2 .desc_list>li{
    height: 20px; line-height: 20px;
    display: inline-block;
    padding: 0 7px; border: 1px solid #a6a6a6;
    font-size: 12px; color: #a4abb3;
    margin: 0 5px;
}
.i_con1 .wrap .left .i_con1_list>li.style2 .manager{
    font-size: 20px; line-height: 26px; color: #0783e3;
    text-align: center;
    margin-top: 20px;
}
.i_con1 .wrap .left .i_con1_list>li.style2 .rate{
    text-align: center;
}
.i_con1 .wrap .left .i_con1_list>li.style2 .tip{
    font-size: 12px; text-align: center;
    margin-bottom: 19px;
}
.i_con1 .wrap .left .i_con1_list>li.style2 .date{
    text-align: center;
    margin-top: 35px;
}
.i_con1 .wrap .left .i_con1_list>li.style2 .recommend{
    margin: 20px auto 0 auto;
    display: table;
}
.i_con1 .wrap .left .i_con1_list>li.style2 .recommend_desc{
    text-align: center;
}
.i_con1 .wrap .left .i_con1_list>li.style2 .recommend_desc ~ .date{
    margin-top: 20px;
}

.i_con1 .wrap .left .i_con1_list>li:hover{
    transform: scale(1.052);
    background: -webkit-linear-gradient(135deg, #016BE3, #00D8FF);
    background: -o-linear-gradient(135deg, #016BE3, #00D8FF);
    background: -moz-linear-gradient(135deg, #016BE3, #00D8FF);
    background: linear-gradient(135deg, #016BE3, #00D8FF);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorstr = #016BE3, endColorstr = #00D8FF)";
    color: #fff;
}
.i_con1 .wrap .left .i_con1_list>li:hover .title,
.i_con1 .wrap .left .i_con1_list>li:hover .title a,
.i_con1 .wrap .left .i_con1_list>li:hover .label,
.i_con1 .wrap .left .i_con1_list>li:hover .rate,
.i_con1 .wrap .left .i_con1_list>li:hover .recommend_desc,
.i_con1 .wrap .left .i_con1_list>li:hover .manager,
.i_con1 .wrap .left .i_con1_list>li:hover .desc_list>li,
.i_con1 .wrap .left .i_con1_list>li:hover .tip{
    color: #fff;
}
.i_con1 .wrap .left .i_con1_list>li:hover .apply_link{
    /*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorstr = #ffffff, endColorstr = #ffffff)";*/
    background: #fff;
    color: #ff4a45;
}
.i_con1 .wrap .left .i_con1_list>li:hover .desc_list>li{
    border-color: #fff;
}

.i_con1 .wrap .right{
    width: 299px; height: auto;
    display: inline-block; float: right;
}
.i_con1 .wrap .right .rank_c{
    width: 100%; height: auto;
    box-shadow: 0px 3px 14px 2px rgba(1,71,156,0.1);
}
.i_con1 .wrap .right .rank_c .rank_nav{
    word-wrap: 100%; height: 44px;
    background-color: rgba(173,173,173,0.15);
}
.i_con1 .wrap .right .rank_c .rank_nav>li{
    width: 50%; height: 44px;
    display: inline-block; float: left;
    cursor: pointer;
    font-size: 16px; line-height: 44px; text-align: center;
    color: #0783e3;
    position: relative;
}
.i_con1 .wrap .right .rank_c .rank_nav>li.active{
    background: -webkit-linear-gradient(135deg, #007CF9 0%, #00A2EF 90%);
    background: -o-linear-gradient(135deg, #007CF9 0%, #00A2EF 90%);
    background: -moz-linear-gradient(135deg, #007CF9 0%, #00A2EF 90%);
    background: linear-gradient(135deg, #007CF9 0%, #00A2EF 90%);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(gradientType = 1, startColorstr = #007CF9, endColorstr = #00A2EF)";
    color: #fff;
}
.i_con1 .wrap .right .rank_c .rank_nav>li.active:after{
    content: ' '; display: block;
    width: 0; height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 12px solid #0094F3;
    position: absolute; left: 50%; margin-left: -6px;
    z-index: 1;
}
.i_con1 .wrap .right .rank_c .rank_list{
    width: 100%; height: auto;
    background: url(../img/rank_bg.jpg) no-repeat;
    background-size: 100%;
    background-position: bottom center;

    /*padding-bottom: 23px;*/
    display: none;
}
.i_con1 .wrap .right .rank_c .rank_list>li{
    width: 100%; height: auto;
    position: relative;
    margin-bottom: 1px;
    border: 1px solid transparent;
}
.i_con1 .wrap .right .rank_c .rank_list>li:after{
    content: ' '; display: block;
    width: 253px; height: 1px;
    opacity: 0.4;
    background: #53a3d7;
    position: absolute; bottom: -2px; left: 50%; margin-left: -126.5px;
}
.i_con1 .wrap .right .rank_c .rank_list>li:nth-child(3){
    padding-bottom: 23px;
}
.i_con1 .wrap .right .rank_c .rank_list>li:last-child:after{
    display: none;
}
.i_con1 .wrap .right .rank_c .rank_list>li>a{
    padding: 16px 20px;
    display: block;
}
.i_con1 .wrap .right .rank_c .rank_list>li .rl_title{
    font-size: 20px; line-height: 26px; color: #5b5b5b;
    height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left center;
}
.i_con1 .wrap .right .rank_c .rank_list>li:nth-child(1) .rl_title{
    padding-left: 30px;
    background-image: url(../img/sort_1.png);
}
.i_con1 .wrap .right .rank_c .rank_list>li:nth-child(2) .rl_title{
    padding-left: 30px;
    background-image: url(../img/sort_2.png);
}
.i_con1 .wrap .right .rank_c .rank_list>li:nth-child(3) .rl_title{
    padding-left: 30px;
    background-image: url(../img/sort_3.png);
}
.i_con1 .wrap .right .rank_c .rank_list>li .rl_wrap{
    overflow: hidden;
    display: table;
    margin-bottom: -7px;
    padding-left: 30px;
}
.i_con1 .wrap .right .rank_c .rank_list>li .rl_wrap>div{
    display: table-cell; vertical-align: middle;
}
.i_con1 .wrap .right .rank_c .rank_list>li .rl_wrap>div.buycar{
    display: inline-block; float: right;
    margin-top: 16px;
}
.i_con1 .wrap .right .rank_c .rank_list>li .rl_wrap .num{
    min-width: 100px;
    font-size: 36px; line-height: 48px; color: #ff4a45;
    font-weight: bold;
    letter-spacing: -3px;
}
.i_con1 .wrap .right .rank_c .rank_list>li .rl_wrap .num>span{
    font-size: 20px;
}
.i_con1 .wrap .right .rank_c .rank_list>li .rl_wrap .text{
    font-size: 12px; line-height: 16px; color: #a4abb3;
    padding: 0 6px;
}
.i_con1 .wrap .right .rank_c .rank_list>li .rl_wrap .buycar{
    width: 21px;
}
.i_con1 .wrap .right .rank_c .rank_list>li .rl_wrap .buycar:after{
    width: 21px;
    background-size: 42px;
}
.i_con1 .wrap .right .rank_c .rank_list>li:hover{
    /*border: 1px solid #0783e3;*/
    background: rgba(216, 216, 216, .27);
}
.i_con1 .wrap .right .rank_c .rank_list>li:hover .rl_title{
    color: #0783e3;
}
.i_con1 .wrap .right .rank_c .rank_list>li:hover .buycar:after{
    background-position: right center;
}

.i_con2{
    width: 100%; height: auto;
}
.i_con2 .i_con2_title{
    width: 100%; height: auto;
    font-size: 36px; line-height: 48px; color: #0783e3;
    letter-spacing: 1.5px;
    text-align: center;
}
.i_con2 .index_nav{
    max-width: 1200px;
    display: table;
    margin: 0 auto;
}
.i_con2 .index_nav>li{
    width: 142px; height: auto;
    padding: 17px 0;
    display: inline-block; float: left;
    margin: 0 80px;
    text-align: center;
    cursor: pointer;
    border-bottom: 5px solid transparent;
    position: relative;
}
.i_con2 .index_nav>li.active{
    border-bottom-color: #4384c4;
}
.i_con2 .index_nav>li.active:after{
    content: ' '; display: block;
    width: 0; height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #4384c4;
    position: absolute; left: 50%; margin-left: -10px;
    bottom: -15px;
    z-index: 9;
}
.i_con2 .index_nav>li span{
    font-size: 20px; line-height: 26px;
    color: #5b5b5b;
}
.i_con2 .index_nav>li.active span{
    color: #0783e3;
}
.i_con2 .inn_swiper_c{
    width: 100%; height: 787px;
    background-blend-mode: multiply;
    box-shadow: 0px 0px 15px 7px #f0f2f6;
}
.i_con2 .inn_swiper_c .inn_swiper{
    width: 100%; height: 787px;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide{
    width: 100%; height: 787px;
    position: relative;
    overflow: hidden;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide:after{
    content: ' '; display: block;
    width: 100%; height: 100%;
    background: rgba(42, 42, 42, .4);
    position: absolute; top: 0; left: 0;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide img{
    width: 1920px; height: auto;
    display: block;
    position: absolute; top: 0; left: 50%; margin-left: -960px;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap{
    width: 720px; height: auto;
    position: absolute; top: 50%; left: 50%; z-index: 1;
    margin-left: -600px;
    transform: translateY(-50%);
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .title_c{
    font-size: 36px; line-height: 48px;
    color: #fff;
    margin-bottom: 22px;
    overflow: hidden;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .title_c .title{
    display: inline-block; float: left;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .title_c .more{
    line-height: 36px;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .title_c .more>span{
    color: #fff;
    position: relative;
    display: block;
    background: none;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .title_c .more>span:after{
    content: ' '; display: block;
    width: 6px; height: 100%;
    background: url(../img/arrow_r6.png) no-repeat;
    background-size: 12px;
    background-position: left center;
    position: absolute; right: 0; top: 0;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .title_c .more:hover>span{
    color: #ff4a45;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .title_c .more:hover>span:after{
    background-position: right center;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .desc{
    font-size: 20px; line-height: 35px;
    color: #fff;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.32);
    margin-bottom: 40px;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .manager_c{
    height: auto;
    background-color: #fff;
    padding: 40px 36px 30px 36px;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .manager_c .manager_title_c{
    width: 100%; height: auto;
    overflow: hidden;
    font-size: 20px; line-height: 26px; color: #5e5e5e;
    margin-bottom: 22px;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .manager_c .manager_title_c .mt_title{
    display: inline-block; float: left;
    padding-left: 42px;
    background: url(../img/i_manager.png) no-repeat;
    background-size: 21px;
    background-position: left center;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .manager_c .manager_title_c .more>span{
    color: #5b5b5b;
    position: relative;
    display: block;
    background: none;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .manager_c .manager_title_c .more>span:after{
    content: ' '; display: block;
    width: 6px; height: 100%;
    background: url(../img/arrow_r5.png) no-repeat;
    background-size: 12px;
    background-position: left center;
    position: absolute; right: 0; top: 0;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .manager_c .manager_title_c .more:hover>span{
    color: #ff4a45;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .manager_c .manager_title_c .more:hover>span:after{
    background-position: right center;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .manager_c .manager_list_c{
    width: 100%; height: auto;
    overflow: hidden;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .manager_c .manager_list_c ul{
    width: 300px; height: auto;
    display: inline-block; float: left;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .manager_c .manager_list_c ul+ul{
    float: right;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .manager_c .manager_list_c .manager_list>li{
    padding-left: 8px;
    position: relative;
    margin-bottom: 10px;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .manager_c .manager_list_c .manager_list>li:before{
    content: ' '; display: block;
    width: 2px; height: 2px;
    background-color: #5e5e5e;
    position: absolute; left: 0;
    top: 50%; margin-top: -1px;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .manager_c .manager_list_c .manager_list>li:hover:before{
    background-color: #ff4a45;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .manager_c .manager_list_c .manager_list>li a{
    display: block;
    font-size: 12px; line-height: 16px;
    overflow: hidden;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .manager_c .manager_list_c .manager_list>li:hover a{
    color: #ff4a45;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .manager_c .manager_list_c .manager_list>li a .ml_title{
    width: 221px; height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block; float: left;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .manager_c .manager_list_c .manager_list>li a .ml_date{
    display: inline-block; float: right;
}

.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .inn_dt_c{
    width: 100%; height: auto;
    background: #fff;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .inn_dt_c .inn_dt_list{
    padding: 40px;
    overflow: hidden;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .inn_dt_c .inn_dt_list>li{
    width: 32%; height: auto;
    display: inline-block; float: left;
    margin-right: 2%;
    text-align: center;

    color: #0783e3;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .inn_dt_c .inn_dt_list>li:last-child{
    margin-right: 0;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .inn_dt_c .inn_dt_list>li .inn_dt_title{
    font-size: 26px; line-height: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .inn_dt_c .inn_dt_list>li .inn_dt_num{
    font-size: 40px; line-height: 66px;
    font-weight: bold;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .inn_dt_c .inn_dt_list>li .inn_dt_date{
    font-size: 16px; line-height: 21px;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .inn_dt_c .inn_dt_list>li .inn_dt_date>span{
    font-size: 12px; line-height: 16px;
    display: block;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .inn_dt_c .inn_dt_list>li .inn_dt_link{
    width: 109px; height: 29px; line-height: 29px;
    border-radius: 29px;
    display: block;
    border: 1px solid #0783e3;
    /*box-shadow: 0px 2px 8px rgba(0,125,184,0.43);*/
    margin: 10px auto 0 auto;

    font-size: 12px; color: #0783e3;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .inn_dt_c .inn_dt_list>li:hover{
    color: #ff4a45;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .inn_dt_c .inn_dt_list>li:hover .inn_dt_date{
    color: #5b5b5b;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .inn_dt_c .inn_dt_list>li:hover .inn_dt_link{
    color: #fff;
    background: #ff4a45;
    box-shadow: 0px 2px 8px rgba(255,74,69,0.37);
    border-color: #ff4a45;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .inn_question_c{
    padding: 40px; height: auto;
    background-color: rgba(255, 255, 255, .9);
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .inn_question_c .title_c{
    line-height: 36px;
    color: #5e5e5e;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .inn_question_c .title_c .more{
    margin-top: 0;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .inn_question_c .title_c .more>span{
    font-size: 12px; color: #5e5e5e; line-height: 35px;
    background: none;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .inn_question_c .title_c .more>span:after{
    background-image: url(../img/arrow_r5.png);
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .inn_question_c .title_c .more:hover>span{
    color: #ff4a45;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .inn_question_c .inn_question_list{
    width: 100%; height: auto;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .inn_question_c .inn_question_list>li{
    margin-bottom: 36px;
    font-size: 16px; line-height: 22px;
    text-align: justify;
    color: #5e5e5e;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .inn_question_c .inn_question_list>li:last-child{
    margin-bottom: 0;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .inn_question_c .inn_question_list>li .que{
    line-height: 35px;
    max-height: 70px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #0783e3;
    margin-bottom: 10px;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .inn_question_c .inn_question_list>li .ans{
    max-height: 90px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .inn_question_c .inn_question_list>li.import,
.i_con2 .inn_swiper_c .inn_swiper .swiper-slide .wrap .inn_question_c .inn_question_list>li.import .que{
    /*color: #FF4A45;*/
}

.swiper-container-horizontal.inn_swiper>.swiper-pagination-bullets,
.inn_swiper .swiper-pagination-custom,
.inn_swiper .swiper-pagination-fraction{
    bottom: 40px;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-pagination .swiper-pagination-bullet{
    width: 10px; height: 10px;
    border-radius: 50%;
    opacity: .4;
    margin: 0 6px;
    background-color: #fff;
    transition: all .3s linear;
}
.i_con2 .inn_swiper_c .inn_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 18px; height: 10px;
    border-radius: 10px;
    opacity: 1;
}

.i_con3{
    padding: 80px 0;
}
.i_con3 .wrap{
    padding: 8px;
    overflow: hidden;
}
.i_con3 .wrap .fun_pic{
    width: 354px; height: 503px;
    display: inline-block; float: left;
    overflow: hidden;
}
.i_con3 .wrap .fun_pic img{
    width: 100%; display: block;
}
.i_con3 .wrap .fun_info{
    width: 810px; height: auto;
    display: inline-block; float: right;
}
.i_con3 .wrap .fun_info .fun_title_c{
    width: 100%; height: auto;
    margin-bottom: 26px;
    overflow: hidden;
    padding-right: 8px; margin-right: 8px;
}
.i_con3 .wrap .fun_info .fun_title_c .fun_title{
    overflow: hidden;
    display: inline-block; float: left;
}
.i_con3 .wrap .fun_info .fun_title_c .fun_title p{
    display: inline-block; float: left;
    font-size: 64px; line-height: 84px; color: #0783e3;
}
.i_con3 .wrap .fun_info .fun_title_c .fun_title span{
    font-size: 12px; height: 21px; line-height: 19px;
    border: 1px solid #0783e3;
    color: #0783e3;
    display: inline-block; float: left;
    margin-left: 5px; margin-top: 46px;
    padding: 0 3px;
}
.i_con3 .wrap .fun_info .fun_title_c .fun_title p+span{
    margin-left: 14px;
}
.i_con3 .wrap .fun_info .fun_title_c .link_buy{
    width: 200px; height: 48px; line-height: 48px;
    display: inline-block; float: right;
    font-size: 20px; color: #fff;
    text-align: center;
    border-radius: 48px;
    margin-top: 21px;
}
.i_con3 .wrap .fun_info .fun_title_c .link_buy:hover{
    background: #ff4a45;
    box-shadow: 0px 2px 8px rgba(255,74,69,0.6);
}
.i_con3 .wrap .fun_info .fun_desc{
    width: 100%; height: auto;
    font-size: 20px; line-height: 34px; color: #a6a6a6;
    letter-spacing: 1.14px;
    text-align: justify;
    margin-bottom: 59px;
}
.i_con3 .wrap .fun_info .fun_abstract_c{
    width: 100%; height: auto;
    overflow: hidden;
    padding-left: 8px; margin-left: -8px;
}
.i_con3 .wrap .fun_info .fun_abstract_c .fun_manager{
    width: 380px; height: auto;
    display: inline-block; float: left;
}
.i_con3 .wrap .fun_info .title{
    font-size: 20px; line-height: 26px;
    color: #0783e3;
    margin-bottom: 22px;
}
.i_con3 .wrap .fun_info .fm_info_c{
    width: 100%; height: auto;
    overflow: hidden;
    padding-left: 8px; margin-left: -8px;
    padding-top: 8px; margin-top: -8px;
    margin-bottom: 6px;
}
.i_con3 .wrap .fun_info .fm_info_c .fm_avatar{
    width: 61px; height: 61px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block; float: left;
    box-shadow: 0px 0px 8px 4px #e7eaf1;
    overflow: hidden;
}
.i_con3 .wrap .fun_info .fm_info_c .fm_avatar img{
    width: 100%; height: 100%;
    display: block;
}
.i_con3 .wrap .fun_info .fm_info_c .fm_info{
    width: 306px; height: auto;
    display: inline-block; float: right;
}
.i_con3 .wrap .fun_info .fm_info_c .fm_info .name{
    font-size: 16px; line-height: 21px;
    color: #707070;
    margin-top: 12px;
}
.i_con3 .wrap .fun_info .fm_info_c .fm_info .work{
    font-size: 12px; line-height: 22px;
    color: #707070;
}
.i_con3 .wrap .fun_info .fm_desc{
    width: 100%; height: auto;
    font-size: 12px; line-height: 16px;
    color: #a4abb3; text-align: justify;
    position: relative;
}

.i_con3 .wrap .fun_info .fun_abstract_c .bright_spot{
    width: 330px; height: auto;
    display: inline-block; float: right;
}
.i_con3 .wrap .fun_info .fun_abstract_c .bright_spot .bright_spot_list{
    width: 100%; height: auto;
    overflow: hidden;
}
.i_con3 .wrap .fun_info .fun_abstract_c .bright_spot .bright_spot_list>li{
    display: inline-block; float: left;
    margin-right: 35px;
    font-size: 12px; line-height: 16px; color: #5b5b5b;
    text-align: center;
    max-width: 100px;
}
.i_con3 .wrap .fun_info .fun_abstract_c .bright_spot .bright_spot_list>li:last-child{
    margin-right: 0;
}
.i_con3 .wrap .fun_info .fun_abstract_c .bright_spot .bright_spot_list>li img{
    width: 74px; display: block;
    margin-bottom: 17px;
}
.i_con3 .wrap .fun_info .fm_desc .btn_showDesc{
    font-size: 12px; color: #0783E3;
    position: absolute; right: 0; bottom: 0;
    cursor: pointer;
}
.i_con3 .wrap .fun_info .desc_toast{
    width: 710px; height: auto;
    padding: 60px 60px 30px 60px;
    background-color: #fff;
    position: fixed; top: 50%; left: 50%; z-index: 20;
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 16px rgba(0,0,0,0.5);
    border-radius: 12px;
    display: none;
}
.i_con3 .wrap .fun_info .desc_toast .desc_box{
    width: 100%; height: auto;
}
.i_con3 .wrap .fun_info .desc_toast .desc_box .desc_box_top{
    display: table;
    margin: 0 auto;
}
.i_con3 .wrap .fun_info .desc_toast .desc_box .desc_box_top .avatar{
    display: table-cell;
    width: 120px; height: 120px;
    border-radius: 50%;
    overflow: hidden;
}
.i_con3 .wrap .fun_info .desc_toast .desc_box .desc_box_top .avatar img{
    width: 100%; display: block;
}
.i_con3 .wrap .fun_info .desc_toast .desc_box .desc_box_top .info{
    display: table-cell;
    vertical-align: middle;
    font-size: 20px; line-height: 22px; color: #707070;
    padding-left: 60px;
}
.i_con3 .wrap .fun_info .desc_toast .desc_box .desc_box_top .info .name{
    margin-bottom: 12px;
}
.i_con3 .wrap .fun_info .desc_toast .desc_box .desc_box_top .info .work{
    max-width: 350px;
}
.i_con3 .wrap .fun_info .desc_toast .desc_box .desc_intro{
    margin-top: 30px;
    font-size: 16px; line-height: 24px; color: #a4abb3;
    text-align: justify;
}
.i_con3 .wrap .fun_info .desc_toast .desc_box .btn_close{
    width: 45px; height: 45px;
    background: url(../img/btn_close.png) no-repeat;
    background-size: 100%;
    background-position: center;
    margin: 30px auto 0 auto;
    cursor: pointer;
}
.i_con3 .wrap.fun_style2_c .fun_info .fun_style2_w .new_fund{
    width: 100%; display: block;
}

/*样式2*/
.i_con3 .wrap.fun_style2_c .fun_info{
    width: 100%; height: auto;
}
.i_con3 .wrap.fun_style2_c .fun_info .fun_desc{
    margin-bottom: 20px;
}
.i_con3 .wrap.fun_style2_c .fun_info .fun_style2_w{
    width: 100%; height: auto;
    overflow: hidden;
    margin-left: -10px;
}
.i_con3 .wrap.fun_style2_c .fun_info .fun_style2_w .fun_abstract_c{
    width: 761px; height: auto;
    display: inline-block; float: right;
    padding-right: 8px;
}
.i_con3 .wrap.fun_style2_c .fun_info .fun_style2_w .fun_abstract_c .fun_abstract_ct{
    width: 100%; height: auto;
    overflow: hidden;
    margin-bottom: 36px;
    padding-left: 8px;
    margin-left: -8px;
    padding-right: 10px;
}
.i_con3 .wrap.fun_style2_c .fun_info .fun_style2_w .fun_pic{
    width: 369px; height: 523px;
}
.i_con3 .wrap.fun_style2_c .fun_info .fun_style2_w .fun_abstract_c .fund_times_c{
    width: 100%; height: 40px;
    background: #f4f4f4;
    box-shadow: inset 0px 1px 3px rgba(0,0,0,0.1);
    border-radius: 40px;
    overflow: hidden;
}
.i_con3 .wrap.fun_style2_c .fun_info .fun_style2_w .fun_abstract_c .fund_times_c>li{
    width: 108px; height: 40px;
    border-radius: 40px;
    display: inline-block; float: left;
    font-size: 16px; line-height: 40px; color: #707070;
    text-align: center;
    cursor: pointer;
}
.i_con3 .wrap.fun_style2_c .fun_info .fun_style2_w .fun_abstract_c .fund_times_c>li:last-child{
    width: 112px;
}
.i_con3 .wrap.fun_style2_c .fun_info .fun_style2_w .fun_abstract_c .fund_times_c>li.active{
    background-color: #0783E3;
    color: #fff;
}
.i_con3 .wrap.fun_style2_c .fun_info .fun_style2_w .fun_abstract_c .fund_chart{
    width: 769px; height: 250px;
    margin-top: 27px;
}
.i_con3 .wrap.fun_style2_c .fun_info .fun_style2_w .fun_abstract_c .fund_chart .fundChart{
    width: 761px; height: 250px;
    margin-left: 10px;
}
.i_con3 .wrap.fun_style2_c .fun_info .fun_style2_w{
    padding: 0 10px;
}

.i_con4{
    width: 100%; height: auto;
    background: url(../img/icon4_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.i_con4 .wrap{
    padding: 0 14px 36px 14px;
}
.i_con4 .wrap .fund_nav_c{
    width: 100%; height: auto;
}
.i_con4 .wrap .fund_nav_c .fund_nav{
    width: 100%; height: auto;
    overflow: hidden;
    margin-bottom: 16px;
}
.i_con4 .wrap .fund_nav_c .fund_nav>li{
    padding: 22px 15px;
    border-top: 5px solid transparent;
    display: inline-block; float: left;
    margin-right: 38px;
    cursor: pointer;
    position: relative;

    font-size: 20px; line-height: 26px; color: #707070;
}
.i_con4 .wrap .fund_nav_c .fund_nav>li:last-child{
    margin-right: 0;
}
.i_con4 .wrap .fund_nav_c .fund_nav>li:hover,
.i_con4 .wrap .fund_nav_c .fund_nav>li.active{
    border-color: #4384c4;
    color: #0783e3;
}
.i_con4 .wrap .fund_nav_c .fund_nav>li:hover:after,
.i_con4 .wrap .fund_nav_c .fund_nav>li.active:after{
    content: ' '; display: block;
    position: absolute; top: -3px; left: 50%; margin-left: -6px;

    width: 0; height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 12px solid #4384c4;
}
.i_con4 .wrap .fund_content_c{
    width: 100%; height: auto;
    display: none;
}
.i_con4 .wrap .fund_content_c .fund_list{
    width: 100%; height: auto;
    overflow: hidden;
    padding-left: 14px; margin-left: -14px;
    padding-top: 14px; margin-top: -14px;
    margin-bottom: 3px;
}
.i_con4 .wrap .fund_content_c .fund_list>li{
    width: auto;
    background-color: #fff;
    display: inline-block; float: left;
    box-shadow: 0px 3px 14px 2px rgba(1,71,156,0.1);
    margin-right: 20px;
    margin-bottom: 30px;
}
.i_con4 .wrap .fund_content_c .fund_list>li:nth-child(4n),
.i_con4 .wrap .fund_content_c .fund_list>li:last-child{
    margin-right: 0;
}
.i_con4 .wrap .fund_content_c .fund_list>li a{
    width: 225px;
    padding: 12px 30px;
    display: block;
}
.i_con4 .wrap .fund_content_c .fund_list>li .fund_title{
    height: 18px;
    font-size: 14px; line-height: 18px;
    color: #4D4D4D;
    overflow: hidden;
    margin-bottom: 5px;
}
.i_con4 .wrap .fund_content_c .fund_list>li .fund_title>p{
    display: inline-block; float: left;
}
.i_con4 .wrap .fund_content_c .fund_list>li .fund_title span{
    font-size: 12px; line-height: 16px;
    color: #A4ABB3;
    margin-left: 5px;
}
.i_con4 .wrap .fund_content_c .fund_list>li .fund_title.hot{
    padding-left: 14px;
    background: url(../img/hot.png) no-repeat;
    background-size: 10px;
    background-position: left center;
}
.i_con4 .wrap .fund_content_c .fund_list>li .fund_wrap{
    width: 100%;
    overflow: hidden;
    display: table;
}
.i_con4 .wrap .fund_content_c .fund_list>li .fund_wrap>div{
    display: table-cell; vertical-align: middle;
}
.i_con4 .wrap .fund_content_c .fund_list>li .fund_wrap>div.buycar{
    display: inline-block; float: right;
    margin-top: 10px;
}
.i_con4 .wrap .fund_content_c .fund_list>li .fund_wrap .num{
    font-size: 30px; line-height: 40px;
    letter-spacing: 0.32px;
    color: #ff4a45;
    font-weight: bold;
}
.i_con4 .wrap .fund_content_c .fund_list>li .fund_wrap .num>span{
    font-size: 18px; font-weight: normal;
}
.i_con4 .wrap .fund_content_c .fund_list>li .fund_wrap .text{
    font-size: 12px; line-height: 16px;
    color: #a4abb3; font-weight: 400;
    letter-spacing: 0.5px;
    padding: 0 5px;
}
.i_con4 .fund_table tr th:nth-last-child(2){
    width: 90px;
}
.fund_table{
    width: 100%; height: auto;
    background-color: #fff;
    font-size: 16px; color: #4d4d4d;
    line-height: 22px;
    text-align: center;
    box-shadow: 0px 3px 14px 2px rgba(1,71,156,0.1);
}
.fund_table a{
    color: #4d4d4d;
}
.fund_table th{
    height: 40px;
    background-color: #E9E9E9;
    vertical-align: middle;
}
.fund_table th.sort{
    cursor: pointer;
}
.fund_table td{
    min-height: 50px; padding: 10px 0;
    vertical-align: middle;
    border-bottom: 1px solid #e9e9e9;
}
.fund_table tr:last-child td{
    border-bottom: 0;
}
.fund_table td span.red{
    color: #F73E4B;
}
.fund_table tr .sort>span{
    position: relative;
    user-select: none;
}
.fund_table tr .sort:hover>span{
    color: #0783E3;
}
.fund_table tr .sort>span:before{
    content: ' '; display: block;
    width: 0; height: 0;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 4px solid #b2b2b2;

    position: absolute; right: -6px; top: 50%; margin-top: -5.5px;
}
.fund_table tr .sort>span:after{
    content: ' '; display: block;
    width: 0; height: 0;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-top: 4px solid #b2b2b2;

    position: absolute; right: -6px; top: 50%; margin-top: 1.5px;
}
.fund_table tr .sort.sort_up>span:before{
    border-bottom-color: #ff4a45;
}
.fund_table tr .sort.sort_down>span:after{
    border-top-color: #ff4a45;
}
.fund_table td:nth-child(2):hover a{
    color: #0783E3;
}
.fund_table .up{
    color: #F73E4B;
}
.fund_table .down{
    color: #01479C;
}
.fund_table .buycar{
    width: 13px; height: 13px;
    margin: 0 auto;
    text-align: center;
    display: block;
    float: none;
}
.fund_table .buycar:after{
    width: 13px; height: 13px;
    background-size: 26px;
    margin-left: -6.5px;
    margin-top: -6.5px;
}
.fund_table .btn_sg{
    width: 44px; height: 19px;
    line-height: 19px;
    font-size: 12px; text-align: center; color: #fff;
    background: -webkit-linear-gradient(135deg, #016BE3, #02AFF2);
    background: -o-linear-gradient(135deg, #016BE3, #02AFF2);
    background: -moz-linear-gradient(135deg, #016BE3, #02AFF2);
    background: linear-gradient(135deg, #016BE3, #02AFF2);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorstr = #016BE3, endColorstr = #02AFF2)";
    box-shadow: 0px 2px 8px rgba(68, 158, 230, 0.6);
    display: block;
    margin: 0 auto;
}
.fund_table .btn_dt{
    width: 42px; height: 17px;
    line-height: 17px;
    font-size: 12px; text-align: center; color: #fff;
    background: -webkit-linear-gradient(-52deg, #FF451C, #F93000);
    background: -o-linear-gradient(-52deg, #FF451C, #F93000);
    background: -moz-linear-gradient(-52deg, #FF451C, #F93000);
    background: linear-gradient(-52deg, #FF451C, #F93000);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorstr = #FF451C, endColorstr = #F93000)";
    border: 1px solid #FF451C;
    box-shadow: 0px 2px 8px rgba(255, 74, 69, 0.6);
    display: block;
    margin: 0 auto;
}
.fund_table .btn_rg{
    width: 110px; height: 30px;
    line-height: 30px;
    font-size: 16px; color: #fff;
    background: -webkit-linear-gradient(150deg, #FF6A00, #FFB642);
    background: -o-linear-gradient(150deg, #FF6A00, #FFB642);
    background: -moz-linear-gradient(150deg, #FF6A00, #FFB642);
    background: linear-gradient(150deg, #FF6A00, #FFB642);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorstr = #FF6A00, endColorstr = #FFB642)";
    box-shadow: 0px 0px 4px #ffa02f;
    display: block;
    margin: 0 auto;
}
.fund_table .btn_sg.sg_none,
.fund_table .btn_dt.dt_none,
.fund_table .btn_rg.rg_none{
    background: #fff;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorstr = #ffffff, endColorstr = #ffffff)";
    color: #a4abb3;
    border: 1px solid #a4abb3;
    cursor: default;
    box-shadow: none;
}
.fund_table td .btn_collect{
    margin: 0 auto;
}
.fund_table tr th:nth-child(2){
    width: 100px;
}
.fund_table tr th:last-child{
    width: 150px;
}
.fund_table tr th:nth-last-child(2){
    width: 60px;
}
.fund_table tr th:nth-last-child(3){
    width: 70px;
}
.fund_table tr .btn_list{
    display: flex; justify-content: center;
    margin: 0 auto;
}
.fund_table tr .btn_list>li:not(:last-child){
    margin-right: 20px;
}

.i_con5 .wrap{
    padding: 80px 0;
    overflow: hidden;
}
.i_con5 .wrap .left{
    width: 320px; height: auto;
    display: inline-block; float: left;
    margin-top: 32px;
}
.i_con5 .wrap .left .title{
    font-size: 20px; line-height: 35px; color: #0783e3;
}
.i_con5 .wrap .left .title>span{
    font-size: 64px; line-height: 84px;
    display: block;
    letter-spacing: 2.6px;
}
.i_con5 .wrap .left .invest_desc_list{
    font-size: 20px; line-height: 26px;
    color: #a4abb3;
    margin-top: 40px;
}
.i_con5 .wrap .left .invest_desc_list>li{
    margin-bottom: 22px;
    padding-left: 38px;
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: left center;
}
.i_con5 .wrap .left .invest_desc_list>li:last-child{
    margin-bottom: 0;
}
.i_con5 .wrap .left .invest_desc_list>li.i_rmb{
    background-image: url(../img/i_rmb.png);
}
.i_con5 .wrap .left .invest_desc_list>li.i_plan{
    background-image: url(../img/i_plan.png);
}
.i_con5 .wrap .left .invest_desc_list>li.i_reset{
    background-image: url(../img/i_reset.png);
}
.i_con5 .wrap .right{
    width: 880px; height: auto;
    display: inline-block; float: right;
    position: relative;
    margin-top: -14px;
}
.i_con5 .wrap .right .invest_swiper{
    width: 698px; height: auto;
    padding: 14px;
    margin: 0 auto;
}
.i_con5 .wrap .right .invest_swiper .swiper-slide{
    width: 100%; height: auto;
}
.i_con5 .wrap .right .invest_swiper .swiper-slide .invest_group_list{
    width: 100%; height: auto;
    overflow: hidden;
    padding: 14px;
    margin: -14px;
}
.i_con5 .wrap .right .invest_swiper .swiper-slide .invest_group_list>li{
    width: 239px; height: auto;
    display: inline-block; float: left;
    border: 1px solid transparent;
    background: #ffffff;
    box-shadow: 0px 3px 14px 2px rgba(1,71,156,0.25);

    padding: 45px 40px 30px 40px;
}
.i_con5 .wrap .right .invest_swiper .swiper-slide .invest_group_list>li:hover{
    border-color: #0783e3;
}
.i_con5 .wrap .right .invest_swiper .swiper-slide .invest_group_list>li .name{
    font-size: 36px; color: #0783e3; line-height: 41px;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}
.i_con5 .wrap .right .invest_swiper .swiper-slide .invest_group_list>li .abstract{
    font-size: 20px; color: #585858; line-height: 26px;
    margin-bottom: 12px;
}
.i_con5 .wrap .right .invest_swiper .swiper-slide .invest_group_list>li .info{
    overflow: hidden;
    font-size: 20px; line-height: 26px; color: #585858;
    margin-bottom: 18px;
}
.i_con5 .wrap .right .invest_swiper .swiper-slide .invest_group_list>li .info .num{
    display: inline-block; float: left;
    font-size: 50px; line-height: 66px; color: #ff4a45;
    font-weight: bold;
}
.i_con5 .wrap .right .invest_swiper .swiper-slide .invest_group_list>li .info .num>span{
    font-size: 30px; font-weight: normal;
}
.i_con5 .wrap .right .invest_swiper .swiper-slide .invest_group_list>li .info>span{
    margin-left: 5px; margin-top: 30px;
    display: inline-block;
}
.i_con5 .wrap .right .invest_swiper .swiper-slide .invest_group_list>li+li{
    float: right;
}
.i_con5 .wrap .right .invest_swiper .swiper-slide .invest_group_list>li .desc{
    font-size: 12px; line-height: 16px; color: #a4abb3;
    text-align: justify;
    height: 48px;
    margin-bottom: 30px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.i_con5 .wrap .right .invest_swiper .swiper-slide .invest_group_list>li .link_shata{
    width: 200px; height: 48px;
    display: block;
    margin: 0 auto;
    line-height: 48px;
    border-radius: 48px;
    font-size: 16px; text-align: center; color: #fff;
}

.i_con6 .top{
    width: 100%; height: auto;
    background: url(../img/icon6_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;

    padding: 60px 0 0 0;
}
.i_con6 .top .title{
    font-size: 36px; line-height: 48px; color: #fff;
    letter-spacing: 1.5px;
    text-align: center;
    position: relative;
}
.i_con6 .top .title:before{
    content: ' '; display: block;
    width: 103px; height: 6px;
    background-color: #fff;
    position: absolute; top: -20px; left: 50%; margin-left: -52px;
}
.i_con6 .top .info_news_nav{
    width: 1200px; height: auto;
    margin: 67px auto 0 auto;
    overflow: hidden;
}
.i_con6 .top .info_news_nav>li{
    width: 25%; height: auto;
    cursor: pointer;
    text-align: center;
    font-size: 26px; line-height: 34px; color: #fff;
    display: inline-block; float: left;
    padding-bottom: 128px;

    position: relative;
}
.i_con6 .top .info_news_nav>li.active:after{
    content: ' '; display: block;
    width: 0; height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid #fff;

    position: absolute; bottom: 0; left: 50%; margin-left: -15px;
}
.i_con6 .top .info_news_nav>li img{
    width: 122px; display: block;
    margin: 0 auto 20px auto;
}

.i_con6 .bottom{
    width: 100%; height: auto;
    background: #fff;
    padding: 12px 0 66px 0;
}
.i_con6 .bottom .wrap{
    width: 1200px; height: auto;
    padding: 14px;
    margin: 0 auto;
}
.i_news_content {
    width: 1200px; height: auto;
    background-color: #fff;
    box-shadow: 0px 3px 14px 2px rgba(1,71,156,0.1);
    overflow: hidden;

    display: none;
}
.i_news_content .news_first{
    width: 608px; height: auto;
    position: relative;
    display: inline-block; float: left;
}
.i_news_content .news_first .thumb{
    width: 100%; height: 369px;
    overflow: hidden;
}
.i_news_content .news_first .thumb>img{
    width: 100%; display: block;
    min-height: 100%;
}
.i_news_content .news_first .info{
    width: calc(100% - 80px); height: auto;
    position: absolute; left: 0; bottom: 0;
    background-color: rgba(255, 255, 255, .9);
    padding: 20px 40px;
}
.i_news_content .news_first .info .title{
    font-size: 20px; line-height: 26px; color: #a4abb3;
    height: 26px;
    overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
    margin-bottom: 20px;
}
.i_news_content .news_first .info .i_opt{
    width: 100%; height: auto;
    overflow: hidden;
}
.i_news_content .news_first .info .i_opt>span{
    display: inline-block; float: left;
    font-size: 12px; line-height: 16px; color: #a4abb3;
}
.i_news_content .news_first .info .more{
    margin-top: 0;
}
.i_news_content .right{
    width: 435px; height: auto; max-height: 349px;
    display: inline-block; float: right;
    margin-right: 76px;
    padding-top: 20px;
}
.i_news_content .right .title_c{
    font-size: 20px; line-height: 26px; color: #0783e3;
    overflow: hidden;
    margin-bottom: 23px;
}
.i_news_content .right .title_c .title{
    display: inline-block; float: left;
}
.i_news_content .right .title_c .more>span{
    background-size: 7px;
    padding-right: 16px;
}
.i_news_content .right .news_list>li{
    padding-left: 16px;
    position: relative;
    margin-bottom: 13px;
}
.i_news_content .right .news_list>li:before{
    content: '-'; color: #a4abb3;
    font-size: 16px;
    position: absolute; left: 0; top: 0;
}
.i_news_content .right .news_list>li>a{
    display: block;
    color: #a4abb3; font-size: 16px; line-height: 21px;
}
.i_news_content .right .news_list>li:hover>a{
    color: #0783E3;
}
.i_news_content .right .news_list>li .title{
    width: 100%; max-height: 42px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.i_con7{
    padding: 66px 0;
}
.i_con7 .wrap{
    padding: 14px;
}
.i_con7 .wrap .otherOpt_c{
    width: 1200px; height: auto;
    background-color: #fff;
    box-shadow: 0px 3px 14px 2px rgba(1,71,156,0.1);
    overflow: hidden;
}
.i_con7 .wrap .otherOpt_c .otherOpt_nav_c{
    width: 212px; height: auto;
    overflow: hidden;
    border-right: 1px solid #DBE2EB;
    background: url(../img/nav_bg.jpg);
    background-size: cover;
    background-position: center bottom;
    display: inline-block; float: left;
}
.i_con7 .wrap .otherOpt_c .otherOpt_nav_c .otherOpt_nav{
    width: 100%; height: auto;
    padding: 44px 0 32px 0;
}
.i_con7 .wrap .otherOpt_c .otherOpt_nav_c .otherOpt_nav>li{
    cursor: pointer;
    height: 68px; line-height: 68px;
    font-size: 26px; text-align: center; color: #fff;
    margin-bottom: 30px;
}
.i_con7 .wrap .otherOpt_c .otherOpt_nav_c .otherOpt_nav>li.active{
    background-color: #fff;
    color: #4a90e2;
}
.i_con7 .wrap .otherOpt_c .otherOpt_nav_c .otherOpt_nav>li a{
    color: #fff;
}
.i_con7 .wrap .otherOpt_c .otherOpt_nav_w{
    width: 987px; height: auto;
    display: inline-block; float: right;
    display: none;
}
.i_con7 .wrap .otherOpt_c .otherOpt_nav_w .otherOpt_subnav{
    width: 164px; height: 437px;
    position: relative;
    padding: 15px 0;
}
.i_con7 .wrap .otherOpt_c .otherOpt_nav_w .otherOpt_subnav>li{
    width: 100%; height: auto;
    font-size: 16px; line-height: 21px; color: #717171;
    display: table;
}
.i_con7 .wrap .otherOpt_c .otherOpt_nav_w .otherOpt_subnav>li.active{
    color: #4A90E2;
}
.i_con7 .wrap .otherOpt_c .otherOpt_nav_w .otherOpt_subnav>li>span{
    height: 74px;
    width: 100%;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin: 0 auto;

    display: table-cell; vertical-align: middle;
}
.i_con7 .wrap .otherOpt_c .otherOpt_nav_w .otherOpt_subnav>li>span:after{
    content: ' '; display: block;
    width: 33px; height: 1px;
    background-color: #a5a5a5;
    position: absolute; left: 50%; margin-left: -16px;
    bottom: 0;
}
.i_con7 .wrap .otherOpt_c .otherOpt_nav_w .otherOpt_subnav>li:last-child>span:after{
    display: none;
}
.i_con7 .wrap .otherOpt_c .otherOpt_nav_w .otherOpt_subnav>li .otherOpt_subnav_c{
    width: 745px; height: 100%;
    position: absolute; left: 214px; top: 0;
    display: none;
}
.i_con7 .wrap .otherOpt_c .otherOpt_nav_w .otherOpt_subnav>li.active .otherOpt_subnav_c{
    display: block;
}
.i_con7 .wrap .otherOpt_c .otherOpt_nav_w .otherOpt_subnav>li .otherOpt_subnav_c .otherOpt_subnav_w{
    height: calc(100% - 80px);
    padding: 40px 0;
}
.i_con7 .wrap .otherOpt_c .otherOpt_nav_w .otherOpt_subnav>li .otherOpt_subnav_c .otherOpt_subnav_w .help_guide_list{
    width: 100%; height: 100%;
    overflow: auto;
}

.i_con7 .wrap .otherOpt_c .otherOpt_nav_w .trade_c{
    width: 100%; height: 100%;
    overflow: auto;
}
.i_con7 .wrap .otherOpt_c .otherOpt_nav_w .trade_c .otherOpt_label{
    font-size: 16px; line-height: 21px; color: #4A90E2;
    margin-bottom: 21px;
}
.i_con7 .wrap .otherOpt_c .otherOpt_nav_w .trade_c .otherOpt_form{
    margin-left: 15px;
}
.i_con7 .wrap .otherOpt_c .otherOpt_nav_w .trade_c .otherOpt_form .tr{
    width: 100%; height: 22px;
    margin-bottom: 20px;
}
.i_con7 .wrap .otherOpt_c .otherOpt_nav_w .trade_c .otherOpt_form .tr>div{
    display: inline-block; float: left;
    position: relative;
}
.i_con7 .wrap .otherOpt_c .otherOpt_nav_w .trade_c .otherOpt_form .tr .th{
    width: 260px; height: 22px; line-height: 22px;
    font-size: 16px; color: #5B5B5B;
}
.i_con7 .wrap .otherOpt_c .otherOpt_nav_w .trade_c .otherOpt_form .td .select_text{
    width: 207px; height: 20px;
    border: 1px solid #DFDFDF;
    padding: 0 5px;
    overflow-x: auto;
}
.i_con7 .wrap .otherOpt_c .otherOpt_nav_w .trade_c .otherOpt_form .td .tradeType_scroll_c:before,
.i_con7 .wrap .otherOpt_c .otherOpt_nav_w .trade_c .otherOpt_form .td .tradeFund_scroll_c:before{
    content: ' '; display: block;
    width: 0; height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 18px solid #fff;
    position: absolute; left: 50%; margin-left: -18px;
    top: -12px;
}
.i_con7 .wrap .otherOpt_c .otherOpt_nav_w .trade_c .otherOpt_form .td .tradeType_scroll_c,
.i_con7 .wrap .otherOpt_c .otherOpt_nav_w .trade_c .otherOpt_form .td .tradeFund_scroll_c{
    width: 219px; max-height: 180px;
    background-color: #fff;
    box-shadow: 0px 4px 8px 2px rgba(1,71,156,0.09);
    position: absolute; top: 33px; left: 0; z-index: 1;
    display: none;
}
.i_con7 .wrap .otherOpt_c .otherOpt_nav_w .trade_c .otherOpt_form .td .tradeType_scroll_c .swiper-container,
.i_con7 .wrap .otherOpt_c .otherOpt_nav_w .trade_c .otherOpt_form .td .tradeFund_scroll_c .swiper-container{
    width: 100%; max-height: 180px;
}
.tradeType_scroll.swiper-container-vertical>.swiper-scrollbar.style2,
.tradeFund_scroll.swiper-container-vertical>.swiper-scrollbar.style2{
    height: 178px;
}
.trade_c .otherOpt_form .td .tradeType_scroll_c .swiper-container .tradeType_list,
.trade_c .otherOpt_form .td .tradeFund_scroll_c .swiper-container .tradeFund_list{
    padding: 5px 24px 5px 20px;
}
.trade_c .otherOpt_form .td .tradeType_scroll_c .swiper-container .tradeType_list>li,
.trade_c .otherOpt_form .td .tradeFund_scroll_c .swiper-container .tradeFund_list>li{
    width: 100%; height: auto;
    font-size: 16px; line-height: 21px;
    color: #5e5e5e;
    padding: 5px 0;
    cursor: pointer;
}
.trade_c .otherOpt_form .td .trade_money{
    width: 207px; height: 20px;
    border: 1px solid #DFDFDF;
    padding: 0 5px;
    overflow-x: auto;
}
.trade_c .otherOpt_form .td span{
    margin-left: 10px;
    font-size: 16px; line-height: 22px; color: #5B5B5B;
}
.i_con7 .wrap .otherOpt_c .otherOpt_nav_w .trade_c .otherOpt_formBtns{
    margin-bottom: 40px; margin-left: 275px;
}
.i_con7 .wrap .otherOpt_c .otherOpt_nav_w .trade_c .otherOpt_formBtns input{
    width: 65px; height: 25px; line-height: 25px;
    border-radius: 50%;
    border: 0; outline: none;
    border-radius: 25px;
    margin: 0 20px;
    font-size: 12px;
    cursor: pointer;
}
/*滚动条整体样式*/
.invest_message_con::-webkit-scrollbar,
.hot_question_list::-webkit-scrollbar,
.help_guide_list::-webkit-scrollbar,
.que_list::-webkit-scrollbar,
.trade_c::-webkit-scrollbar,
.calc_wrap::-webkit-scrollbar {
    width: 3px;
    height: 1px;
}
/*滚动条滑块*/
.invest_message_con::-webkit-scrollbar-thumb,
.hot_question_list::-webkit-scrollbar-thumb,
.help_guide_list::-webkit-scrollbar-thumb,
.que_list::-webkit-scrollbar-thumb,
.trade_c::-webkit-scrollbar-thumb,
.calc_wrap::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #b5b5b5;
}
/*滚动条轨道*/
.invest_message_con::-webkit-scrollbar-track,
.hot_question_list::-webkit-scrollbar-track,
.help_guide_list::-webkit-scrollbar-track,
.que_list::-webkit-scrollbar-track,
.trade_c::-webkit-scrollbar-track,
.calc_wrap::-webkit-scrollbar-track {
    border-radius: 3px;
    background: #ececec;
}
/* *IE下滚动条样式* */
.help_guide_list, .trade_c, .que_list, .hot_question_list, .invest_message_con, .calc_wrap{
    scrollbar-arrow-color: #b5b5b5; /**//*三角箭头的颜色*/
    scrollbar-face-color: #b5b5b5; /**//*立体滚动条的颜色*/
    scrollbar-3dlight-color: #b5b5b5; /**//*立体滚动条亮边的颜色*/
    scrollbar-highlight-color: #b5b5b5; /**//*滚动条空白部分的颜色*/
    scrollbar-shadow-color: #b5b5b5; /**//*立体滚动条阴影的颜色*/
    scrollbar-darkshadow-color: #b5b5b5; /**//*立体滚动条强阴影的颜色*/
    scrollbar-track-color: #ececec; /**//*立体滚动条背景颜色*/
    scrollbar-base-color: #b5b5b5; /**//*滚动条的基本颜色*/
}
.help_guide_list>li{
    height: auto;
}
.help_guide_list>li .que{
    width: 638px;
    font-size: 16px; line-height: 30px; color: #4a90e2;
    cursor: pointer;
    user-select: none;
}
.help_guide_list>li .ans{
    width: 670px;
    font-size: 12px; line-height: 20px; color: #717171;
    text-align: justify;
    padding-left: 20px;
    display: none;
}
.help_guide_list>li:first-child .ans{
    display: block;
}
/* /首页 */

/* 搜索页 */
.page_search{
    background: url(../img/bg1.jpg);
    background-size: 1920px;
    background-position: top center;
}
.page_search .wrap{
    width: 1200px; height: auto;
    overflow: hidden;
    padding: 80px 14px;
    margin: 0 auto;
}

.psearch_search_c{
    width: 231px; height: 35px;
    overflow: hidden;
    background-color: #fff;
    margin: 0 0 39px 0;
}
.psearch_search_c input{
    width: 175px; height: 33px;
    padding: 0 10px;

    font-size: 14px; color: #4d4d4d; line-height: 33px;
    display: inline-block; float: left;
    border: 1px solid #dfdfdf;
    border-right: 0;
}
.psearch_search_c input::-webkit-input-placeholder,
.psearch_search_c input::-moz-placeholder,
.psearch_search_c input::-ms-input-placeholder{
    color: #fff;
}
.psearch_search_c .btn_search{
    width: 35px; height: 35px;
    background: url(../img/btn_search.jpg) no-repeat;
    background-size: 100%;
    background-position: center;
    display: inline-block; float: right;
    cursor: pointer;
}

.fund_c{
    width: 100%; height: auto;
    box-shadow: 0px 3px 14px 2px rgba(1, 71, 156, 0.1);
    background-color: #fff;
    margin-bottom: 39px;
}
.article_c{
    width: 100%; height: auto;
    box-shadow: 0px 3px 14px 2px rgba(1, 71, 156, 0.1);
    background-color: #fff;
}
.article_c .article_w{
    padding: 40px 60px;
}
.article_c .article_w>.title{
    font-size: 20px; line-height: 26px; color: #5B5B5B;
    margin-bottom: 22px;
}
.article_c .article_w .article_top{
    width: 100%; height: 35px;
    margin-bottom: 19px;
}
.article_c .article_w .article_top>div{
    display: inline-block; float: left;
    position: relative;
}
.article_c .article_w .article_top .left .select_cus{
    width: 178px; height: 31px; line-height: 31px;
    border: 1px solid #0783E3;
    border-radius: 33px;
    font-size: 12px; color: #0783E3; text-align: center;
    cursor: pointer;
    margin-top: 1px;
}
.article_c .article_w .article_top .left .select_cus:after{
    content: ' '; display: block;
    width: 13px; height: 33px;
    position: absolute; top: 2px; right: 14px;
    background: url(../img/arrow_d1.png) no-repeat;
    background-size: 100%;
    background-position: center;
}
.article_c .article_w .article_top .left .noticeType_scroll_c{
    width: 180px; height: auto;
    background-color: #fff;
    box-shadow: 0px 4px 8px 2px rgba(1,71,156,0.09);
    position: absolute; top: 53px; left: 0; z-index: 1;

    display: none;
}
.article_c .article_w .article_top .left .noticeType_scroll_c:before{
    content: ' '; display: block;
    width: 0; height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 18px solid #fff;
    position: absolute; left: 50%; margin-left: -18px;
    top: -12px;
}
.article_c .article_w .article_top .left .noticeType_scroll{
    width: 100%;  max-height: 167px;
}
.noticeType_scroll .noticeType_list{
    padding: 5px 34px 5px 20px;
}
.noticeType_scroll .noticeType_list>li{
    width: 100%; height: auto;
    font-size: 12px; line-height: 16px; color: #5E5E5E;
    padding: 5px 0;
    cursor: pointer;
}
.noticeType_scroll .noticeType_list>li a{
    width: 100%; display: block;
    color: #5E5E5E;
}
.noticeType_scroll .noticeType_list>li:hover a{
    color: #0783E3;
}
.article_c .article_w .article_top .right{
    float: right;
}
.article_c .article_w .article_top .right .frequency_list{
    display: inline-block; float: left;
    overflow: hidden;
    padding-right: 10px; margin-right: 20px;
    position: relative;
}
.article_c .article_w .article_top .right .frequency_list:after{
    content: ' '; display: block;
    width: 2px; height: 22px;
    background-color: #A4ABB3;
    position: absolute; right: 0; top: 50%; margin-top: -11px;
}
.article_c .article_w .article_top .right .frequency_list>li{
    height: 35px; line-height: 35px;
    display: inline-block; float: left;
    font-size: 16px; color: #A4ABB3;
    padding: 0 10px;
    cursor: pointer;
}
.article_c .article_w .article_top .right .frequency_list>li.active a,
.article_c .article_w .article_top .right .frequency_list>li.active{
    color: #5B5B5B;
}
.article_c .article_w .article_top .right .frequency_list>li a{
    color: #A4ABB3;
}

.article_c .article_w .article_bottom{
    width: 100%; height: auto;
}
.article_c .article_w .article_bottom .article_label_c{
    width: 100%; height: auto;
    overflow: hidden;
    background-color: #EBF9FF;
}
.article_c .article_w .article_bottom .article_label_c>div{
    height: 30px; line-height: 30px;
    display: inline-block; float: left;
    font-size: 16px; color: #5E5E5E; text-align: center;
}
.article_c .article_w .article_bottom .article_label_c>div:nth-child(1){
    width: 510px;
    margin-right: 155px;
}
.article_c .article_w .article_bottom .article_label_c>div:nth-child(2){
    width: 256px;
}
.article_c .article_w .article_bottom .article_label_c>div:nth-child(3){
    width: 159px;
}
.article_c .article_w .article_bottom .article_list{
    width: 100%; height: auto;
}
.article_c .article_w .article_bottom .article_list>li{
    height: 56px; line-height: 56px;
    border-bottom: 2px solid #E9E9E9;
    font-size: 12px; color: #5E5E5E; text-align: center;
    overflow: hidden;
}
.article_c .article_w .article_bottom .article_list>li a{
    width: 100%; height: auto;
    display: block;
}
.article_c .article_w .article_bottom .article_list>li div{
    display: inline-block; float: left;
}
.article_c .article_w .article_bottom .article_list>li .title{
    width: 495px; height: 56px; line-height: 56px;
    text-align: left;
    margin-right: 155px;
    padding-left: 15px;
    position: relative;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.article_c .article_w .article_bottom .article_list>li .title:before{
    content: ' '; display: block;
    width: 4px; height: 4px;
    background-color: #5E5E5E;
    border-radius: 50%;
    position: absolute; left: 3px; top: 50%; margin-top: -2px;
}
.article_c .article_w .article_bottom .article_list>li .title span.red{
    color: #F73E4B;
}
.article_c .article_w .article_bottom .article_list>li .type{
    width: 256px;
}
.article_c .article_w .article_bottom .article_list>li .date{
    width: 159px;
}
.article_c .article_w .article_bottom .pagination_c{
    margin-top: 40px;
}
/* /搜索页 */

/* 指数怎么投 */
.page_theIndex .wrap{
    padding: 80px 0;
}
.page_theIndex .wrap .title_desc{
    width: 100%; height: auto;
    font-size: 20px; line-height: 26px; color: #5B5B5B;
    margin-bottom: 40px;
}
.page_theIndex .ti_con1{
    width: 100%; height: auto;
}
.page_theIndex .ti_con1 .whatIndex_c{
    width: auto;
    display: table;
    margin: 0 auto;
    overflow: hidden;
}
.page_theIndex .ti_con1 .whatIndex_c>div{
    display: inline-block; float: left;
    text-align: center;
    font-size: 20px; line-height: 26px;
    margin: 0 54px;
}
.page_theIndex .ti_con1 .whatIndex_c div img{
    width: 132px; height: auto;
    display: block;
    margin: 0 auto 12px auto;
}
.page_theIndex .ti_con1 .whatIndex_c div p{
    color: #5B5B5B;
    margin-bottom: 2px;
}
.page_theIndex .ti_con1 .whatIndex_c div span{
    color: #A4ABB3;
}
.page_theIndex .ti_con1 .whatIndex_c div.wi_arrow{
    padding-top: 57px;
    margin: 0 29px;
}
.page_theIndex .ti_con1 .whatIndex_c div.wi_arrow img{
    width: 308px;
}

.page_theIndex .ti_con2{
    background: url(../img/bg2.jpg) no-repeat;
    background-size: 1920px;
    background-position: bottom center;
    background-color: #FDFDFD;
}
.page_theIndex .ti_con2 .wrap{
    padding: 80px 14px 47px 14px;
}
.page_theIndex .ti_con2 .whyChoose_c{
    width: 100%; height: auto;
    overflow: hidden;
    padding: 14px;
    margin-top: -14px; margin-left: -14px;
}
.page_theIndex .ti_con2 .whyChoose_c>li{
    width: 585px; height: 160px;
    box-shadow: 0px 3px 14px 2px rgba(1, 71, 156, 0.1);
    background-color: #fff;
    display: inline-block; float: left;
    overflow: hidden;

    margin-right: 20px; margin-bottom: 20px;

    background-repeat: no-repeat;
    background-size: auto 160px;
    background-position: right bottom;
    background-color: #fff;
}
.page_theIndex .ti_con2 .whyChoose_c>li:nth-child(2n){
    width: 595px;
    margin-right: 0;
}
.page_theIndex .ti_con2 .whyChoose_c>li .num{
    margin: 42px 29px 42px 42px;
    text-shadow: 0px 2px 4px rgba(0,76,121,0.66);
    font-size: 66px; line-height: 87px; color: #0783e3;
    display: inline-block; float: left;
}
.page_theIndex .ti_con2 .whyChoose_c>li .info{
    width: 340px;
    margin: 34px 0;
    font-size: 14px; line-height: 18px; color: #5e5e5e;
    display: inline-block; float: left;
    letter-spacing: 0.58px;
    text-align: justify;
}
.page_theIndex .ti_con2 .whyChoose_c>li .info .label{
    font-size: 20px; line-height: 26px;
    color: #0783E3;
    text-shadow: 0px 2px 4px rgba(7, 131, 227, 0.41);
    margin-bottom: 6px;
}
.page_theIndex .ti_con2 .whyChoose_c>li:nth-child(1) .info,
.page_theIndex .ti_con2 .whyChoose_c>li:nth-child(4) .info{
    margin-top: 41px;
}
.page_theIndex .ti_con2 .whyChoose_c>li:nth-child(1){
    background-image: url(../img/wi_bg1.jpg);
}
.page_theIndex .ti_con2 .whyChoose_c>li:nth-child(2){
    background-image: url(../img/wi_bg2.jpg);
}
.page_theIndex .ti_con2 .whyChoose_c>li:nth-child(3){
    background-image: url(../img/wi_bg3.jpg);
}
.page_theIndex .ti_con2 .whyChoose_c>li:nth-child(4){
    background-image: url(../img/wi_bg4.jpg);
}

.page_theIndex .ti_con3 .howto_step{
    width: auto;
    display: table;
    margin: 0 auto;
    overflow: hidden;
}
.page_theIndex .ti_con3 .howto_step>li{
    display: inline-block; float: left;
    font-size: 20px; line-height: 26px; text-align: center;
    color: #A4ABB3;
    margin: 0 145px;
    position: relative;
}
.page_theIndex .ti_con3 .howto_step>li:after{
    content: ' '; display: block;
    width: 45px; height: 100%;
    position: absolute; right: -167px; top: 0;
    background: url(../img/arrow_r4.png) no-repeat;
    background-size: 100%;
    background-position: center;
}
.page_theIndex .ti_con3 .howto_step>li:last-child:after{
    display: none
}
.page_theIndex .ti_con3 .howto_step>li img{
    height: 88px;
    display: block;
    margin: 0 auto 23px auto;
}
.page_theIndex .ti_con3 .howto_step>li p{
    color: #5B5B5B;
}

.page_theIndex .ti_con4{
    background: url(../img/bg2.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: #FDFDFD;
}
.page_theIndex .ti_con4 .wrap{
    padding: 40px 14 80px 14px;
}
.page_theIndex .ti_con4 .wrap .ti_con4_w{
    width: 100%; height: auto;
    padding: 14px;
    margin-top: 26px; margin-left: -14px;
    overflow: hidden;
}
.page_theIndex .ti_con4 .left{
    width: 340px; height: auto;
    display: inline-block; float: left;
}
.page_theIndex .ti_con4 .left .ifyou_step{
    width: 100%; height: auto;
}
.page_theIndex .ti_con4 .left .ifyou_step>li{
    width: 260px; height: auto;
    margin-bottom: 20px;
    padding: 16px 40px;
    background-color: #fff;
    box-shadow: 0px 3px 14px 2px rgba(1, 71, 156, 0.1);
    cursor: pointer;

    color: #B2B2B2;
}
.page_theIndex .ti_con4 .left .ifyou_step>li:last-child{
    margin-bottom: 0;
}
.page_theIndex .ti_con4 .left .ifyou_step>li .title_c{
    overflow: hidden;
    font-size: 16px; line-height: 21px;
    display: table;
}
.page_theIndex .ti_con4 .left .ifyou_step>li .title_c span{
    display: table-cell;
}
.page_theIndex .ti_con4 .left .ifyou_step>li .title_c .title{
    color: #0783E3;
    display: table-cell;
    padding-left: 56px;
}
.page_theIndex .ti_con4 .left .ifyou_step>li .ifyou_detail{
    display: none;
}
.page_theIndex .ti_con4 .left .ifyou_step>li.active{
    padding: 53px 40px;
    background-image: url(../img/ifyou_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #0783e3;
    color: #fff;
}
.page_theIndex .ti_con4 .left .ifyou_step>li:first-child.active{
    background-image: url(../img/ifyou_bg1.jpg);
}
.page_theIndex .ti_con4 .left .ifyou_step>li:nth-child(3).active{
    background-image: url(../img/ifyou_bg3.jpg);
}
.page_theIndex .ti_con4 .left .ifyou_step>li.active .ifyou_detail{
    display: block;
}
.page_theIndex .ti_con4 .left .ifyou_step>li.active .title_c .title{
    display: none;
}
.page_theIndex .ti_con4 .left .ifyou_step>li .ifyou_detail .title{
    font-size: 26px; line-height: 34px;
    margin-top: 38px;
}
.page_theIndex .ti_con4 .left .ifyou_step>li .ifyou_detail .title:after{
    content: ' '; display: block;
    width: 30px; height: 2px;
    background-color: #fff;
    margin: 13px 0 40px 0;
}
.page_theIndex .ti_con4 .left .ifyou_step>li .ifyou_detail .desc{
    width: 100%; height: auto;
    font-size: 12px; line-height: 19px;
    text-align: justify;
}
.page_theIndex .ti_con4 .right{
    width: 820px; height: auto;
    display: inline-block; float: right;
    position: relative;
}
.page_theIndex .ti_con4 .right .ifyou_box{
    display: none;
}
.page_theIndex .ti_con4 .right .ifyou_swiper{
    width: 660px; height: auto;
    margin: 0 auto; margin-top: -14px;
    padding: 14px;
}
.page_theIndex .ti_con4 .right .ifyou_swiper .ifyou_list{
    width: 100%; height: auto;
}
.page_theIndex .ti_con4 .right .ifyou_swiper .ifyou_list>li{
    width: 238px; height: 369px;
    background-color: #fff;
    box-shadow: 0px 3px 14px 2px rgba(1, 71, 156, 0.25);
    display: inline-block; float: left;
    padding: 40px;
    border: 1px solid #fff;
}
.page_theIndex .ti_con4 .right .ifyou_swiper .ifyou_list>li:hover{
    border-color: #0783e3;
}
.page_theIndex .ti_con4 .right .ifyou_swiper .ifyou_list>li:first-child{
    position: relative; z-index: 1;
}
.page_theIndex .ti_con4 .right .ifyou_swiper .ifyou_list>li+li{
    width: 258px;
}
.page_theIndex .ti_con4 .right .ifyou_swiper .ifyou_list>li .title{
    font-size: 36px; color: #0783E3; line-height: 48px;
    text-align: center;
}
.page_theIndex .ti_con4 .right .ifyou_swiper .ifyou_list>li .subtitle{
    font-size: 16px; color: #5B5B5B; line-height: 21px;
    text-align: center;
}
.page_theIndex .ti_con4 .right .ifyou_swiper .ifyou_list>li .rate{
    margin-top: 11px;
    font-size: 50px; line-height: 66px; color: #ff4a45; font-weight: bold;
    text-align: center;
}
.page_theIndex .ti_con4 .right .ifyou_swiper .ifyou_list>li .tip{
    font-size: 16px; color: #a4abb3; line-height: 21px;
    text-align: center;
    margin-bottom: 10px;
}
.page_theIndex .ti_con4 .right .ifyou_swiper .ifyou_list>li .fund{
    font-size: 16px; line-height: 21px; color: #0783e3;
    text-align: center;
}
.page_theIndex .ti_con4 .right .ifyou_swiper .ifyou_list>li table{
    width: 100%; height: auto;
    margin-top: 10px;
}
.page_theIndex .ti_con4 .right .ifyou_swiper .ifyou_list>li table tr{
    width: 100%;
    margin-bottom: 4px;
    display: block;
    font-size: 16px; color: #a4abb3; text-align: center;
}
.page_theIndex .ti_con4 .right .ifyou_swiper .ifyou_list>li table tr th{
    width: 120px; height: 30px; line-height: 30px;
    color: #fff;
    background: -webkit-linear-gradient(135deg, #016BE3, #02AFF2);
    background: -o-linear-gradient(135deg, #016BE3, #02AFF2);
    background: -moz-linear-gradient(135deg, #016BE3, #02AFF2);
    background: linear-gradient(135deg, #016BE3, #02AFF2);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(gradientType = 1, startColorstr = #016BE3, endColorstr = #02AFF2)";
}
.page_theIndex .ti_con4 .right .ifyou_swiper .ifyou_list>li table tr td{
    width: 108px; height: 28px; line-height: 28px;
    background-color: #e9e9e9;
    color: #5b5b5b;
    border: 1px solid #e9e9e9;
    padding: 0 5px;
}
/*.page_theIndex .ti_con4 .right .ifyou_swiper .ifyou_list>li table tr.style2 th{
    color: #fff;
    background: -webkit-linear-gradient(135deg, #016BE3, #02AFF2);
    background: -o-linear-gradient(135deg, #016BE3, #02AFF2);
    background: -moz-linear-gradient(135deg, #016BE3, #02AFF2);
    background: linear-gradient(135deg, #016BE3, #02AFF2);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(gradientType = 1, startColorstr = #016BE3, endColorstr = #02AFF2)";
}
.page_theIndex .ti_con4 .right .ifyou_swiper .ifyou_list>li table tr.style2 td{
    background-color: #e9e9e9;
    color: #5b5b5b;
}*/
.page_theIndex .ti_con4 .right .ifyou_swiper .ifyou_list>li .btn_gt{
    width: 200px; height: 48px; line-height: 48px;
    display: block;
    margin: 20px auto 0 auto;
    border-radius: 48px;
    text-align: center; font-size: 16px;
}
.page_theIndex .ti_con4 .right .ifyou_swiper .ifyou_list>li .title2{
    font-size: 20px; line-height: 26px;
    color: #0783e3;
    margin-bottom: 22px;
}
.page_theIndex .ti_con4 .right .ifyou_swiper .ifyou_list>li .desc{
    font-size: 16px; line-height: 21px;
    color: #a4abb3; text-align: justify;
    margin-bottom: 40px;
}
.page_theIndex .ti_con4 .right .ifyou_swiper .ifyou_list>li .abstract_list{
    width: 100%; height: auto;
}
.page_theIndex .ti_con4 .right .ifyou_swiper .ifyou_list>li .abstract_list>li{
    font-size: 20px; line-height: 26px; color: #0783e3;
    margin-bottom: 22px;

    background-repeat: no-repeat;
    background-size: 22px;
    background-position: left center;
}
.page_theIndex .ti_con4 .right .ifyou_swiper .ifyou_list>li .abstract_list>li:last-child{
    margin-bottom: 0;
}
.page_theIndex .ti_con4 .right .ifyou_swiper .ifyou_list>li .abstract_list>li.ifyou_icon_1{
    background-image: url(../img/ifyou_icon_1.png);
    padding-left: 40px;
}
.page_theIndex .ti_con4 .right .ifyou_swiper .ifyou_list>li .abstract_list>li.ifyou_icon_2{
    background-image: url(../img/ifyou_icon_2.png);
    padding-left: 40px;
}
.page_theIndex .ti_con4 .right .ifyou_swiper .ifyou_list>li .abstract_list>li.ifyou_icon_3{
    background-image: url(../img/ifyou_icon_3.png);
    padding-left: 40px;
}

.page_theIndex .ti_con5 .wrap{
    padding: 80px 14px 60px 14px;
}
.page_theIndex .ti_con5 .wrap .howto_news{
    width: 100%; height: auto;
    overflow: hidden;
    padding: 14px;
    margin-top: -14px; margin-left: -14px;
}
.page_theIndex .ti_con5 .wrap .howto_news>li{
    width: 350px; height: 200px;
    position: relative;
    overflow: hidden;
    display: inline-block; float: left;
    margin-right: 75px;
    box-shadow: 0px 3px 14px 2px rgba(1, 71, 156, 0.1);
}
.page_theIndex .ti_con5 .wrap .howto_news>li:last-child{
    margin-right: 0;
}
.page_theIndex .ti_con5 .wrap .howto_news>li img{
    width: 100%; min-height: 200px;
    display: block;
    transition: all .3s linear;
}
.page_theIndex .ti_con5 .wrap .howto_news>li:hover img{
    transform: scale(1.2);
}
.page_theIndex .ti_con5 .wrap .howto_news>li .title{
    width: 225px; height: 50px; line-height: 25px;
    font-size: 20px; color: #fff;
    position: absolute; left: 24px; bottom: 20px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/* /指数怎么投 */

/* 关于我们 */
.page_about .decorate_c{
    height: 300px;
}

.page_about .a_con1 .wrap{
    padding: 80px 0 92px 0;
}
.page_about .a_con1 .wrap .common_title:after{
    margin-bottom: 10px;
}
.page_about .a_con1 .wrap .subtitle{
    font-size: 20px; line-height: 26px; color: #0783E3;
    text-align: center;
    margin-bottom: 17px;
}
.page_about .a_con1 .wrap .intro{
    width: 100%; height: auto;
    position: relative;
    font-size: 16px; line-height: 28px; text-align: justify;
    color: #5B5B5B;
}
.page_about .a_con1 .wrap .intro .about_title{
    width: 698px; height: auto;
    display: block;
    position: absolute; top: 0; left: 50%; margin-left: -349px;
}
.page_about .a_con1 .wrap .intro p{
    margin-bottom: 28px;
}


.page_about .wrap .double_title{
    width: 100%; height: auto;
    position: relative;
    padding: 105px 0 80px 0;
}
.page_about .wrap .double_title .en_title{
    height: 264px; display: block;
    position: absolute; left: 50%; top: 0; transform: translateX(-50%);
}
.page_about .wrap .double_title .common_title{
    color: #fff;
}
.page_about .wrap .double_title .common_title:after{
    background-color: #fff;
}

.page_about .a_con2{
    width: 100%; height: 500px;
    background: url(../img/bg3.jpg) no-repeat;
    background-size: 1920px;
    background-position: center;
}
.page_about .a_con2 .wrap{
    padding-top: 32px;
}
.page_about .a_con2 .wrap .team_link{
    width: 210px; height: 49px; line-height: 49px;
    text-align: center; font-size: 20px;
    display: block;
    margin: 45px auto 0 auto;
    border-radius: 49px;
    box-shadow: none;
}

.page_about .a_con3 .wrap{
    width: auto;
    max-width: 1400px;
    padding: 80px 0;
}
.page_about .a_con3 .wrap .team_c{
    margin-top: 30px;
    position: relative;
}
.page_about .a_con3 .wrap .team_c .team_swiper{
    width: 1200px; height: auto;
    padding: 14px;
    margin: -14px auto 0 auto;
}
.page_about .a_con3 .wrap .team_c .team_swiper .team_list{
    width: 100%; height: 412px;
    /*overflow: hidden;*/
    padding: 14px;
    margin-top: -14px; margin-left: -14px;
}
.page_about .a_con3 .wrap .team_c .team_swiper .team_list>li{
    width: 285px; height: 412px;
    background-color: #fff;
    box-shadow: 0px 3px 14px 2px rgba(1, 71, 156, 0.1);
    display: inline-block; float: left;
    margin-right: 20px;
    position: relative;
}
.page_about .a_con3 .wrap .team_c .team_swiper .team_list>li:last-child{
    margin-right: 0;
}
.page_about .a_con3 .wrap .team_c .team_swiper .team_list>li .avatar{
    width: 285px; height: 268px;
    overflow: hidden;
}
.page_about .a_con3 .wrap .team_c .team_swiper .team_list>li .avatar img{
    width: 100%; min-height: 268px;
    display: block;
}
.page_about .a_con3 .wrap .team_c .team_swiper .team_list>li .info{
    width: 275px; height: auto;
    padding: 30px 5px 0 5px;
}
.page_about .a_con3 .wrap .team_c .team_swiper .team_list>li .info .name{
    font-size: 36px; color: #0783e3; line-height: 48px;
    text-align: center;
    margin-bottom: 8px;
}
.page_about .a_con3 .wrap .team_c .team_swiper .team_list>li .info .work{
    overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
    text-align: center; font-size: 20px; color: #5e5e5e;
    line-height: 26px;
}
.page_about .a_con3 .wrap .team_c .team_swiper .team_list>li .info .work>span{
    display: inline;
}
.page_about .a_con3 .wrap .team_c .team_swiper .team_list>li .person_detail{
    width: 386px; height: auto; min-height: 332px;
    position: absolute; left: 285px; top: 0; z-index: 1;
    background: rgba(8, 93, 159, 0.8);
    padding: 40px;
    color: #fff;
    display: none;
    transition: all .3s linear;
}
/*.page_about .a_con3 .wrap .team_c .team_swiper .team_list>li .person_detail:hover{
    display: block;
}*/
.page_about .a_con3 .wrap .team_c .team_swiper .team_list>li:nth-child(3) .person_detail,
.page_about .a_con3 .wrap .team_c .team_swiper .team_list>li:nth-child(4) .person_detail{
    left: auto; right: 285px;
}
.page_about .a_con3 .wrap .team_c .team_swiper .team_list>li .person_detail .name{
    font-size: 26px; line-height: 34px;
    margin-bottom: 3px;
}
.page_about .a_con3 .wrap .team_c .team_swiper .team_list>li .person_detail .work{
    font-size: 20px; line-height: 26px;
    margin-bottom: 12px;
}
.page_about .a_con3 .wrap .team_c .team_swiper .team_list>li .person_detail .abstract{
    font-size: 12px; line-height: 16px;
    text-align: justify;
}

.page_about .a_con4{
    width: 100%; height: 500px;
    background: url(../img/bg4.jpg) no-repeat;
    background-size: 1920px;
    background-position: center;
}
.page_about .a_con4 .wrap{
    padding-top: 12px;
}
.page_about .a_con4 .wrap .crowd_list{
    width: auto;
    display: table;
    margin: -30px auto 0 auto;
    overflow: hidden;
}
.page_about .a_con4 .wrap .crowd_list>li{
    display: inline; float: left;
    padding-left: 60px;
    font-size: 16px; line-height: 21px;
    color: #fff;
    margin-right: 125px;

    background-repeat: no-repeat;
    background-size: auto 44px;
    background-position: left center;
}
.page_about .a_con4 .wrap .crowd_list>li:nth-child(1){
    background-image: url(../img/crowd_icon_1.png);
}
.page_about .a_con4 .wrap .crowd_list>li:nth-child(2){
    background-image: url(../img/crowd_icon_2.png);
}
.page_about .a_con4 .wrap .crowd_list>li:nth-child(3){
    background-image: url(../img/crowd_icon_3.png);
    margin-right: 0;
}
.page_about .a_con4 .wrap .crowd_list>li p{
    font-size: 36px; line-height: 48px;
}
.page_about .a_con4 .wrap .recruite_link{
    width: 210px; height: 49px; line-height: 49px;
    text-align: center; font-size: 20px;
    display: block;
    margin: 59px auto 0 auto;
    border-radius: 49px;
    box-shadow: none;
}

.page_about .a_con5 .wrap{
    padding: 80px 14px;
}
.page_about .a_con5 .wrap .concat_c{
    width: 1120px; height: auto;
    box-shadow: 0px 3px 14px 2px rgba(1, 71, 156, 0.1);
    padding: 30px 40px;
    overflow: hidden;
}
.page_about .a_con5 .wrap .concat_c .map_c{
    width: 500px; height: 312px;
    overflow: hidden;
    display: inline-block; float: left;
    margin-right: 80px;
}
.page_about .a_con5 .wrap .concat_c .map_c .map_div{
    width: 100%; height: 312px;
    overflow: hidden;
    /*display: none;*/
}
.page_about .a_con5 .wrap .concat_c .map_c .map_div:first-child{
    display: block;
}
.page_about .a_con5 .wrap .concat_c .concat_w{
    width: 540px; height: auto;
    display: inline; float: left;
}
.page_about .a_con5 .wrap .concat_c .concat_w .citys_list{
    width: auto; height: auto;
    display: table;
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
}
.page_about .a_con5 .wrap .concat_c .concat_w .citys_list>li{
    display: inline-block; float: left;
    padding-right: 40px;
    font-size: 26px; line-height: 34px; color: #B2B2B2;
    cursor: pointer;
    border-bottom: 2px solid #E9E9E9;
}
.page_about .a_con5 .wrap .concat_c .concat_w .citys_list>li span{
    padding: 9px 0;
    border-bottom: 4px solid transparent;
    display: block;
    margin-bottom: -2px;
}
.page_about .a_con5 .wrap .concat_c .concat_w .citys_list>li:last-child{
    padding-right: 0;
}
.page_about .a_con5 .wrap .concat_c .concat_w .citys_list>li.active span,
.page_about .a_con5 .wrap .concat_c .concat_w .citys_list>li:hover span{
    border-color: #0783E3;
    color: #0783E3;
}
.page_about .a_con5 .wrap .concat_c .concat_w .citys_info>li{
    width: 100%; height: auto;
    display: none;
}
.page_about .a_con5 .wrap .concat_c .concat_w .citys_info>li:first-child{
    display: block;
}
.page_about .a_con5 .wrap .concat_c .concat_w .citys_info>li .name{
    font-size: 26px; line-height: 34px; color: #0783E3;
    padding-left: 27px;
    margin-bottom: 12px;
    background: url(../img/i_address.png) no-repeat;
    background-size: 17px;
    background-position: left center;
}
.page_about .a_con5 .wrap .concat_c .concat_w .citys_info>li .info{
    padding-left: 27px;
    font-size: 16px; line-height: 24px; color: #5E5E5E;
}
.page_about .a_con5 .wrap .concat_c .concat_w .citys_info>li .info a{
    color: #5e5e5e;
}
/* /关于我们 */

/* 招聘 */
.page_recruit .r_decorate{
    width: 100%; height: auto;
    position: relative;
}
.page_recruit .r_decorate img{
    width: 100%; display: block;
}
.page_recruit .r_decorate .r_content{
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.page_recruit .r_decorate .r_content span{
    font-size: 56px; line-height: 74px; color: #FFFFFF;
    padding: 0 32px;
    position: relative;
    display: inline-block;
}
.page_recruit .r_decorate .r_content span+span{
    font-size: 20px; line-height: 26px;
}
.page_recruit .r_decorate .r_content span+span:before{
    content: ' '; display: block;
    width: 2px; height: 56px;
    background-color: #fff;
    position: absolute; left: -1px; top: 50%; margin-top: -28px;
}
.page_recruit .recruit_top{
    width: 100%; height: auto;
    /* background-color: #E9E9E9; */
}
.page_recruit .recruit_top .wrap{
    width: auto; height: 33px;
    padding: 33px 0;
    display: table;
    margin: 0 auto;
}
.page_recruit .recruit_top .wrap .search_content{
    display: inline-block; float: left;
}
.page_recruit .recruit_top .wrap .search_content input{
    width: 250px; height: 34px; line-height: 34px;
    font-size: 16px; color: #5e5e5e;
    border-radius: 34px;
    border: 0;
    padding: 0 15px;
    margin-right: 40px;
}
.page_recruit .recruit_top .wrap .search_c{
    width: 219px; height: 34px;
    /* margin-right: 40px; */
    display: inline-block; float: left;
    position: relative;
}
.page_recruit .recruit_top .wrap .search_c .search_cus{
    width: 100%; height: 34px; line-height: 34px;
    background-color: #fff;
    position: relative;
    border-radius: 34px;
    font-size: 16px; color: #5E5E5E; text-align: center;
    cursor: pointer;
}
.page_recruit .recruit_top .wrap .search_c .search_cus:after{
    content: ' '; display: block;
    width: 13px; height: 33px;
    position: absolute; top: 2px; right: 14px;
    background: url(../images/arrow2_group.png) no-repeat;
    background-size: 26px;
    background-position: left center;
}
.page_recruit .recruit_top .wrap .search_c.active .search_cus{
    color: #0783e3;
}
.page_recruit .recruit_top .wrap .search_c.active .search_cus:after{
    background-position: right center;
}
.page_recruit .recruit_top .wrap .search_c .search_list_c{
    width: 100%; height: auto;
    background-color: #fff;
    box-shadow: 0px 4px 8px 2px rgba(1,71,156,0.09);
    position: absolute; top: 53px; left: 0; z-index: 1;

    display: none;
}
.page_recruit .recruit_top .wrap .search_c .search_list_c:before{
    content: ' '; display: block;
    width: 0; height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 18px solid #fff;
    position: absolute; left: 50%; margin-left: -18px;
    top: -12px;
}
.page_recruit .recruit_top .wrap .search_c .search_list_c .swiper-container{
    width: 100%; height: auto; max-height: 157px;
    padding: 5px 0;
}
.page_recruit .recruit_top .wrap .search_c .search_list_c .swiper-container ul>li{
    padding: 5px 24px 5px 20px;
    font-size: 16px; line-height: 21px; color: #5B5B5B;
}
.page_recruit .recruit_top .wrap .search_c .search_list_c .swiper-container ul>li a{
    color: #5b5b5b;
    width: 100%; display: block;
}
.page_recruit .recruit_top .wrap .search_c .search_list_c .swiper-container ul>li:hover a{
    color: #0783E3;
}
.page_recruit .recruit_top .wrap .btn_search{
    width: 122px; height: 34px; line-height: 34px;
    font-size: 16px; text-align: center;
    display: inline-block;
    border-radius: 34px;
    cursor: pointer;
}

.page_recruit .recruit_wrap .wrap{
    padding:0px;
}

.page_recruit .recruit_wrap .wrap .rcbg{
	width: 1200px;
	height: 140px;
	margin-bottom: 30px;
	background: url('../images/rc.png');
}

.page_recruit .recruit_wrap .wrap .leftContent{
	width: 175px;
	padding: 0px 35px;
	height: 560px;
	float: left;
	background-image: url('../images/rczpbg.png');
}


.page_recruit .recruit_wrap .wrap .rightContent{
	width: 928px;
	height: auto;
	float: left;
	margin-left: 25px;
	border:1px solid #E9E9E9
}

.page_recruit .recruit_wrap .wrap .rightContent table{
	width: 100%;
}

.page_recruit .recruit_wrap .wrap .rightContent th{
	height: 80px;
	line-height: 80px;
	background: #F6F8FA;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.page_recruit .recruit_wrap .wrap .rightContent td{
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	text-align: center;
	color: #333;
}

.unlink{
	color: #999 !important;
}

.link a{
	color: #bd9126 !important;
}


.page_recruit .recruit_wrap .wrap .rightContent tbody tr{
	border-bottom:1px solid #E9E9E9;
}

.page_recruit .recruit_wrap .wrap .rightContent tbody tr:last-child{
	border-bottom: 0px;
}

.page_recruit .recruit_wrap .wrap .leftContent input{
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 51px;
	line-height: 51px;
}

.page_recruit .recruit_wrap .wrap .leftContent .position{
	width: 155px;
	padding: 0px 10px;
	height: 55px;
	line-height: 55px;
	margin-top: 125px;
}

.page_recruit .recruit_wrap .wrap .leftContent .type{
	width: 155px;
	padding: 0px 10px;
	height: 55px;
	line-height: 55px;
	margin-top: 67px;
}

.page_recruit .recruit_wrap .wrap .leftContent .address{
	width: 155px;
	padding: 0px 10px;
	height: 55px;
	line-height: 55px;
	margin-top: 67px;
}

.page_recruit .recruit_wrap .wrap .leftContent .searchBtn{
	width: 155px;
	padding: 0px 10px;
	height: 55px;
	line-height: 55px;
	margin-top: 40px;
	cursor: pointer;
}

.page_recruit .recruit_wrap .recruit_title{
    font-size: 36px; line-height: 48px;
    color: #0783E3; text-align: center;
    margin-bottom: 80px;
}
.page_recruit .recruit_wrap .recruit_label{
    width: 100%; height: auto;
    overflow: hidden;
    margin-bottom: 42px;
}
.page_recruit .recruit_wrap .recruit_label>div{
    width: 150px;
    display: inline-block; float: left;
    text-align: center;
    font-size: 20px; line-height: 26px; color: #5E5E5E;
}
.page_recruit .recruit_wrap .recruit_label>div:nth-child(1){
    width: 135px; height: auto;
    margin-right: 5px;
    text-align: left;
}
.page_recruit .recruit_wrap .recruit_label>div:nth-child(2){
    width: 333px; height: auto;
    margin-right: 5px;
    text-align: left;
}
.page_recruit .recruit_wrap .recruit_label>div:last-child{
    width: 148px;
}
.page_recruit .recruit_wrap .recruit_list{
    width: 100%; height: auto;
    border-top: 1px solid #E9E9E9;
}
.page_recruit .recruit_wrap .recruit_list>li{
    border-bottom: 1px solid #E9E9E9;
    overflow: hidden;
}
.page_recruit .recruit_wrap .recruit_list>li a{
    width: 100%; height: auto;
    display: block;
}
.page_recruit .recruit_wrap .recruit_list>li div{
    width: 150px; height: 108px; line-height: 108px;
    display: inline-block; float: left;
    text-align: center;
    font-size: 20px; color: #5E5E5E;
}
.page_recruit .recruit_wrap .recruit_list>li:hover div{
    color: #0783E3;
}
.page_recruit .recruit_wrap .recruit_list>li div:nth-child(1){
    width: 135px; height: auto;
    margin-right: 5px;
    text-align: left;
}
.page_recruit .recruit_wrap .recruit_list>li div:nth-child(1)>span{
    padding-right: 50px;
    position: relative;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.page_recruit .recruit_wrap .recruit_list>li div:nth-child(2){
    width: 333px; height: auto;
    margin-right: 5px;
    text-align: left;
}
.page_recruit .recruit_wrap .recruit_list>li div:last-child{
    width: 148px;
}
.page_recruit .recruit_wrap .recruit_list>li .status_end,
.page_recruit .recruit_wrap .recruit_list>li:hover .status_end{
    color: #ff4a45;
}
.page_recruit .recruit_wrap .recruit_list>li.new .name>span:after{
    content: 'NEW'; display: block;
    padding: 0 2px; height: 16px;
    font-size: 12px; line-height: 16px; color: #fff;
    background-color: #FF4A45;
    position: absolute; right: 0; top: 50%; margin-top: -8px;
    border-radius: 3px;
}
.page_recruit .recruit_wrap .recruit_list>li.new .name>span:before{
    content: ' '; display: block;
    width: 0; height: 0;
    border-right: 4px solid #FF4A45;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute; right: 32px; top: 50%; margin-top: -3px;
}

.page_recruit .recruit_wrap .pagination_c{
    margin-top: 40px;
}
.page_recruit .recruit_top .wrap .search_content>input::-webkit-input-placeholder{
    color: #A4ABB3;
}
.page_recruit .recruit_top .wrap .search_content>input:-moz-placeholde{
    color: #A4ABB3;
}
.page_recruit .recruit_top .wrap .search_content>input::-moz-placeholder{
    color: #A4ABB3;
}
.page_recruit .recruit_top .wrap .search_content>input:-ms-input-placeholder{
    color: #A4ABB3;
}
/* /招聘 */

/* 招聘详情 */
.page_rdetail{
    width: 100%; height: auto;
    background: url(../img/bg1.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
}
.page_rdetail .wrap{
    padding: 80px 0;
}
.page_rdetail .work_name{
    font-size: 36px; line-height: 48px; color: #0783E3;
    padding: 0 40px;
    margin-bottom: 19px;
}
.rd_top{
    padding: 0 40px 22px 40px;
    border-bottom: 2px solid #E9E9E9;
    overflow: hidden;
    font-size: 20px; line-height: 26px; color: #B2B2B2;
}
.rd_top .item_list{
    display: inline-block; float: left;
    overflow: hidden;
}
.rd_top .item_list>li{
    display: inline-block; float: left;
    margin-right: 80px;
}
.rd_top .item_list>li:last-child{
    margin-right: 0;
}
.rd_top .end_date{
    display: inline-block; float: right; margin-right: 136px;
}

.page_rdetail .rd_content{
    padding: 0 40px;
    margin-top: 40px;
}
.page_rdetail .rd_content .rd_label{
    font-size: 20px; line-height: 34px; color: #0783E3;
    margin-bottom: 23px;
}
.page_rdetail .rd_content .rd_intro{
    width: 1000px; height: auto;
    padding: 40px 80px;
    background-color: #fff;
    box-shadow: 0px 3px 14px 2px rgba(1, 71, 156, 0.1);
    margin-bottom: 40px;
    font-size: 16px; line-height: 24px; color: #5E5E5E;
}
.page_rdetail .rd_content .rd_btns{
    display: table;
    margin: 0 auto;
}
.page_rdetail .rd_content .rd_btns>a{
    width: 210px; height: 49px; line-height: 49px;
    border-radius: 49px;
    display: inline-block; margin: 0 40px;
    font-size: 20px; color: #fff;
    text-align: center;
}
.page_rdetail .rd_content .rd_btns>a.btn_return{
    border: 2px solid #0783E3;
    width: 206px; height: 45px; line-height: 45px;
    color: #0783E3;
}
/* /招聘详情 */

/* 组织架构 */
.page_organization{
    padding: 26px 0 74px 0;
    background: url(../img/bg1.jpg);
    background-size: 1920px;
    background-position: top center;
}
.page_organization .wrap{
    width: 1040px;
    background-color: #fff;
    box-shadow: 0px 3px 14px 2px rgba(1, 71, 156, 0.1);
    padding: 40px 80px 46px 80px;
}
.page_organization .wrap .org_title{
    font-size: 26px; line-height: 34px; color: #0783e3;
    margin-bottom: 57px;
}
.page_organization .wrap .org_pic{
    width: 864px; height: auto;
    margin: 0 auto;
}
.page_organization .wrap .org_pic img{
    width: 100%; height: auto;
}
.page_organization .wrap .btn_return{
    width: 206px; height: 45px; line-height: 45px;
    border-radius: 45px;
    border: 2px solid #0783e3;
    display: block;
    margin: 40px auto 0 auto;
    font-size: 20px; color: #0783E3; text-align: center;
}
/* /组织架构 */

/* 信息资讯 */
.page_news .decorate_c{
    width: 100%; height: 250px;
}
.page_news .news_c{
    width: 100%; height: auto;
    padding: 80px 0;
}
.page_news .news_c .wrap{
    width: 1080px;
    padding: 40px 60px;
    background-color: #fff;
    box-shadow: 0px 3px 14px 2px rgba(1, 71, 156, 0.1);
}
.page_news .news_c .wrap .news_nav_c{
    width: 100%; height: auto;
    margin-bottom: 40px;
    overflow: hidden;
}
.page_news .news_c .wrap .news_nav_c .news_nav{
    width: auto;
    overflow: hidden;
    display: table; float: left;
    position: relative;
}
.page_news .news_c .wrap .news_nav_c .news_nav:after{
    content: ' '; display: block;
    width: 100%; height: 2px;
    background-color: #e9e9e9;
    position: absolute; left: 0; bottom: 0;
}
.page_news .news_c .wrap .news_nav_c .news_nav>li{
    display: inline-block; float: left;
    position: relative; z-index: 1;
    margin-right: 40px;
    cursor: pointer;
}
.page_news .news_c .wrap .news_nav_c .news_nav>li:last-child{
    margin-right: 0;
}
.page_news .news_c .wrap .news_nav_c .news_nav>li a{
    display: block;
    padding-bottom: 21px;
    border-bottom: 4px solid transparent;
    font-size: 26px; line-height: 34px; color: #b2b2b2;
}
.page_news .news_c .wrap .news_nav_c .news_nav>li:hover a,
.page_news .news_c .wrap .news_nav_c .news_nav>li.active a{
    border-color: #0783e3;
    color: #0783e3;
}
.page_news .news_c .wrap .news_nav_c .psearch_search_c{
    display: inline-block; float: right;
    margin: 12px 0 0 0 ;
}

.page_news .news_c .wrap .news_top{
    width: 100%; height: 33px;
    margin-bottom: 22px;
}
.page_news .news_c .wrap .news_top .left{
    height: 33px;
    display: inline-block; float: left;
}
.page_news .news_c .wrap .news_top .left .search_c{
    width: 219px; height: 33px;
    margin-right: 40px;
    display: inline-block; float: left;
    position: relative;
}
.page_news .news_c .wrap .news_top .left .search_c .search_cus{
    width: 100%; height: 31px; line-height: 31px;
    background-color: #fff;
    position: relative;
    border-radius: 34px;
    font-size: 16px; color: #5E5E5E; text-align: center;
    border: 1px solid #979797;
    cursor: pointer;
    user-select: none;
}
.page_news .news_c .wrap .news_top .left .search_c .search_cus:after{
    content: ' '; display: block;
    width: 13px; height: 33px;
    position: absolute; top: 0; right: 14px;
    background: url(../img/arrow2_group.png) no-repeat;
    background-size: 26px;
    background-position: left center;
}
.page_news .news_c .wrap .news_top .left .search_c.active .search_cus{
    border-color: #0783e3;
    color: #0783e3;
}
.page_news .news_c .wrap .news_top .left .search_c.active .search_cus:after{
    background-position: right center;
}
.page_news .news_c .wrap .news_top .left .search_c .search_list_c{
    width: 100%; height: auto;
    background-color: #fff;
    box-shadow: 0px 4px 8px 2px rgba(1,71,156,0.09);
    position: absolute; top: 53px; left: 0; z-index: 1;

    display: none;
}
.page_news .news_c .wrap .news_top .left .search_c.active .search_list_c{
    display: block;
}
.page_news .news_c .wrap .news_top .left .search_c .search_list_c:before{
    content: ' '; display: block;
    width: 0; height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 18px solid #fff;
    position: absolute; left: 50%; margin-left: -18px;
    top: -12px;
}
.page_news .news_c .wrap .news_top .left .search_c .search_list_c .swiper-container{
    width: 100%; height: auto; max-height: 157px;
    padding: 5px 0;
}
.page_news .news_c .wrap .news_top .left .search_c .search_list_c .swiper-container ul>li{
    padding: 5px 24px 5px 20px;
    font-size: 12px; line-height: 16px; color: #5E5E5E;
}
.page_news .news_c .wrap .news_top .left .search_c .search_list_c .swiper-container ul>li a{
    width: 100%; display: block;
    color: #5e5e5e;
}
.page_news .news_c .wrap .news_top .left .search_c .search_list_c .swiper-container ul>li:hover a{
    color: #0783e3;
}
.page_news .news_c .wrap .news_top .left .btn_search{
    width: 122px; height: 34px; line-height: 34px;
    font-size: 16px; text-align: center;
    display: inline-block;
    border-radius: 34px;
    cursor: pointer;
}

.page_news .news_c .wrap .news_top .right{
    display: inline-block; float: right;
}

.page_news .news_c .wrap .news_bottom{
    width: 100%; height: auto;
}
.page_news .news_c .wrap .news_bottom .news_labels{
    width: 100%; height: auto;
    overflow: hidden;
    background-color: #EBF9FF;
}
.page_news .news_c .wrap .news_bottom .news_labels>div{
    display: inline-block; float: left;
    font-size: 16px; line-height: 30px; color: #5E5E5E;
    text-align: center;
}
.page_news .news_c .wrap .news_bottom .news_labels>div:nth-child(1){
    width: 480px; margin-right: 20px;
    padding-left: 164px;
    text-align: left;
}
.page_news .news_c .wrap .news_bottom .news_labels>div:nth-child(2){
    width: 258px;
}
.page_news .news_c .wrap .news_bottom .news_labels>div:nth-child(3){
    width: 158px;
}

.page_news .news_c .wrap .news_bottom .news_list>li{
    width: 100%; height: auto;
    overflow: hidden;
    border-bottom: 2px solid #E9E9E9;
    position: relative;
}
.page_news .news_c .wrap .news_bottom .news_list>li:before{
    content: ' '; display: block;
    width: 4px; height: 4px;
    background-color: #5E5E5E;
    border-radius: 50%;
    position: absolute; left: 0; top: 50%; margin-top: -2px;
}
.page_news .news_c .wrap .news_bottom .news_list>li div{
    height: 56px; line-height: 56px;
    display: inline-block; float: left;
    font-size: 16px; color: #5E5E5E;
    text-align: center;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.page_news .news_c .wrap .news_bottom .news_list>li:hover div{
    color: #ff4a45;
}
.page_news .news_c .wrap .news_bottom .news_list>li div.title{
    width: 510px; margin-right: 138px;
    padding-left: 16px;
    text-align: left;
}
.page_news .news_c .wrap .news_bottom .news_list>li div.title>span{
    position: relative;
    padding-right: 38px;
    max-width: 472px;
}
.page_news .news_c .wrap .news_bottom .news_list>li:hover div.title,
.page_news .news_c .wrap .news_bottom .news_list>li:hover div.title>span{
    color: #ff4a45;
}
.page_news .news_c .wrap .news_bottom .news_list>li.hot div.title>span:after{
    content: 'HOT'; display: block;
    padding: 0 2px; height: 16px;
    font-size: 12px; line-height: 16px; color: #fff;
    background-color: #FF4A45;
    position: absolute; right: 0; top: 50%; margin-top: -8px;
    border-radius: 3px;
}
.page_news .news_c .wrap .news_bottom .news_list>li.hot div.title>span:before{
    content: ' '; display: block;
    width: 0; height: 0;
    border-right: 4px solid #FF4A45;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute; right: 29px; top: 50%; margin-top: -3px;
}
.page_news .news_c .wrap .news_bottom .news_list>li div.type{
    width: 258px;
}
.page_news .news_c .wrap .news_bottom .news_list>li div.date{
    width: 158px;
}
.page_news .news_c .wrap .news_bottom .pagination_c{
    margin-top: 40px;
}
/* /信息资讯 */

/* 信息资讯 */
.page_ndetail{
    background: url(../img/bg1.jpg);
    background-size: 1920px;
    background-position: top center;
    padding: 24px 0 80px 0;
}
.page_ndetail .coordinate_nav{
    overflow: hidden;
    margin-bottom: 30px;
}
.page_ndetail .coordinate_nav>li{
    display: inline-block; float: left;
    margin-right: 22px;
    position: relative;
}
.page_ndetail .coordinate_nav>li:after{
    content: '/'; line-height: 26px;
    color: #B2B2B2;
    position: absolute; top: 0; right: -16px;
}
.page_ndetail .coordinate_nav>li:last-child{
    margin-right: 0;
}
.page_ndetail .coordinate_nav>li:last-child:after{
    display: none;
}
.page_ndetail .coordinate_nav>li a{
    display: block;
    font-size: 20px; line-height: 26px; color: #B2B2B2;
}
.page_ndetail .coordinate_nav>li:last-child a{
    color: #5E5E5E;
}

.page_ndetail .nd_content{
    width: 1000px; height: auto; min-height: 513px;
    background-color: #fff;
    padding: 40px 100px 49px 100px;
    box-shadow: 0px 3px 14px 2px rgba(1, 71, 156, 0.1);
}
.page_ndetail .nd_content .title{
    font-size: 26px; line-height: 34px;
    color: #0783e3; text-align: center;
    margin: 0 auto 43px auto;
}
.page_ndetail .nd_content .title2{
    width: 622px;
    font-size: 26px; line-height: 34px;
    color: #0783e3;
    margin: 0 auto 43px auto;
}
.page_ndetail .nd_content .nd_top{
    width: 100%; height: auto;
    border-bottom: 2px solid #e9e9e9;
    overflow: hidden;
    font-size: 16px; line-height: 21px; color: #b2b2b2;
    padding-bottom: 11px;
    margin-bottom: 38px;
}
.page_ndetail .nd_content .nd_top .left{
    display: inline-block; float: left;
    overflow: hidden;
}
.page_ndetail .nd_content .nd_top .left>div{
    display: inline-block; float: left;
}
.page_ndetail .nd_content .nd_top .left .date{
    margin-right: 29px;
}
.page_ndetail .nd_content .nd_top .right{
    display: inline-block; float: right;
}
.page_ndetail .nd_content .nd_top .right span{
    display: inline-block; float: left;
}
.page_ndetail .nd_content .nd_top .right .fontSize_list{
    display: inline-block; float: left;
    overflow: hidden;
}
.page_ndetail .nd_content .nd_top .right .fontSize_list>li{
    display: inline-block; float: left;
    font-size: 16px;
    margin-right: 10px;
    cursor: pointer;
}
.page_ndetail .nd_content .nd_top .right .fontSize_list>li.active{
    color: #0783e3;
}
.page_ndetail .nd_content .nd_top .right .fontSize_list>li:last-child{
    margin-right: 0;
}
.page_ndetail .nd_content .nd_top .right .fontSize_list>li[data-size="18"]{
    font-size: 18px;
}
.page_ndetail .nd_content .nd_top .right .fontSize_list>li[data-size="20"]{
    font-size: 20px;
}
.page_ndetail .nd_content .nd_top .right .btn_print{
    width: 20px; height: 20px;
    display: inline-block; float: left;
    margin-left: 20px;
    background: url(../img/i_print.png) no-repeat;
    background-size: 100%;
    background-position: center;
}
.page_ndetail .nd_content .nd_top .right .btn_share{
    width: 20px; height: 20px;
    display: inline-block; float: left;
    margin-left: 20px;
    background: url(../img/i_share.png) no-repeat;
    background-size: auto 20px;
    background-position: center;
}

.page_ndetail .nd_content .nd_intro{
    width: 100%; height: auto;
    font-size: 16px; line-height: 21px; color: #5E5E5E;
    text-align: justify;
}
.page_ndetail .nd_content .nd_intro p{
    margin-bottom: 21px;
}
.page_ndetail .nd_content .nd_intro a{
    color: #5e5e5e;
}
/* /信息资讯 */

/* 专户理财 ; */
.page_account .decorate_c{
    height: 450px;
}
.page_account .decorate_c .acc_topContent{
    width: 200px; height: auto;
    background-color: #fff;
    padding: 30px 40px;
    box-shadow: 0px 3px 14px 2px rgba(1,71,156,0.1);
    position: absolute; left: 50%; margin-left: 320px;
    top: 50%; transform: translateY(-50%);
}
.page_account .decorate_c .acc_topContent .acc_top_btns{
    width: 100%; height: auto;
}
.page_account .decorate_c .acc_topContent .acc_top_btns>li{
    width: 100%; height: 48px; line-height: 48px;
    font-size: 16px; text-align: center;
    border-radius: 48px;
    margin-bottom: 20px;
}
.page_account .decorate_c .acc_topContent .acc_top_btns>li a{
    width: 100%; height: 100%; display: block;
    color: #fff;
}
.page_account .decorate_c .acc_topContent .acc_other_link{
    border-top: 1px solid #e9e9e9;
    overflow: hidden;
    padding: 20px 0 10px 0;
}
.page_account .decorate_c .acc_topContent .acc_other_link>li{
    display: inline-block; float: left;
    margin-bottom: 12px;
}
.page_account .decorate_c .acc_topContent .acc_other_link>li:nth-child(2n){
    float: right;
}
.page_account .decorate_c .acc_topContent .acc_other_link>li a{
    font-size: 16px; line-height: 21px; color: #ACACAC;
    display: block;
    padding-left: 17px;
    position: relative;
}
.page_account .decorate_c .acc_topContent .acc_other_link>li a:before{
    content: ' '; display: block;
    width: 0; height: 0;
    border-left: 6px solid #B2B2B2;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute; left: 0; top: 50%; margin-top: -6px;
}
.page_account .decorate_c .acc_topContent .acc_top_qrcode{
    padding: 0 9px 0 14px;
    overflow: hidden;
}
.page_account .decorate_c .acc_topContent .acc_top_qrcode .left{
    width: 66px;
    display: inline-block; float: left;
}
.page_account .decorate_c .acc_topContent .acc_top_qrcode .left img{
    width: 100%; display: block;
    position: relative; transform: none;
    margin: 0; left: auto; top: auto;
}
.page_account .decorate_c .acc_topContent .acc_top_qrcode .right{
    max-width: 80px;
    display: inline-block; float: right;
    font-size: 12px; line-height: 16px; color: #ACACAC;
    margin-top: 16px;
}

.acc_con1 .wrap{
    padding: 80px 0;
}
.acc_con1 .wrap .common_title:after{
    margin-bottom: 40px;
}
.acc_con1 .wrap .intro{
    font-size: 16px; color: #5E5E5E; line-height: 28px;
    text-align: justify;
}
.acc_con1 .wrap .intro p{
    margin-bottom: 0;
    text-indent: 2em;
}
.acc_con1 .wrap .intro p:last-child{
    margin-bottom: 0;
}
.acc_con2{
    background: url(../img/bg2.jpg);
    background-size: 1920px;
    background-position: top center;
}
.acc_con2 .wrap{
    padding: 80px 14px 50px 14px;
}
.acc_con2 .wrap .common_title:after{
    margin-bottom: 40px;
}
.acc_con2 .wrap .business_list{
    width: 100%; height: auto;
    padding: 14px;
    margin-top: -14px; margin-left: -14px;
    overflow: hidden;
}
.acc_con2 .wrap .business_list>li{
    width: 580px; height: 370px;
    background-color: #fff;
    box-shadow: 0px 3px 14px 2px rgba(1,71,156,0.1);
    display: inline-block; float: left;
}
.acc_con2 .wrap .business_list>li:last-child{
    float: right;
}
.acc_con2 .wrap .business_list>li .top{
    width: 100%; height: 120px; line-height: 120px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    font-size: 36px; line-height: 48px; color: #fff; text-align: center;
}
.acc_con2 .wrap .business_list>li:nth-child(1) .top{
    background-image: url(../img/business_bg1.jpg);
}
.acc_con2 .wrap .business_list>li:nth-child(2) .top{
    background-image: url(../img/business_bg2.jpg);
}
.acc_con2 .wrap .business_list>li .top span{
    height: 120px; line-height: 120px;
    display: inline-block;
    padding-left: 60px;
    background-repeat: no-repeat;
    background-size: 41px;
    background-position: left center;
}
.acc_con2 .wrap .business_list>li:nth-child(1) .top span{
    background-image: url(../img/business_icon_1.png);
}
.acc_con2 .wrap .business_list>li:nth-child(2) .top span{
    background-image: url(../img/business_icon_2.png);
}
.acc_con2 .wrap .business_list>li .bottom{
    padding: 40px 40px 14px 40px;
    font-size: 16px; line-height: 21px; color: #5E5E5E;
    text-align: justify;
}
.acc_con2 .wrap .business_list>li .bottom span{
    color: #0783E3;
}
.acc_con2 .wrap .business_list>li .bottom p{
    margin-bottom: 16px;
}

.acc_con3 .wrap{
    padding: 80px 14px;
}
.acc_con3 .wrap .common_title:after{
    margin-bottom: 29px;
}
.acc_con3 .wrap .advantage_list{
    width: 100%; height: auto;
    padding: 14px;
    margin-top: -14px; margin-left: -14px;
    overflow: hidden;
}
.acc_con3 .wrap .advantage_list>li{
    width: 295px; height: 420px;
    display: inline-block; float: left;
    box-shadow: 0px 3px 14px 2px rgba(1,71,156,0.1);
    padding: 40px;
    position: relative;
}
.acc_con3 .wrap .advantage_list>li:nth-child(3){
    width: 370px;
}
.acc_con3 .wrap .advantage_list>li:before{
    content: ' '; display: block;
    width: 100%; height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    opacity: 0.5;

    position: absolute; top: 0; left: 0;
}
.acc_con3 .wrap .advantage_list>li:nth-child(1):before{
    background-image: url(../img/advantage_bg1.jpg);
}
.acc_con3 .wrap .advantage_list>li:nth-child(2):before{
    background-image: url(../img/advantage_bg2.jpg);
}
.acc_con3 .wrap .advantage_list>li:nth-child(3):before{
    background-image: url(../img/advantage_bg3.jpg);
}
.acc_con3 .wrap .advantage_list>li:after{
    content: ' '; display: block;
    width: 100%; height: 100%;
    position: absolute; top: 0; left: 0;
    opacity: 0.8;
    display: none;
    background: -webkit-linear-gradient(150deg, #0066FF, #00B8E9);
    background: -o-linear-gradient(150deg, #0066FF, #00B8E9);
    background: -moz-linear-gradient(150deg, #0066FF, #00B8E9);
    background: linear-gradient(150deg, #0066FF, #00B8E9);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorstr = #0066FF, endColorstr = #00B8E9)";
    background-color: #0066FF;
}
.acc_con3 .wrap .advantage_list>li.active:after{
    display: block;
}
.acc_con3 .wrap .advantage_list>li .number{
    font-size: 16px; line-height: 21px; color: #B2B2B2;
    display: block;
    margin-bottom: 38px;
    position: relative; z-index: 1;
}
.acc_con3 .wrap .advantage_list>li.active .number{
    color: #fff;
}
.acc_con3 .wrap .advantage_list>li .title{
    font-size: 26px; line-height: 34px; color: #0783E3;
    position: relative; z-index: 1;
}
.acc_con3 .wrap .advantage_list>li.active .title{
    color: #fff;
}
.acc_con3 .wrap .advantage_list>li .title:after{
    content: ' '; display: block;
    width: 30px; height: 2px;
    background-color: #0783E3;
    margin-top: 13px; margin-bottom: 40px;
}
.acc_con3 .wrap .advantage_list>li.active .title:after{
    background-color: #fff;
}
.acc_con3 .wrap .advantage_list>li .intro{
    width: 100%; height: 57px;
    font-size: 12px; color: #5E5E5E; line-height: 19px;
    text-align: justify;
    position: relative; z-index: 1;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.acc_con3 .wrap .advantage_list>li.active .intro{
    color: #fff;
    height: auto;
    display: block;
}

.acc_con4{
    background: url(../img/bg5.jpg) no-repeat;
    background-size: 1920px;
    background-position: top center;
}
.acc_con4 .wrap{
    padding: 80px 14px 63px 14px;
}
.acc_con4 .wrap .product_nav{
    margin: 0 auto;
    display: table;
    overflow: hidden;
}
.acc_con4 .wrap .product_nav>li{
    display: inline-block; float: left;
    font-size: 20px; line-height: 28px; color: #707070;
    margin: 0 34px;
    position: relative;
    padding-top: 20px; padding-bottom: 23px;
    cursor: pointer;
}
.acc_con4 .wrap .product_nav>li:hover,
.acc_con4 .wrap .product_nav>li.active{
    color: #0783E3;
}
.acc_con4 .wrap .product_nav>li:hover:before,
.acc_con4 .wrap .product_nav>li.active:before{
    content: ' '; display: block;
    width: 122px; height: 5px;
    background-color: #1589E6;
    position: absolute; top: 0; left: 50%; margin-left: -61px;
}
.acc_con4 .wrap .product_nav>li:hover:after,
.acc_con4 .wrap .product_nav>li.active:after{
    content: ' '; display: block;
    width: 0; height: 0;
    border-top: 6px solid #1589E6;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute; top: 5px; left: 50%; margin-left: -6px;
}
.acc_con4 .wrap .product_content{
    width: 100%; height: auto;
}
.acc_con4 .wrap .product_content .item_list{
    width: 100%; height: auto;
    padding: 14px 14px 40px 14px;
    margin-top: -14px; margin-left: -14px;
    overflow: hidden;
}
.acc_con4 .wrap .product_content .item_list>li{
    width: 590px; min-height: 180px;
    background-color: #fff;
    box-shadow: 0px 3px 14px 2px rgba(1,71,156,0.1);
    display: inline-block; float: left;
    padding-top: 30px;
}
.acc_con4 .wrap .product_content .item_list>li>div{
    display: table-cell; vertical-align: middle;
}
.acc_con4 .wrap .product_content .item_list>li:nth-child(2n){
    float: right;
}
.acc_con4 .wrap .product_content .item_list>li .label{
    font-size: 26px; line-height: 34px; color: #0783E3;
    text-align: center;
    margin: 0 40px 20px 40px;
}
.acc_con4 .wrap .product_content .item_list>li .intro{
    margin: 0 40px;
    font-size: 16px; line-height: 21px; color: #5E5E5E;
    text-align: justify;
    letter-spacing: 2px;
}
.acc_con4 .wrap .i_news_content{
    display: block;
}
.acc_con4 .wrap .i_news_content .right .news_list{
    margin-left: -16px;
}
.acc_con4 .wrap .i_news_content .right .news_list>li .date{
    font-size: 16px; line-height: 24px; color: #0783E3;
}

.acc_con5{
    background: url(../img/bg6.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
}
.acc_con5 .wrap{
    width: 1006px;
    padding: 60px 14px 80px 14px;
}
.acc_con5 .wrap .common_title{
    color: #fff;
}
.acc_con5 .wrap .common_title:after{
    margin-bottom: 40px;
    background-color: #fff;
}
.order_form{
    height: auto;
    background-color: #fff;
    box-shadow: 0px 3px 14px 2px rgba(1,71,156,0.1);
    padding: 40px 70px 40px 53px;
}
.order_form .tr{
    width: 100%; height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.order_form .tr:last-child{
    margin-bottom: 0;
}
.order_form .tr .th{
    width: 268px; height: 40px;
    line-height: 40px;
    display: inline-block; float: left;
    padding-left: 15px;
    position: relative;
    font-size: 16px; color: #5B5B5B;
}
.order_form .tr.import .th:before{
    content: '*';
    color: #FF534F;
    position: absolute; left: 0; top: 2px;
}
.order_form .tr .td{
    width: 600px; height: auto;
    display: inline-block; float: right;
    overflow: hidden;
}
.order_form .tr .input_c{
    width: 598px; height: 38px;
    border: 1px solid #DFDFDF;
}
.order_form .tr .input_c input{
    width: 558px;
    height: 38px; line-height: 38px;
    padding: 0 20px;
    border: 0; outline: none;
}
.order_form .tr.timePlan_tr .radio_td:nth-child(2) label{
    margin-right: 40px;
}
.order_form .code_tr .td .left{
    display: inline-block; float: left;
}
.order_form .code_tr .td .left .input_c{
    width: 161px;
}
.order_form .code_tr .td .left .input_c input{
    width: 121px;
}
.order_form .code_tr .td .right{
    display: inline-block; float: right;
}
.order_form .code_tr .td .right input{
    width: 100px; height: 40px; line-height: 40px;
    text-align: center; font-size: 16px; color: #fff;
    border: 0;
    margin-left: 40px;
    cursor: pointer;
}
.order_form .code_tr .td .right input.btn_submit{
    background: #B2B2B2;
}
.order_form .code_tr .td .right input.btn_reset{
    background: #0783E3;
}

.acc_con6 .wrap{
    padding: 80px 14px;
}
.acc_con6 .wrap .common_title:after{
    margin-bottom: 46px;
}
.acc_con6 .wrap .queRule_c{
    width: 100%; height: auto;
    overflow: hidden;
    padding: 14px;
    margin-top: -14px; margin-left: -14px;
}
.acc_con6 .wrap .queRule_c .queForm_w{
    width: 613px; height: 210px;
    background-color: #fff;
    padding: 30px 40px 30px 23px;
    box-shadow: 0px 3px 14px 2px rgba(1,71,156,0.1);
    display: inline-block; float: left;
}
.acc_con6 .wrap .queRule_c .queForm_w .tr{
    width: 100%; height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}
.acc_con6 .wrap .queRule_c .queForm_w .tr:last-child{
    margin-bottom: 0;
}
.acc_con6 .wrap .queRule_c .queForm_w .tr .th{
    width: 105px;
    padding-left: 16px;
    font-size: 16px; line-height: 40px; color: #5B5B5B;
    display: inline-block; float: left;
    position: relative;
}
.acc_con6 .wrap .queRule_c .queForm_w .tr .th.import:before{
    content: '*';
    color: #FF534F;
    position: absolute; left: 0; top: 2px;
}
.acc_con6 .wrap .queRule_c .queForm_w .tr .td{
    width: auto;
    display: inline-block; float: left;
    overflow: hidden;
}
.acc_con6 .wrap .queRule_c .queForm_w .input_c{
    width: 106px; height: 38px;
    border: 1px solid #dfdfdf;
    padding: 0 15px;
}
.acc_con6 .wrap .queRule_c .queForm_w .tr.tr_2 .th:nth-child(3){
    margin-left: 23px;
}
.acc_con6 .wrap .queRule_c .queForm_w .tr.tr_2 .td:last-child .input_c{
    width: 178px;
}
.acc_con6 .wrap .queRule_c .queForm_w .input_c input{
    width: 100%; height: 38px; line-height: 38px;
    border: 0; outline: none;
    font-size: 16px; color: #5B5B5B;
}
.acc_con6 .wrap .queRule_c .queForm_w .tr .td textarea{
    width: 460px; height: 58px;
    border: 1px solid #dfdfdf;
    resize: none;
    padding: 5px 15px;
    font-size: 16px; color: #5B5B5B;
}
.acc_con6 .wrap .queRule_c .queForm_w .tr:last-child .td{
    width: 492px;
}
.acc_con6 .wrap .queRule_c .queForm_w .tr .td .left{
    display: inline-block; float: left;
}
.acc_con6 .wrap .queRule_c .queForm_w .tr .td .right{
    display: inline-block; float: right;
    overflow: hidden;
}
.acc_con6 .wrap .queRule_c .queForm_w .tr .td .right input{
    width: 100px; height: 40px; line-height: 40px;
    text-align: center; font-size: 16px; color: #fff;
    border: 0;
    margin-left: 20px;
    cursor: pointer;
    display: inline-block;
}
.acc_con6 .wrap .queRule_c .queForm_w .tr .td .right input.btn_submit{
    background: #B2B2B2;
}
.acc_con6 .wrap .queRule_c .queForm_w .tr .td .right input.btn_reset{
    background: #0783E3;
}

.acc_con6 .wrap .queRule_c .ruleWrap_w{
    width: 404px; min-height: 194px;
    padding: 38px 40px;
    display: inline-block; float: right;
    background: -webkit-linear-gradient(150deg, #0066FF, #00B8E9);
    background: -o-linear-gradient(150deg, #0066FF, #00B8E9);
    background: -moz-linear-gradient(150deg, #0066FF, #00B8E9);
    background: linear-gradient(150deg, #0066FF, #00B8E9);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorstr = #0066FF, endColorstr = #00B8E9)";
    box-shadow: 0px 2px 8px rgba(0,159,239,0.78);
}
.acc_con6 .wrap .queRule_c .ruleWrap_w .ruleWrap_title{
    font-size: 26px; line-height: 34px; color: #fff;
    margin-bottom: 23px;
}
.acc_con6 .wrap .queRule_c .ruleWrap_w .rule_list{
    width: 100%; height: auto;
}
.acc_con6 .wrap .queRule_c .ruleWrap_w .rule_list li{
    margin-bottom: 22px;
}
.acc_con6 .wrap .queRule_c .ruleWrap_w .rule_list li:last-child{
    margin-bottom: 0;
}
.acc_con6 .wrap .queRule_c .ruleWrap_w .rule_list li a{
    width: 100%; height: auto;
    display: block;
    position: relative;
}
.acc_con6 .wrap .queRule_c .ruleWrap_w .rule_list li a span{
    width: 370px; display: block;
    font-size: 20px; line-height: 26px; color: #fff;
    overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}
.acc_con6 .wrap .queRule_c .ruleWrap_w .rule_list li:hover a span{
    color: #ff4a45;
}
.acc_con6 .wrap .queRule_c .ruleWrap_w .rule_list li a .btn_download{
    width: 21px; height: 100%; position: absolute;
    right: 0; top: 0;
    background: url(../img/btn_download.png) no-repeat;
    background-size: 42px;
    background-position: left center;
}
.acc_con6 .wrap .queRule_c .ruleWrap_w .rule_list li:hover a .btn_download{
    background-position: right center;
}
/* /专户理财 */

/* 基金产品 */
.page_fundPro .fundPro_c{
    width: 100%; height: auto;
}
.page_fundPro .fundPro_c .wrap{
    padding: 84px 14px 80px 14px;
}
.page_fundPro .fundPro_c .wrap .fd_top{
    width: 100%; height: auto;
    overflow: hidden;
}
.page_fundPro .fundPro_c .wrap .fd_top .fp_title{
    font-size: 36px; line-height: 48px; color: #0783E3;
    display: inline-block; float: left;
}
.page_fundPro .fundPro_c .wrap .fd_top .fp_search{
    width: 268px; height: 42px;
    display: inline-block; float: right;
}
.page_fundPro .fundPro_c .wrap .fd_top .fp_search .search_input{
    width: 198px; height: 40px; line-height: 40px;
    border: 1px solid #CACACA;
    padding: 0 13px;
    font-size: 14px;
}
.page_fundPro .fundPro_c .wrap .fd_top .fp_search .btn_search{
    width: 42px; height: 42px;
    background: url(../img/btn_search2.jpg) no-repeat;
    background-size: 100%;
    background-position: center;
    display: inline-block; float: right;
    cursor: pointer;
}
.page_fundPro .fundPro_c .wrap .fd_nav_c{
    width: 100%; height: auto;
    border-top: 1px solid #E9E9E9;
    margin-top: 12px;
    padding: 15px 0;
    overflow: hidden;
}
.page_fundPro .fundPro_c .wrap .fd_nav_c span{
    font-size: 20px; color: #5E5E5E; line-height: 26px;
    display: inline-block; float: left;
    margin-right: 20px;
}
.page_fundPro .fundPro_c .wrap .fd_nav_c .fd_nav{
    display: inline-block; float: left;
    overflow: hidden;
}
.page_fundPro .fundPro_c .wrap .fd_nav_c .fd_nav>li{
    display: inline-block; float: left;
    margin: 0 20px;
    cursor: pointer;
}
.page_fundPro .fundPro_c .wrap .fd_nav_c .fd_nav>li a{
    display: block;
    font-size: 20px; line-height: 26px; color: #A4ABB3;
}
.page_fundPro .fundPro_c .wrap .fd_nav_c .fd_nav>li:hover a{
    color: #FF4A45;
}
.page_fundPro .fundPro_c .wrap .fd_nav_c .fd_nav>li.active a{
    color: #FF4A45;
}
.page_fundPro .fundPro_c .wrap .fd_content{
    width: 100%; height: auto;
    box-shadow: 0px 3px 14px 2px rgba(1,71,156,0.1);
    padding-bottom: 24px;
}
.page_fundPro .fundPro_c .wrap .fd_content table{
    box-shadow: none;
}
.page_fundPro .fundPro_c .wrap .fd_content .pagination_c{
    margin-top: 22px;
}
.page_fundPro .fundPro_c .wrap .fd_content .pagination_c .pagination_w{
    margin-right: 17px;
}
/* /基金产品 */

/* 基金产品详情 */
.page_fundDetail .fd_container{
    width: 100%; height: auto;
    background-color: #fff;
}
.page_fundDetail .fd_container .fd_top{
    width: 1200px; height: auto;
    background-color: #fff;
    box-shadow: 0px 3px 14px 2px rgba(1,71,156,0.1);
    margin: 80px auto 45px auto;
    padding: 40px 0;
}
.page_fundDetail .fd_container .fd_top .fd_wrap{
    margin: 0 40px;
    overflow: hidden;
}
.page_fundDetail .fd_container .fd_top .fd_wrap .left{
    width: 600px; height: auto;
    display: inline-block; float: left;
}
.page_fundDetail .fd_container .fd_top .fd_wrap .left .fd_name{
    overflow: hidden;
    font-size: 36px; line-height: 45px; color: #5B5B5B;
    margin-bottom: 42px;
}
.page_fundDetail .fd_container .fd_top .fd_wrap .left .fd_name span{
    display: inline-block;
    font-size: 12px; line-height: 19px; color: #0783E3;
    border: 1px solid #0783E3;
    margin-left: 4px;
    padding: 0 4px;
}
.page_fundDetail .fd_container .fd_top .fd_wrap .left .label{
    font-size: 16px; line-height: 21px; color: #5B5B5B;
    overflow: hidden;
    display: table;
}
.page_fundDetail .fd_container .fd_top .fd_wrap .left .info{
    width: 100%; height: auto;
    overflow: hidden;
    display: table;
}
.page_fundDetail .fd_container .fd_top .fd_wrap .left .info .num{
    font-size: 64px; line-height: 84px; color: #FF4A45;
    font-weight: bold;
    display: inline-block; float: left;
}

.page_fundDetail .fd_container .fd_top .fd_wrap .left .label .numtitle{
    float:left;
    display: inline-block;
}

.page_fundDetail .fd_container .fd_top .fd_wrap .left .info .down{
    display: inline-block; float: left;
    font-size: 20px; line-height: 26px; color: #0783E3;
    margin-top: 16px; margin-left: 10px;
}
.page_fundDetail .fd_container .fd_top .fd_wrap .left .info .down span{
}
.page_fundDetail .fd_container .fd_top .fd_wrap .left .info .btns{
    display: inline-block;
    float: right;
}
.page_fundDetail .fd_container .fd_top .fd_wrap .left .info .btns > a{
    border-radius: 4px;
    overflow: hidden;
}
.page_fundDetail .fd_container .fd_top .fd_wrap .left .info .btns .btn_buy{
    width: 100px; height: 40px; line-height: 40px;
    background-color: #FF4A45;
    box-shadow: 0px 2px 8px rgba(255,74,69,0.6);
    font-size: 16px; color: #FFFFFF; text-align: center;
    display: inline-block;
}
.page_fundDetail .fd_container .fd_top .fd_wrap .left .info .btns .btn_buy.dis{
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorstr = #ffffff, endColorstr = #ffffff)";
    color: #a4abb3;
    border: 1px solid #a4abb3;
    cursor: default;
    box-shadow: none;
}
.page_fundDetail .fd_container .fd_top .fd_wrap .left .info .btns .btn_dt{
    width: 100px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #0783E3;
    text-align: center;
    display: inline-block;
    float: left;
    border: 1px solid #0783E3;
    margin-top: 20px;
}
.page_fundDetail .fd_container .fd_top .fd_wrap .left .info .btns .btn_dt.dis{
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorstr = #ffffff, endColorstr = #ffffff)";
    color: #a4abb3;
    border: 1px solid #a4abb3;
    cursor: default;
    box-shadow: none;
}
.page_fundDetail .fd_container .fd_top .fd_wrap .left .info .btns .btn_dt span{
    padding-left: 17px; height: 38px;
    display: inline-block;
    background: url(../img/i_clock.png) no-repeat;
    background-size: 12px;
    background-position: left center;
}
.page_fundDetail .fd_container .fd_top .fd_wrap .left .fd_code{
    font-size: 16px; color: #A4ABB3;
    margin-bottom: 21px;
}
.page_fundDetail .fd_container .fd_top .fd_wrap .left .datas{
    border-top: 2px solid #E9E9E9;
    padding-top: 20px;
}
.page_fundDetail .fd_container .fd_top .fd_wrap .left .datas>li{
    margin-bottom: 11px;
    overflow: hidden;
}
.page_fundDetail .fd_container .fd_top .fd_wrap .left .datas>li p{
    display: inline-block; float: left;
    margin-right: 40px;
    font-size: 16px; line-height: 21px; color: #5B5B5B;
}
.page_fundDetail .fd_container .fd_top .fd_wrap .left .datas>li:last-child{
    margin-bottom: 0;
}
.page_fundDetail .fd_container .fd_top .fd_wrap .left .datas>li .up{
    color: #FF4A45;
}
.page_fundDetail .fd_container .fd_top .fd_wrap .left .datas>li .down{
    color: #0783E3;
}
.page_fundDetail .fd_container .fd_top .fd_wrap .left .fd_wrap_left_bottom{
    overflow: hidden;
    border-top: 2px solid #E9E9E9;
    padding-top: 20px;
}
.page_fundDetail .fd_container .fd_top .fd_wrap .left .datas{
    border-top: 0;
    padding-top: 0;
    display: inline-block; float: left;
}
.page_fundDetail .fd_container .fd_top .fd_wrap .left .fd_wrap_left_bottom .link_calc{
    width: 98px; height: 38px; line-height: 38px;
    border-radius: 4px;
    border: 1px solid #0783E3;
    display: inline-block; float: right;
    margin-top: 7px;
}
.page_fundDetail .fd_container .fd_top .fd_wrap .left .fd_wrap_left_bottom .link_calc span{
    height: 38px; line-height: 38px;
    display: table;
    margin: 0 auto;
    padding-left: 22px;
    font-size: 16px; color: #0783E3;
    background: url(../img/i_calc.png) no-repeat;
    background-size: 16px;
    background-position: left center;
}
.page_fundDetail .fd_container .fd_top .fd_wrap .right{
    width: 464px; height: auto;
    display: inline-block; float: right;
}
.page_fundDetail .fd_container .fd_top .fd_wrap .right .tb_title{
    height: 35px;
    margin-left: 42px;
    border-bottom: 2px solid #E9E9E9;
    position: relative;
    margin-right: 20px;
}
.page_fundDetail .fd_container .fd_top .fd_wrap .right .tb_title span{
    font-size: 16px; line-height: 21px; color: #0783E3;
    display: inline-block;
    padding: 0 18px 14px 18px;
    border-bottom: 2px solid #0783E3;
    margin-left: 22px;
    position: absolute; bottom: -2px;
}
.page_fundDetail .fd_container .fd_top .fd_wrap .right .lately_tb{
    width: 100%; height: auto;
    margin-top: 16px;
}
.page_fundDetail .fd_container .fd_top .fd_wrap .right .lately_tb .lately_chart{
    width: 464px; height: 264px;
}

.page_fundDetail .fd_container .fd_bottom{
    width: 1200px; height: auto;
    margin: -14px auto 0 auto;
    overflow: hidden;
    padding: 14px 14px 80px 14px;
}
.page_fundDetail .fd_container .fd_bottom .fd_bottom_l{
    width: 874px; height: auto;
    background: #fff;
    box-shadow: 0px 3px 14px 2px rgba(1,71,156,0.1);
    overflow: hidden;
    display: inline-block; float: left;
}
.page_fundDetail .fd_container .fd_bottom .fd_bottom_l .fd_bottom_lw{
    margin: 42px 60px;
}
.fd_bottom .fd_bottom_l .fd_bottom_lw .fd_nav{
    width: 100%; height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.fd_bottom .fd_bottom_l .fd_bottom_lw .fd_nav:after{
    content: ' '; display: block;
    width: 100%; height: 2px;
    background-color: #E9E9E9;
    position: absolute; bottom: 0;
}
.fd_bottom .fd_bottom_l .fd_bottom_lw .fd_nav li{
    display: inline-block; float: left;
    margin-right: 40px;
    font-size: 26px; line-height: 34px; color: #A4ABB3;
    padding-bottom: 23px;
    border-bottom: 4px solid transparent;
    position: relative; z-index: 1;
    cursor: pointer;
}
.fd_bottom .fd_bottom_l .fd_bottom_lw .fd_nav li.active{
    color: #0783E3;
    border-color: #0783E3;
}
.fd_bottom .fd_bottom_l .fd_bottom_lw .fd_nav li:last-child{
    margin-right: 0;
}
.fd_bottom .fd_bottom_l .fd_bottom_lw .fd_content{
    width: 100%; height: auto;
    font-size: 12px; line-height: 16px; color: #5E5E5E;
    display: none;
}
.module_title{
    font-size: 20px; line-height: 26px; color: #5E5E5E;
    margin-bottom: 22px;
}
.fd_bottom .fd_bottom_l .fd_bottom_lw .fd_content .module_title span{
    font-size: 12px;
}
.fd_bottom .fd_bottom_l .fd_bottom_lw .fd_content .module_wrap{
    width: 100%; height: auto;
    margin-bottom: 40px;
    font-size: 16px; line-height: 21px;
    text-align: justify;
}
.fd_bottom .fd_bottom_l .fd_bottom_lw .fd_content .module_wrap img{
    max-width: 100%; display: block;
}
.fd_bottom .fd_bottom_l .fd_bottom_lw .fd_content table{
    width: 100%; height: auto;
    background-color: #fff;
    font-size: 16px; line-height: 21px; color: #4d4d4d;
    text-align: center;
    margin-bottom: 10px;
}
.fd_bottom .fd_bottom_l .fd_bottom_lw .fd_content table tr th{
    background-color: #EBF9FF;
    padding: 10px 0;
    vertical-align: middle;
}
.fd_bottom .fd_bottom_l .fd_bottom_lw .fd_content table tr td{
    padding: 10px 0;
    border-bottom: 1px solid #E9E9E9;
    vertical-align: middle;
}
.fd_bottom .fd_bottom_l .fd_bottom_lw .fd_content table tr:first-child td{
    border-top: 1px solid #E9E9E9;
}
.fd_bottom .fd_bottom_r{
    width: 306px; height: auto;
    display: inline-block; float: right;
}
.fd_bottom .fd_bottom_r .hotRank_c{
    width: 100%; height: auto;
    box-shadow: 0px 3px 14px 2px rgba(1,71,156,0.1);
    background-color: #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.fd_bottom .fd_bottom_r .hotRank_c .title{
    height: 67px;
    font-size: 26px; color: #5B5B5B; line-height: 67px;
    padding: 0 33px;
    border-bottom: 2px solid #E9E9E9;
    margin-bottom: 18px;
}
.fd_bottom .fd_bottom_r .hotRank_c .hotRank_list>li{
    width: 100%; height: auto;
    margin-bottom: 20px;
}
.fd_bottom .fd_bottom_r .hotRank_c .hotRank_list>li:last-child{
    margin-bottom: 0;
}
.fd_bottom .fd_bottom_r .hotRank_c .hotRank_list>li>a{
    height: auto;
    display: block;
    padding: 0 32px;
}
.fd_bottom .fd_bottom_r .hotRank_c .hotRank_list>li .top{
    padding-left: 29px;
    position: relative;
    overflow: hidden;
}
.fd_bottom .fd_bottom_r .hotRank_c .hotRank_list>li .top .name{
    width: 140px; height: 21px;
    overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
    display: inline-block; float: left;
    font-size: 16px; line-height: 21px; color: #3A4056;
}
.fd_bottom .fd_bottom_r .hotRank_c .hotRank_list>li:hover .top .name{
    color: #ff4a45;
}
.fd_bottom .fd_bottom_r .hotRank_c .hotRank_list>li .top .name:before{
    content: ' '; display: block;
    width: 23px; height: 21px;
    background: url(../img/i_gold.png) no-repeat;
    background-size: 23px;
    background-position: center;

    position: absolute; left: 0; top: 0;
}
.fd_bottom .fd_bottom_r .hotRank_c .hotRank_list>li .top .num{
    font-size: 12px; color: #ACACAC;
    line-height: 21px;
    text-align: right;
}
.fd_bottom .fd_bottom_r .hotRank_c .hotRank_list>li .top .num span{
    color: #FF4A45;
}
.fd_bottom .fd_bottom_r .hotRank_c .hotRank_list>li .bottom{
    overflow: hidden;
    padding-left: 29px;
    font-size: 12px; line-height: 16px; color: #ACACAC;
}
.fd_bottom .fd_bottom_r .hotRank_c .hotRank_list>li .bottom .rate{
    font-size: 30px; line-height: 42px; font-weight: bold;
    color: #FF4A45;
    display: inline-block; float: left;
}
.fd_bottom .fd_bottom_r .hotRank_c .hotRank_list>li .bottom .date{
    display: inline-block; float: right;
    text-align: right;
}
.fd_bottom .fd_bottom_r .sameRank_c{
    width: 100%; height: auto;
    box-shadow: 0px 3px 14px 2px rgba(1,71,156,0.1);
    background-color: #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.fd_bottom .fd_bottom_r .sameRank_c .title{
    height: 67px;
    font-size: 26px; color: #5B5B5B; line-height: 67px;
    padding: 0 33px;
    border-bottom: 2px solid #E9E9E9;
    margin-bottom: 18px;
}
.fd_bottom .fd_bottom_r .sameRank_c .sameRank_list>li{
    width: 100%; height: auto;
    margin-bottom: 20px;
}
.fd_bottom .fd_bottom_r .sameRank_c .sameRank_list>li:last-child{
    margin-bottom: 0;
}
.fd_bottom .fd_bottom_r .sameRank_c .sameRank_list>li>a{
    height: auto;
    display: block;
    padding: 0 32px;
    overflow: hidden;
}
.fd_bottom .fd_bottom_r .sameRank_c .sameRank_list>li .left{
    width: 148px; height: auto;
    display: inline-block; float: left;
}
.fd_bottom .fd_bottom_r .sameRank_c .sameRank_list>li .left .name{
    width: 100%; height: 21px;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
    font-size: 16px; line-height: 21px; color: #5E5E5E;
}
.fd_bottom .fd_bottom_r .sameRank_c .sameRank_list>li:hover .left .name{
    color: #ff4a45;
}
.fd_bottom .fd_bottom_r .sameRank_c .sameRank_list>li .left .code{
    font-size: 12px; line-height: 16px; color: #ACACAC;
}
.fd_bottom .fd_bottom_r .sameRank_c .sameRank_list>li:hover .left .code{
    color: #ff4a45;
}
.fd_bottom .fd_bottom_r .sameRank_c .sameRank_list>li .right{
    width: 85px; height: auto;
    display: inline-block; float: right;
    text-align: right;
}
.fd_bottom .fd_bottom_r .sameRank_c .sameRank_list>li .right .rate{
    font-size: 16px; line-height: 21px; color: #FF4A45;
}
.fd_bottom .fd_bottom_r .sameRank_c .sameRank_list>li .right .date{
    font-size: 12px; line-height: 16px; color: #ACACAC;
}
.fd_bottom .fd_bottom_r .ad_list{
    width: 100%; height: auto;
}
.fd_bottom .fd_bottom_r .ad_list>li{
    width: 100%; height: 101px;
    overflow: hidden;
    box-shadow: 0px 3px 14px 2px rgba(1,71,156,0.1);
    margin-bottom: 20px;
}
.fd_bottom .fd_bottom_r .ad_list>li img{
    width: 100%; height: auto;
    display: block;
}
.download_list{
    width: 100%; height: auto;
}
.download_list>li{
    width: 100%; height: auto;
    margin-bottom: 8px;
    overflow: hidden;
}
.download_list>li:last-child{
    margin-bottom: 0;
}
.download_list>li span{
    color: #b2b2b2;
}
.download_list>li .btn_download{
    float: right; color: #FF4A45;
}

/*基金业绩*/
.fd_bottom .fd_bottom_l .btn_show{
    width: 40px; height: 22px;
    background: url(../img/show.png) no-repeat;
    background-size: 22px;
    background-position: center;
    margin: 0 auto;
    cursor: pointer;
    transform: rotate(0);
    transition: all .3s linear;
}
.fd_bottom .fd_bottom_l .btn_show.hide{
    transform: rotate(-180deg);
}
.trend_nav_c{
    width: 100%; height: auto;
    overflow: hidden;
    background-color: #EBF9FF;
    margin-bottom: 16px;
}
.trend_nav_c span{
    height: 30px; line-height: 30px;
    font-size: 14px; color: #5E5E5E;
    display: inline-block; float: left;
    margin-left: 10px;
}
.trend_nav_c .trend_nav{
    overflow: hidden;
    display: inline-block; float: left;
    font-size: 12px; line-height: 30px; color: #B2B2B2;
}
.trend_nav_c .trend_nav>li{
    height: 30px;
    display: inline-block; float: left;
    margin-left: 46px;
    cursor: pointer;
}
.trend_nav_c .trend_nav>li.active{
    color: #FF4A45;
}
.fd_content .trend_chart{
    width: 100%; height: auto;
}
.fd_content .trend_chart .chart_c{
    width: 874px; height: 245px;
    margin-left: -60px;
}
/*基金业绩*/

/* 基金介绍 */
.fd_bottom .fd_bottom_l .fd_bottom_lw .fd_content table.gk_table td{
    padding: 10px 10px;
    max-width: 280px;
    border-right: 1px solid #e9e9e9;
}
.fd_bottom .fd_bottom_l .fd_bottom_lw .fd_content table.gk_table th{
    width: 96px;
    border-bottom: 1px solid #EBF9FF;
}
.fd_bottom .fd_bottom_l .fd_bottom_lw .fd_content .tip{
    color: #B2B2B2;
}
.fd_bottom .fd_bottom_l .fd_bottom_lw .fd_content .manager_c{
    width: 100%; height: auto;
    overflow: hidden;
}
.fd_bottom .fd_bottom_l .fd_bottom_lw .fd_content .manager_c .avatar{
    width: 179px; height: 225px;
    overflow: hidden;
    display: inline-block; float: left;
}
.fd_bottom .fd_bottom_l .fd_bottom_lw .fd_content .manager_c .avatar img{
    width: 100%; display: block;
}
.fd_bottom .fd_bottom_l .fd_bottom_lw .fd_content .manager_c .info{
    width: 538px; height: auto;
    display: inline-block; float: right;
}
.fd_bottom .fd_bottom_l .fd_bottom_lw .fd_content .manager_c .info .itop{
    width: 100%; height: auto;
    overflow: hidden;
    font-size: 16px; line-height: 34px; color: #5B5B5B;
    margin-bottom: 7px;
}
.fd_bottom .fd_bottom_l .fd_bottom_lw .fd_content .manager_c .info .itop .name{
    font-size: 26px;
    margin-right: 20px;
}
.fd_bottom .fd_bottom_l .fd_bottom_lw .fd_content .manager_c .info .abstract{
    width: 100%; height: auto;
    font-size: 16px; line-height: 21px; color: #5B5B5B;
    text-align: justify;
}
/* /基金介绍 */

/* 投资组合 */
.fd_content .assets_wrap{
    width: 100%; height: auto;
    overflow: hidden;
    padding: 14px;
    margin: -14px;
}
.fd_content .assets_wrap .left{
    width: 375px; height: auto;
    display: inline-block; float: left;
    margin-left: -20px;
}
.fd_content .assets_wrap .assets_tb_chart{
    width: 100%; height: 288px;
    position: relative;
}
.fd_content .assets_wrap .assets_tb_chart .assets_table{
    width: 754px; height: 288px;
}
.fd_content .assets_wrap .assets_tb_chart .chart_scroll{
    width: 709px; height: 15px;
    border-radius: 15px;
    background-color: #e9e9e9;
    position: absolute; bottom: 0px; left: 45px;
    transition: transform .3s linear;
    pointer-events: none;
}
.fd_content .assets_wrap .assets_tb_chart .chart_scroll .scroll_track{
    width: 95px; height: 15px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 3px 14px 2px rgba(1,71,156,0.1);
    cursor: move;
    pointer-events: none;
}
.fd_content .assets_wrap .right{
    width: 378px; height: auto;
    display: inline-block; float: right;
    padding-right: 1px;
}
.fd_content .assets_wrap .assets_tb tr:first-child th:nth-child(1){
    width: 272px;
}
.fd_content .assets_wrap .assets_tb tr td{
    height: 48px;
    font-size: 16px;
}
.fd_bottom .fd_bottom_l .fd_bottom_lw .fd_content .assets_wrap .assets_tb tr td{
    padding: 0;
}
.fd_content .assets_wrap .assets_tb tr td span{
    width: 140px; height: 24px; line-height: 24px;
    display: block;
    overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
    margin: 0 auto;
}
/* /投资组合 */

/* 基金公告 */
.fd_content .ntype_list_c{
    width: 100%; height: auto;
    overflow: hidden;
    font-size: 16px; line-height: 26px; color: #A4ABB3;
    margin-bottom: 23px;
}
.fd_content .ntype_list_c span{
    display: inline-block; float: left;
    margin-right: 5px;
}
.fd_content .ntype_list_c .ntype_list{
    display: inline-block; float: left;
    overflow: hidden;
}
.fd_content .ntype_list_c .ntype_list>li{
    display: inline-block; float: left;
    margin: 0 15px;
    cursor: pointer;
}
.fd_content .ntype_list_c .ntype_list>li span{
    height: 26px; line-height: 26px;
    color: #A4ABB3;
    display: block;
    padding: 0 10px;
    display: block;
}
.fd_content .ntype_list_c .ntype_list>li:hover span,
.fd_content .ntype_list_c .ntype_list>li.active span{
    background: -webkit-linear-gradient(150deg, #0066FF, #00B8E9);
    background: -o-linear-gradient(150deg, #0066FF, #00B8E9);
    background: -moz-linear-gradient(150deg, #0066FF, #00B8E9);
    background: linear-gradient(150deg, #0066FF, #00B8E9);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorstr = #0066FF, endColorstr = #00B8E9)";
    color: #fff;
}
.fd_content .fnotice_label{
    width: 100%; height: auto;
    background-color: #ebf9ff;
    overflow: hidden;
}
.fd_content .fnotice_label>div{
    width: 366px;
    height: 40px;
    font-size: 18px; color: #5E5E5E;
    line-height: 40px;
    display: inline-block; float: left;
    text-align: center;
}
.fd_content .fnotice_label>div:last-child{
    width: 100px; float: right;
}
.fd_content .fnotice_list{
    width: 100%; height: auto;
}
.fd_content .fnotice_list>li{
    width: 100%; height: auto;
    border-bottom: 2px solid #E9E9E9;
    overflow: hidden;
    position: relative;
}
.fd_content .fnotice_list>li:before{
    content: ' '; display: block;
    width: 5px; height: 5px;
    border-radius: 50%;
    background-color: #5E5E5E;
    position: absolute; left: 0; top: 50%; margin-top: -2.5px;
}
.fd_content .fnotice_list>li a{
    width: 100%; height: auto;
    display: block;
    overflow: hidden;
    font-size: 16px; color: #5E5E5E;
}
.fd_content .fnotice_list>li:hover a{
    color: #ff4a45;
}
.fd_content .fnotice_list>li a .title{
    height: 62px; line-height: 62px;
    max-width: 580px;
    padding-right: 44px;
    padding-left: 15px;
    display: inline-block; float: left;
    overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
    position: relative;
}
.fd_content .fnotice_list>li.hot a .title:after{
    content: 'NEW'; display: block;
    padding: 0 2px; height: 16px;
    font-size: 12px; line-height: 16px; color: #fff;
    background-color: #FF4A45;
    position: absolute; right: 0; top: 50%; margin-top: -8px;
    border-radius: 3px;
}
.fd_content .fnotice_list>li.hot a .title:before{
    content: ' '; display: block;
    width: 0; height: 0;
    border-right: 4px solid #FF4A45;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute; right: 29px; top: 50%; margin-top: -3px;
}
.fd_content .fnotice_list>li a .date{
    height: 62px; line-height: 62px;
    float: right;
    padding: 0 5px;
}
.fd_content .pagination_c{
    margin-top: 40px;
}
/* /基金公告 */

/* 申赎清单 */
.todo_top{
    width: 100%; height: 35px;
    margin-bottom: 20px;
}
.todo_top .left{
    display: inline-block; float: left;
    font-size: 16px; color: #5b5b5b; line-height: 35px;
}
.todo_top .left span,
.todo_top .left > div{
    display: inline-block; float: left;
}
.todo_top .left .date_c{
    width: 120px; height: auto;
    margin-right: 20px; margin-left: 3px;
}
.todo_top .left .date_c input{
    width: 110px; height: 33px;
    padding: 0 4px;
    border: 1px solid #dfdfdf;
    font-size: 16px; color: #5b5b5b; text-align: center;
}
.todo_top .left .btn_search{
    width: 45px; height: 18px; line-height: 18px;
    margin-top: 9px;
    font-size: 12px; text-align: center;
    cursor: pointer;
}
.todo_top .right{
    display: inline-block; float: right;
}
.todo_top .right .link_download{
    font-size: 12px; color: #ff4a45; line-height: 35px;
}
.todo_table{
    width: 100%; height: auto;
    background-color: #fff;
    font-size: 16px; line-height: 21px; color: #4d4d4d;
    text-align: center;
    margin-bottom: 10px;
}
.todo_table tr th{
    width: 50%;
    border-bottom: 1px solid #fff;
    background-color: #EBF9FF;
    padding: 10px 0;
    vertical-align: middle;
}
.todo_table tr td{
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    padding: 10px 0;
    border-bottom: 1px solid #E9E9E9;.fd_bottom .fd_bottom_l .fd_bottom_lw .fd_content table.todo_table
vertical-align: middle;
    border-top: 1px solid #E9E9E9;
}
.todo_label{
    padding: 10px 0;
    font-size: 12px; line-height: 16px; color: #5e5e5e;
}
.todo_con1{
    margin-bottom: 40px;
}
.bx_table{
    width: 100%;
    height: auto;
    background-color: #fff;
    font-size: 16px;
    line-height: 21px;
    color: #4d4d4d;
    text-align: center;
    margin-bottom: 10px;
}
.bx_table tr th{
    background-color: #EBF9FF;
    padding: 10px 0;
    vertical-align: middle;
}

.bx_table tr td{
    padding: 10px 0;
    border-bottom: 1px solid #E9E9E9;
    vertical-align: middle;
}

.todo_con2 table tr th:first-child{
    width: 120px;
}
.todo_con2 table tr th:nth-child(2){
    width: 100px;
}
/* /申赎清单 */

/* /基金产品详情 */

/* 指数问答 */
.page_question .que_container{
    width: 100%; height: auto;
}
.page_question .que_container .wrap{
    padding: 80px 14px;
}
.page_question .que_container .wrap .common_title:after{
    margin-bottom: 40px;
}
.page_question .que_container .wrap .que_content{
    width: 100%; height: auto;
    /*box-shadow: 0px 3px 14px 2px rgba(1,71,156,0.1);*/
}
.page_question .que_container .wrap .que_content .que_nav{
    width: 212px; height: 392px;
    border-right: 1px solid #DBE2EB;
    background: url(../img/nav_bg.jpg);
    background-size: cover;
    background-position: center bottom;
    position: relative;
    padding: 43px 0 32px 0;
}
.page_question .que_container .wrap .que_content .que_nav>li{
    width: 100%; height: auto;
    margin-bottom: 30px;
}
.page_question .que_container .wrap .que_content .que_nav>li span{
    cursor: pointer;
    height: 68px; line-height: 68px;
    font-size: 26px; text-align: center; color: #fff;
    display: block;
}
.page_question .que_container .wrap .que_content .que_nav>li.active span{
    background-color: #fff;
    color: #4a90e2;
}
.i_con7 .wrap .otherOpt_c .otherOpt_nav_w{
    width: 987px; height: auto;
    display: inline-block; float: right;
    display: none;
}
.page_question .que_container .wrap .que_content .que_nav>li .que_wrap{
    width: 987px; height: 467px;
    position: absolute; left: 212px; top: 0;
    display: none;
}
.page_question .que_container .wrap .que_content .que_nav>li.active .que_wrap{
    display: block;
}
.page_question .que_container .wrap .que_content .que_nav>li .que_wrap .que_list{
    padding-right: 40px;
    margin: 40px 80px;
    height: 387px;
    overflow-y: auto;
}
.page_question .que_container .wrap .que_content .que_nav>li .que_wrap .que_list>li{
    width: 100%; height: auto;
}
.page_question .que_container .wrap .que_content .que_nav>li .que_wrap .que_list>li .que{
    font-size: 16px; line-height: 30px; color: #4A90E2;
    cursor: pointer;
}
.page_question .que_container .wrap .que_content .que_nav>li .que_wrap .que_list>li .ans{
    font-size: 12px; line-height: 20px; color: #717171;
    margin-bottom: 20px;
    display: none;
}
.page_question .que_container .wrap .que_content .que_nav>li .que_wrap .que_list>li:first-child .ans{
    display: block;
}
/* /指数问答 */

/*首页模块*/
.table_style1{
    width: 100%; height: auto;
}
.table_style1 tr th{
    background-color: #EBF9FF;
    height: 40px;
    font-size: 12px; text-align: center; color: #5b5b5b;
    vertical-align: middle;
}
.table_style1 tr td{
    padding: 11px 0;
    border-bottom: 2px solid #e9e9e9;
    text-align: center;
    vertical-align: middle;

    font-size: 12px; line-height: 16px; color: #5b5b5b;
}
.table_style1 tr td .card_thumb_79_49{
    width: 79px; height: 49px;
    border-top-left-radius: 5px;
    overflow: hidden;
    margin: 0 auto 4px auto;
}
.table_style1 tr td .card_thumb_79_49 img{
    width: 100%; display: block;
}
.table_style1 tr td .card_allow_ok{
    width: 21px; height: 14px;
    background: url(../img/ok.png) no-repeat;
    background-size: 100%;
    margin: 0 auto;
}
.table_style1 tr td .card_allow_cant{
    width: 16px; height: 16px;
    background: url(../img/cant.png) no-repeat;
    background-size: 100%;
    margin: 0 auto;
}
.table_style1 tr td .discount_num{
    width: 39px; height: 39px; line-height: 39px;
    background: url(../img/i_discount.png) no-repeat;
    background-size: 100%;
    font-size: 16px; color: #fff; text-align: center;
}
.table_style1 tr td .link{
    color: #0783e3;
}


.self_help{
    width: 100%; display: block;
    margin: 20px 0 27px 0;
}

.table_style2{
    width: 100%; height: auto;
    margin-top: 10px;
}
.table_style2 tr th{
    background-color: #EBF9FF;
    height: 40px;
    font-size: 12px; text-align: center; color: #5b5b5b;
    vertical-align: middle;
}
.table_style2 tr td{
    border-bottom: 2px solid #e9e9e9;
    text-align: center;
    vertical-align: middle;

    font-size: 12px; line-height: 16px; color: #5b5b5b;
}
.table_style2 tr td a{
    color: #5b5b5b;
    height: 37px; line-height: 37px; display: block;
}
.table_style2 tr td:first-child{
    text-align: left;
}
.table_style2 tr td:first-child a{
    width: 375px;
    margin-left: 20px;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.hot_question_list{
    width: 100%; height: 100%;
    overflow: auto;
}
.hot_question_list>li{
    width: 100%; height: auto;
    margin-bottom: 21px;
}
.hot_question_list>li p{
    margin-bottom: 10px;
}
.hot_question_list>li .childQue_list{
    margin-left: 20px; margin-right: 65px;
}
.hot_question_list>li .childQue_list>li{
    width: 100%; display: block;
    margin-bottom: 11px;
}
.hot_question_list>li .childQue_list>li>a{
    width: 100%; display: block;
    overflow: hidden;
    font-size: 12px; line-height: 16px; color: #5b5b5b;
}
.hot_question_list>li .childQue_list>li:hover>a{
    color: #0783e3;
}
.hot_question_list>li .childQue_list>li .title{
    width: 405px; height: 16px;
    display: inline-block;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.hot_question_list>li .childQue_list>li .date{
    display: inline-block; float: right;
}

.invest_message{
    margin: 40px 29px 40px 40px;
}
.invest_message .invest_message_title{
    font-size: 26px; line-height: 34px; color: #0783E3;
}
.invest_message .invest_message_con{
    height: 353px;
    overflow: auto;
}
.invest_message .invest_message_con .order_form{
    padding: 0;
    margin: 34px 40px 0 0;
    box-shadow: none;
}
.invest_message .invest_message_con .order_form .tr{
    margin-bottom: 10px;
}
.invest_message .invest_message_con .order_form .tr .th{
    width: 181px; min-height: 40px;
}
.invest_message .invest_message_con .order_form .tr .td{
    width: auto;
    min-height: 40px;
    float: left;
    overflow: hidden;
}
.invest_message .invest_message_con .order_form .tr .input_c{
    width: 318px;
    display: inline-block; float: left;
}
.invest_message .invest_message_con .order_form .tr .input_c input{
    width: 278px;
}
.invest_message .invest_message_con .order_form .tr .radio_c{
    margin-top: 9px;
}

.invest_message .invest_message_con .order_form .tr .radio_c input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    clip: auto;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.invest_message .invest_message_con .order_form .tr:nth-child(9) .radio_c>div label{
    min-width: 145px;
}
.invest_message .invest_message_con .order_form .tr .radio_c>div label{
    min-width: 92px;
}
.invest_message .invest_message_con .order_form .tr .tip{
    display: inline-block; float: left;
    margin-left: 40px;
    font-size: 16px; line-height: 40px; color: #5b5b5b;
}
.invest_message .invest_message_con .order_form .tr  textarea{
    width: 498px; height: 158px;
    border: 1px solid #dfdfdf;
    resize: none;
    padding: 20px;
}
.invest_message .invest_message_con .order_form .tr.code_tr .td{
    width: 675px; float: right;
}
.invest_message .invest_message_con .order_form .tr.code_tr .input_c{
    width: 158px;
}
.invest_message .invest_message_con .order_form .tr.code_tr input{
    width: 118px;
}
.invest_message .invest_message_con .order_form .tr.code_tr .right{
    margin-left: 0;
}
.invest_message .invest_message_con .order_form .tr.code_tr .right .btn_submit{
    margin-left: 0;
}
.invest_message .invest_message_con .order_form .tr.code_tr .right .btn_reset{
    margin-left: 40px;
}

.i_con7 .wrap .otherOpt_c .otherOpt_nav_w .otherOpt_subnav.download_subnav>li>span{
    height: 219px;
}
.download_subnav .table_style2 tr th:nth-child(2){
    width: 101px;
}
.table_style2 .btn_download{
    height: 37px;
    display: block;
    margin: 0;
}
.table_style2 .btn_download i{
    width: 21px; height: 37px;
    background: url(../img/btn_download2.png) no-repeat;
    background-size: 42px;
    background-position: left center;
    margin: 0 auto;
    display: block;
}
.table_style2 .btn_download:hover i{
    background-position: right center;
}

.page_question .que_container .wrap .que_top{
    width: 100%; height: 33px;
    margin-bottom: 20px;
}
.page_question .que_container .wrap .que_top .left{
    height: 33px;
    display: inline-block; float: left;
}
.page_question .que_container .wrap .que_top .left .search_c{
    width: 180px; height: 33px;
    margin-right: 40px;
    display: inline-block; float: left;
    position: relative;
}
.page_question .que_container .wrap .que_top .left .search_c .search_cus{
    width: 100%; height: 31px; line-height: 31px;
    background-color: #fff;
    position: relative;
    border-radius: 34px;
    font-size: 16px; color: #5E5E5E; text-align: center;
    border: 1px solid #979797;
    cursor: pointer;
    user-select: none;
}
.page_question .que_container .wrap .que_top .left .search_c .search_cus:after{
    content: ' '; display: block;
    width: 13px; height: 33px;
    position: absolute; top: 0; right: 14px;
    background: url(../img/arrow2_group.png) no-repeat;
    background-size: 26px;
    background-position: left center;
}
.page_question .que_container .wrap .que_top .left .search_c.active .search_cus{
    border-color: #0783e3;
    color: #0783e3;
}
.page_question .que_container .wrap .que_top .left .search_c.active .search_cus:after{
    background-position: right center;
}
.page_question .que_container .wrap .que_top .left .search_c .search_list_c{
    width: 100%; height: auto;
    background-color: #fff;
    box-shadow: 0px 4px 8px 2px rgba(1,71,156,0.09);
    position: absolute; top: 53px; left: 0; z-index: 1;

    display: none;
}
.page_question .que_container .wrap .que_top .left .search_c.active .search_list_c{
    display: block;
}
.page_question .que_container .wrap .que_top .left .search_c .search_list_c:before{
    content: ' '; display: block;
    width: 0; height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 18px solid #fff;
    position: absolute; left: 50%; margin-left: -18px;
    top: -12px;
}
.page_question .que_container .wrap .que_top .left .search_c .search_list_c .swiper-container{
    width: 100%; height: auto; max-height: 157px;
    padding: 5px 0;
}
.page_question .que_container .wrap .que_top .left .search_c .search_list_c .swiper-container ul>li{
    padding: 5px 24px 5px 20px;
    font-size: 12px; line-height: 16px; color: #5E5E5E;
}
.page_question .que_container .wrap .que_top .left .search_c .search_list_c .swiper-container ul>li a{
    width: 100%; display: block;
    color: #5e5e5e;
}
.page_question .que_container .wrap .que_top .left .search_c .search_list_c .swiper-container ul>li:hover a{
    color: #0783e3;
}
.page_question .que_container .wrap .que_top .left .btn_search{
    width: 122px; height: 34px; line-height: 34px;
    font-size: 16px; text-align: center;
    display: inline-block;
    border-radius: 34px;
    cursor: pointer;
}

.page_question .que_container .wrap .que_top .right{
    display: inline-block; float: right;
}
.page_question .que_container .wrap .que_top .right .psearch_search_c{
    margin-bottom: 0;
}

.theindex_quelist{
    width: 100%; height: auto;
}
.theindex_quelist>li{
    width: 100%; height: auto;
    margin-bottom: 20px;
}
.theindex_quelist>li .que{
    width: 100%; height: 57px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 3px 14px 2px rgba(1,71,156,0.1);
    cursor: pointer;
}
.theindex_quelist>li.active .que{
    background: -o-linear-gradient(135deg, #016BE3, #02AFF2);
    background: -moz-linear-gradient(135deg, #016BE3, #02AFF2);
    background: linear-gradient(135deg, #016BE3, #02AFF2);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorstr = #016BE3, endColorstr = #02AFF2)";
    box-shadow: 0px 2px 8px rgba(68, 158, 230, 0.6);
}
.theindex_quelist>li .que span{
    width: 70%; height: 57px;
    display: inline-block;
    line-height: 57px;
    font-size: 26px; color: #5b5b5b;
    margin-left: 40px;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.theindex_quelist>li.active .que span{
    color: #fff;
}
.theindex_quelist>li .que i{
    width: 33px; height: 57px;
    display: inline-block; float: right;
    background: url(../img/toggle_group.png) no-repeat;
    background-size: 66px;
    background-position: left center;
    margin-right: 40px;
}
.theindex_quelist>li.active .que i{
    background-position: right center;
}
.theindex_quelist>li .ans{
    padding: 20px 40px;
    font-size: 20px; line-height: 30px; text-align: justify;
    color: #5b5b5b;
    display: none;
}
.theindex_quelist>li:first-child .ans{
    display: block;
}

/*基金销售费率表*/
.page_rateTable{
    background: url(../img/bg1.jpg);
    background-size: cover;
    background-position: top center;
    overflow: hidden;
}
.page_rateTable .wrap{
    width: 1060px;
    background: #ffffff;
    box-shadow: 0px 3px 14px 2px rgba(1,71,156,0.1);
    margin: 80px auto;
    padding: 32px 70px 78px 70px;
}
.page_rateTable .wrap .title{
    font-size: 26px; line-height: 34px; color: #5B5B5B;
    text-align: center;
    margin-bottom: 16px;
}
.page_rateTable .wrap .rate_nav_list{
    width: 100%; height: auto;
    overflow: hidden;
}
.page_rateTable .wrap .rate_nav_list>li{
    width: 50%; height: auto;
    display: inline-block;
    float: left;
}
.page_rateTable .wrap .rate_nav_list>li p{
    font-size: 20px; line-height: 26px;
    color: #A4ABB3; text-align: center;
    cursor: pointer;
}
.page_rateTable .wrap .rate_nav_list>li.active p{
    color: #0783E3;
}
.page_rateTable .wrap .rate_nav_list>li .rate_subnav_c{
    width: 100%; height: auto;
    margin-top: 16px; margin-bottom: 42px;
    display: none;
}
.page_rateTable .wrap .rate_nav_list>li.active .rate_subnav_c{
    display: block;
}
.page_rateTable .wrap .rate_nav_list>li .rate_subnav_c .rate_subnav_list{
    display: table;
    margin: 0 auto;
    overflow: hidden;
}
.page_rateTable .wrap .rate_nav_list>li .rate_subnav_c .rate_subnav_list>li{
    display: inline-block; float: left;
    font-size: 16px; color: #A4ABB3; line-height: 21px;
    margin-right: 40px;
}
.page_rateTable .wrap .rate_nav_list>li .rate_subnav_c .rate_subnav_list>li:last-child{
    margin-right: 0;
}
.page_rateTable .wrap .rate_nav_list>li .rate_subnav_c .rate_subnav_list>li>span{
    display: block;
    padding: 0 40px;
    cursor: pointer;
}
.page_rateTable .wrap .rate_nav_list>li .rate_subnav_c .rate_subnav_list>li.active{
    color: #0783E3;
}
.page_rateTable .wrap .rate_detail_c{
    width: 100%; height: auto;
}
.page_rateTable .wrap .rate_detail_c .rate_table{
    width: 100%; height: auto;
    font-size: 12px; line-height: 16px; color: #5b5b5b; text-align: center;
    margin-bottom: 60px;
}
.page_rateTable .wrap .rate_detail_c .rate_table tr th{
    height: 60px;
    background-color: #ebf9ff;
    vertical-align: middle;
    border-right: 2px solid #ffffff;
}
.page_rateTable .wrap .rate_detail_c .rate_table tr th span{
    display: block;
    color: #FF4A45;
}
.page_rateTable .wrap .rate_detail_c .rate_table tr th:last-child{
    border-right: 0;
}
.page_rateTable .wrap .rate_detail_c .rate_table tr th:nth-child(1){
    width: 80px;
}
.page_rateTable .wrap .rate_detail_c .rate_table tr th:nth-child(2){
    width: 73px;
}
.page_rateTable .wrap .rate_detail_c .rate_table tr th:nth-child(3){
    width: 70px;
}
.page_rateTable .wrap .rate_detail_c .rate_table tr th:last-child{
    border-right: 2px solid #ebf9ff;
}
.page_rateTable .wrap .rate_detail_c .rate_table tr td{
    height: 50px; vertical-align: middle;
    padding: 0 5px;
    border-right: 2px solid #e9e9e9;
    border-bottom: 2px solid #e9e9e9;
}
.page_rateTable .wrap .rate_detail_c .rate_table tr td:first-child{
    border-left: 2px solid #e9e9e9;
}
.page_rateTable .wrap .rate_detail_c .rate_table tr td a{
    color: #5b5b5b;
}


/*理财计算器*/
.page_calc{
    padding-bottom: 100px;
}
.page_calc .calc_nav_list{
    width: 100%; height: auto;
    overflow: hidden;
}
.page_calc .calc_nav_list>li{
    width: 50%; height: 67px;
    background-color: #e9e9e9;
    display: inline-block; float: left;
    cursor: pointer;
    font-size: 24px; text-align: center; color: #a4abb3;
    line-height: 67px;
}
.page_calc .calc_nav_list>li.active{
    border-radius: 5px; color: #fff;
    background: -o-linear-gradient(150deg, #0066FF, #00B8E9);
    background: -moz-linear-gradient(150deg, #0066FF, #00B8E9);
    background: linear-gradient(150deg, #0066FF, #00B8E9);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorstr = #0066FF, endColorstr = #00B8E9)";
}
.calc_wrap{
    display: none;
}
.calc_wrap .calc_youself{
    display: table;
    margin: 60px auto 0 auto;
    padding-left: 30px;
}
.calc_wrap .calc_youself.style2{
    padding-left: 0;
}
.calc_wrap .calc_youself .tr{
    width: 100%; height: 34px;
    margin-bottom: 24px;
    font-size: 20px; color: #5b5b5b;
}
.calc_wrap .calc_youself .tr:last-child{
    margin-bottom: 0;
}
.calc_wrap .calc_youself .tr .th{
    width: 336px; height: 34px; line-height: 34px;
    display: inline-block; float: left;
}
.calc_wrap .calc_youself .tr .td{
    display: inline-block; float: left;
}
.calc_wrap .search_c{
    width: 217px; height: 32px;
    margin-right: 40px;
    display: inline-block; float: left;
    position: relative;
    border: 1px solid #5e5e5e;
}
.calc_wrap .search_cus{
    width: calc(100% - 10px); height: 32px; line-height: 32px;
    background-color: #fff;
    position: relative;
    border-radius: 34px;
    font-size: 16px; color: #5E5E5E; text-align: center;
    cursor: pointer;
    padding: 0 5px;
    white-space: nowrap;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.calc_wrap .search_cus:before{
    content: ' '; display: block;
    width: 40px; height: 100%;
    position: absolute; right: 0; top: 0;
    background-color: #fff;
}
.calc_wrap .search_cus:after{
    content: ' '; display: block;
    width: 13px; height: 100%;
    position: absolute; top: 0; right: 14px;
    background: url(../img/arrow2_group.png) no-repeat;
    background-size: 26px;
    background-position: left center;
}
.calc_wrap .search_c.active .search_cus{
    color: #0783e3;
}
.calc_wrap .search_c.active .search_cus:after{
    background-position: right center;
}
.calc_wrap .search_c .search_list_c{
    width: 100%; height: auto;
    background-color: #fff;
    box-shadow: 0px 0px 16px 2px rgba(1,71,156,0.09);
    position: absolute; top: 53px; left: 0; z-index: 1;

    display: none;
}
.calc_wrap .search_c .search_list_c:before{
    content: ' '; display: block;
    width: 0; height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 18px solid #fff;
    position: absolute; left: 50%; margin-left: -18px;
    top: -12px;
}
.calc_wrap .search_c .search_list_c .swiper-container{
    width: 100%; height: auto; max-height: 157px;
    padding: 5px 0;
}
.calc_wrap .search_c .search_list_c .swiper-container ul>li{
    padding: 5px 24px 5px 20px;
    font-size: 16px; line-height: 21px; color: #5B5B5B;
    cursor: pointer;
}
.calc_wrap .search_c .search_list_c .swiper-container ul>li span{
    color: #5b5b5b;
    width: 100%; display: block;
}
.calc_wrap .search_c .search_list_c .swiper-container ul>li:hover span{
    color: #0783E3;
}
.calc_wrap .calc_youself .tr .td .search_c .search_cus i {
    color: #A4ABB3; font-style: normal;
    margin-left: 6px;
}
.calc_wrap .calc_youself .tr .td .search_c.active .search_cus i {
    color: #0783e3;
}

.calc_wrap .input_c{
    width: 217px; height: 32px;
    border: solid 1px #5e5e5e;
    display: inline-block; float: left;
}
.calc_wrap .input_c input{
    width: 177px; height: 32px; line-height: 32px;
    padding: 0 20px;
    border: 0;
    font-size: 16px; color: #5e5e5e;
}
.calc_wrap .tr .td span{
    margin-left: 10px; line-height: 34px;
    display: inline-block; float: left;
}

.calc_wrap .plan_type_list{
    height: auto; overflow: hidden;
    display: table;
    margin: 40px auto 38px auto;
}
.calc_wrap .plan_type_list>li{
    display: inline-block; float: left;
    margin-right: 123px;
    font-size: 26px; line-height: 44px; color: #A4ABB3;
    cursor: pointer;
}
.calc_wrap .plan_type_list>li.active,
.calc_wrap .plan_type_list>li:hover{
    color: #0783E3;
}
.calc_wrap .plan_type_list>li:last-child{
    margin-right: 0;
}
.calc_wrap .plan_type_list>li span{
    padding-left: 59px;
    position: relative;
    display: block;
}
.calc_wrap .plan_type_list>li span:before{
    content: ' '; display: block;
    width: 44px; height: 44px;
    background-repeat: no-repeat;
    background-size: 88px;
    background-position: left center;
    position: absolute; top: 0; left: 0;
}
.calc_wrap .plan_type_list>li.active span:before,
.calc_wrap .plan_type_list>li:hover span:before{
    background-position: right center;
}
.calc_wrap .plan_type_list>li:nth-child(1) span:before{
    background-image: url(../img/i_plan1.png);
}
.calc_wrap .plan_type_list>li:nth-child(2) span:before{
    background-image: url(../img/i_plan2.png);
}
.calc_wrap .plan_type_list>li:nth-child(3) span:before{
    background-image: url(../img/i_plan3.png);
}
.calc_wrap .desc{
    width: 933px; height: auto;
    font-size: 16px; line-height: 28px; color: #5b5b5b;
    text-align: justify;
}
.calc_wrap .calc_youself .tr .td.td2 .input_c{
    width: 78px;
}
.calc_wrap .calc_youself .tr .td.td2 .input_c input{
    width: 38px;
}
.calc_wrap .calc_youself .tr .td.td2 .input_c+span{
    margin-right: 32px;
}
.calc_wrap .calc_youself .btns_c{
    display: table; margin: 0 auto;
    margin-bottom: 60px;
}
.calc_wrap .calc_youself .btns_c .btn_calc{
    width: 200px; height: 48px;
    font-size: 16px; line-height: 48px;
    border-radius: 48px;
    color: #fff; text-align: center;
    background: -o-linear-gradient(135deg, #016BE3, #02AFF2);
    background: -moz-linear-gradient(135deg, #016BE3, #02AFF2);
    background: linear-gradient(135deg, #016BE3, #02AFF2);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorstr = #016BE3, endColorstr = #02AFF2)";
    box-shadow: 0px 2px 8px rgba(68,158,230,0.6);
    display: inline-block; float: left;

    border: 0; outline: none;
    cursor: pointer;

    margin-right: 45px;
}
.calc_wrap .calc_youself .btns_c .result{
    min-width: 220px; line-height: 48px;
    color: #0783e3; font-size: 20px;
    display: inline-block; float: left;
}
.calc_wrap .calc_tip{
    width: 566px; height: auto;
    font-size: 16px; line-height: 21px; color: #a4abb3;
    text-align: justify;
    margin: 0 auto;
}
.calc_wrap .calc_youself.style2 .tr .td{
    text-align: center;
}
.calc_youself .search_c .search_list_c .swiper-container ul>li span i,
.calc_wrap .calc_youself.style2 .tr .td .search_c .search_cus i{
    color: #A4ABB3;
    margin-left: 6px;
    font-style: normal;
}
.calc_wrap .calc_youself.style2 .tr .td .search_c.active .search_cus i{
    color: #0783e3;
}
.search_c .search_list_c .swiper-container ul>li:hover span i{
    color: #0783E3;
}
.calc_youself .search_c .search_list_c .swiper-container ul>li span{
    margin-left: 0;
    float: none; line-height: normal;
    display: inline;
}
.calc_wrap .calc_youself.style2 .tr .td .input_c input{
    width: 197px;
    padding: 0 10px;
    text-align: center;
    font-size: 16px; color: #5B5B5B;
    border: 0;
}
.calc_wrap .calc_youself.style2 .tr .td .input_c.readonly input{
    color: #A4ABB3;
}
.calc_wrap .calc_youself.style2 .tr .td input::-webkit-input-placeholder{
    color: #A4ABB3;
}
.calc_wrap .calc_youself.style2 .tr .td input::-moz-placeholder{
    color: #A4ABB3;
}
.calc_wrap .calc_youself.style2 .tr .td input:-moz-placeholder{
    color: #A4ABB3;
}
.calc_wrap .calc_youself.style2 .tr .td input:-ms-input-placeholder{
    color: #A4ABB3;
}
.calc_wrap .calc_youself .tr .td .date_c{
    width: 217px; height: 32px;
    border: solid 1px #5e5e5e;
    position: relative;
    cursor: pointer;
}
.calc_wrap .calc_youself .tr .td .date_c:after{
    content: ' '; display: block;
    width: 16px; height: 100%;
    position: absolute; right: 9px; top: 0;
    background: url(../img/i_calendar2.png) no-repeat;
    background-size: 32px;
    background-position: left center;
}
.calc_wrap .calc_youself .tr .td .date_c input{
    width: 177px; height: 32px; line-height: 32px;
    padding: 0 20px;
    border: 0;
    font-size: 16px; color: #5b5b5b; text-align: center;
    cursor: pointer;
}


.radio_c.style2 input[type="radio"] + label{
    cursor: pointer;
    font-size: 16px; color: #A4ABB3;
}
.radio_c.style2 input[type="radio"]:checked + label{
    color: #0783E3;
}
.radio_c.style2 input[type="radio"] + label::before {
    content: "\a0";
    display: inline-block;
    vertical-align: middle;
    /*font-size: 14px;*/
    width: 13px;
    height: 13px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #A4ABB3;
    border: 1px solid #A4ABB3;
    padding: 3px;
    box-sizing: border-box;
    background-clip: content-box;
}
.radio_c.style2 input[type="radio"]:checked + label::before {
    border-color: #0783E3;
    background-color: #0783E3;
}

.calc_wrap .calc_youself .btns_c{
    margin-top: 42px;
}

.layui-laydate-main.noTopLink{
    padding-top: 8px;
}
.layui-laydate-main.noTopLink+.layui-laydate-footer{
    height: 42px;
}

.calc_wrap .calc_youself .tr .td .date_c.active{
    border-color: #0783E3;
}
.calc_wrap .calc_youself .tr .td .date_c.active input{
    color: #0783E3;
}
.calc_wrap .calc_youself .tr .td .date_c.active:after{
    background-position: right center;
}
.calc_wrap .btns_c{
    height: auto;
    margin: 22px auto 0 auto;
    overflow: hidden;
    display: table;
    padding: 8px;
}
.calc_wrap .btns_c .btn_submit,
.calc_wrap .btns_c .btn_reset{
    width: 200px; height: 48px;
    font-size: 16px; line-height: 48px;
    border-radius: 48px;
    color: #fff; text-align: center;
    background: -o-linear-gradient(135deg, #016BE3, #02AFF2);
    background: -moz-linear-gradient(135deg, #016BE3, #02AFF2);
    background: linear-gradient(135deg, #016BE3, #02AFF2);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorstr = #016BE3, endColorstr = #02AFF2)";
    box-shadow: 0px 2px 8px rgba(68,158,230,0.6);
    display: inline-block; float: left;

    border: 0; outline: none;
    cursor: pointer;

    margin-right: 45px;
}
.calc_wrap .btns_c .btn_submit.default{
    background: #b2b2b2;
    box-shadow: none;
    cursor: default;
}
.calc_wrap .calcinfo_bottom{
    width: 565px; height: auto;
    border-top: 1px solid #979797;
    padding: 19px 0 71px 0;
    margin: 13px auto 0 auto;
}
.calc_wrap .calcinfo_bottom>p{
    display: table;
    margin: 0 auto;
    font-size: 20px; line-height: 26px; font-weight: 400;
    color: #0783e3;
}
.calc_wrap .calcinfo_bottom>p span{
    margin-right: 60px;
}
.calc_wrap .calcinfo_bottom>p span:last-child{
    margin-right: 0;
}
.page_calc .calc_result_box{
    width: 100%; height: auto;
    margin-bottom: 30px;
}
.page_calc .calc_result_box:last-child{
    margin-bottom: 0;
}
.page_calc .calc_result_box .label{
    font-size: 20px; line-height: 26px; color: #5B5B5B;
    margin-bottom: 22px;
}
.page_calc .calc_result_box .label{
    font-size: 20px; line-height: 26px; color: #5B5B5B;
}
.page_calc .calc_result_box table{
    width: 100%; height: auto;
}
.page_calc .calc_result_box table thead{
    font-size: 16px; color: #5E5E5E; text-align: center;
    line-height: 30px;
}
.page_calc .calc_result_box table thead th{
    width: 16.66%;
    background-color: #EBF9FF;
}
.page_calc .calc_result_box.tb2 table thead th{
    width: 14%;
}
.page_calc .calc_result_box table thead th:nth-child(1){
    width: 160px;
}
.page_calc .calc_result_box table thead:hover th{
    background-color: #EBF9FF;
}
.page_calc .calc_result_box table tbody{
    font-size: 12px; color: #5E5E5E;
    text-align: center;
}
.page_calc .calc_result_box table tbody td{
    height: 57px;
    border-bottom: 2px solid #E9E9E9;
    vertical-align: middle;
}

.page_search .wrap .search_theTop{
    width: 100%; height: 35px;
    margin-bottom: 40px;
}
.page_search .wrap .search_theTop .psearch_search_c{
    display: inline-block; float: left;
    margin-bottom: 0;
}
.page_search .wrap .search_theTop .date_range_c{
    display: inline-block;
    position: relative;
    float: right;
}
.date_range_c span{
    font-size: 16px; line-height: 35px; color: #5B5B5B;
    float: left;
}
.date_range_c .date_c{
    height: 33px;
    border: 1px solid #DFDFDF;
    background-color: #fff;
    display: inline-block; float: left;
}
.date_range_c .date_c input{
    width: 108px; height: 33px; line-height: 33px;
    padding: 0 5px;
    border: 0;
    cursor: default;
}
.date_range_c .date_c+.date_c{
    margin-left: 29px;
}
.date_range_c .date_c+.date_c:before{
    content: '-'; display: block;
    font-size: 16px; line-height: 35px;
    position: absolute; top: 0; left: 209px;
}
.date_range_c .btn_search{
    width: 45px; height: 18px; line-height: 18px;
    margin-left: 20px; margin-top: 9px;
    display: inline-block; float: left;
    font-size: 12px; color: #fff; text-align: center;
    cursor: pointer;
}

/*自定义日期选择器样式*/
.layui-laydate table tbody tr:hover{
    background-color: transparent;
}
.layui-laydate table tr td{
    color: #5B5B5B;
}
.layui-laydate table tr td:hover{
    color: #5B5B5B;
}
.layui-laydate-header{
    margin: 0 20px;
    border-bottom: 0;
    padding: 0;
    line-height: 37px;
}
.laydate-set-ym{
    width: auto;
    display: table;
    margin: 0 auto;
}
.laydate-set-ym span:last-child{
    float: left;
}
.layui-laydate-header i.laydate-prev-y{
    width: 30px; height: 37px;
    padding: 0;
    position: absolute; left: -10px; top: 0;
}
.layui-laydate-header i.laydate-prev-y:after{
    content: ' '; display: block;
    width: 10px; height: 100%;
    background-size: auto 100%;
    background: url(../img/calendar_prev2.png) no-repeat;
    background-position: left center;
    position: absolute; left: 10px; top: 0;
}
.layui-laydate-header i.laydate-prev-y:hover:after{
    background-position: right center;
}
.layui-laydate-header i.laydate-prev-m{
    width: 30px; height: 37px;
    padding: 0;
    position: absolute; left: 20px; top: 0;
}
.layui-laydate-header i.laydate-prev-m:after{
    content: ' '; display: block;
    width: 5px; height: 100%;
    background-size: auto 100%;
    background: url(../img/calendar_prev.png) no-repeat;
    background-position: left center;
    position: absolute; left: 12.5px; top: 0;
}
.layui-laydate-header i.laydate-prev-m:hover:after{
    background-position: right center;
}
.layui-laydate-header i.laydate-next-y{
    width: 30px; height: 37px;
    padding: 0;
    position: absolute; right: -10px; top: 0;
}
.layui-laydate-header i.laydate-next-y:after{
    content: ' '; display: block;
    width: 10px; height: 100%;
    background-size: auto 100%;
    background: url(../img/calendar_next2.png) no-repeat;
    background-position: left center;
    position: absolute; left: 10px; top: 0;
}
.layui-laydate-header i.laydate-next-y:hover:after{
    background-position: right center;
}
.layui-laydate-header i.laydate-next-m{
    width: 30px; height: 37px;
    padding: 0;
    position: absolute; right: 20px; top: 0;
}
.layui-laydate-header i.laydate-next-m:after{
    content: ' '; display: block;
    width: 5px; height: 100%;
    background-size: auto 100%;
    background: url(../img/calendar_next.png) no-repeat;
    background-position: left center;
    position: absolute; left: 12.5px; top: 0;
}
.layui-laydate-header i.laydate-next-m:hover:after{
    background-position: right center;
}
.layui-laydate-content{
    padding: 0 20px;
}
.layui-laydate-content table{
    font-size: 12px; color: #5B5B5B;
}
.layui-laydate-content table thead tr{
    background-color: #E9E9E9;
}
.layui-laydate .layui-laydate-content .layui-this{
    background-color: transparent !important;
    color: #0783E3 !important;
}

.layui-laydate-footer{
    height: 53px;
    padding: 0 20px 20px 20px;
    border: 0;
}
.layui-laydate-footer .laydate-footer-btns{
    position: absolute; right: 20px; top: 0px;
}
.layui-laydate-footer .laydate-footer-btns span{
    width: 60px; height: 22px; line-height: 22px;
    background-color: #D8D8D8;
    border-radius: 0;
    border: 0;
    color: #5B5B5B;
    padding: 0; text-align: center;
    margin-right: 20px;
}
.layui-laydate-footer .laydate-footer-btns span:last-child{
    margin-right: 0;
}
.layui-laydate-footer .laydate-footer-btns .laydate-btns-clear{ display: none; }
.layui-laydate-footer .laydate-footer-btns .laydate-btns-now{ display: none; }
.layui-laydate-footer .laydate-footer-btns .laydate-btns-confirm{
    background: -o-linear-gradient(150deg, #0066FF, #00B8E9) !important;
    background: -moz-linear-gradient(150deg, #0066FF, #00B8E9) !important;
    background: linear-gradient(150deg, #0066FF, #00B8E9) !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorstr = #0066FF, endColorstr = #00B8E9)" !important;
    box-shadow: 0px 3px 8px rgba(0,163,239,0.5) !important;
    color: #fff !important;
}

.layui-laydate-toplink{
    margin: 9px 20px 0 20px;
    padding: 11px 0;
    border-bottom: 2px solid #e9e9e9;
    overflow: hidden;
}
.layui-laydate-toplink>a{
    width: 38px;
    font-size: 12px; line-height: 16px; color: #5b5b5b;
    display: inline-block; float: left;
    margin-right: 30px;
}
.layui-laydate-toplink>a:hover{
    color: #0783E3;
}
.layui-laydate-toplink>a:last-child{
    width: 26px; text-align: right;
    float: right;
    margin-right: 0;
}
/*/自定义日期选择器样式*/

/*帮助中心*/
.page_help{
    width: 100%; height: auto;
    background: url(../img/bg1.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
}
.page_help .i_con7{
    padding: 0;
}
.page_help .wrap{
    padding: 80px 0;
}
.i_con7 .wrap .otherOpt_c .otherOpt_nav_w .otherOpt_subnav.calc_subnav>li>span{
    font-size: 26px; line-height: 34px;
}
.page_help .calc_wrap{
    height: 100%;
    display: block;
    overflow: auto;
}
.page_help .calc_wrap .calc_youself{
    padding: 0;
    margin: 0 0 0 72px;
}
.page_help .calc_wrap .calcinfo_bottom{
    padding-bottom: 0;
}
.page_help .calc_wrap .calc_youself .tr:not(:last-child){
    margin-bottom: 20px;
}
/*/帮助中心*/

@media screen and (max-width: 1280px) {
    .fixed_btns_c{
        bottom: 40px;
    }
    .com_guide .com_guide_wrap .follow_c{
        left: 0; margin-left: 0;
    }
}

/*错误页面*/
.page_error{
    width: 100%; height: 100%;
    background-color: #F6F6F6;
    position: absolute;
}
.page_error .wrap{
    width: 1200px; height: 100%;
    margin: 0 auto;
}
.page_error .wrap .error_box{
    width: auto; height: 828px;
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.page_error .wrap .error_box .error_bg{
    height: 100%; display: block;
}
.page_error .wrap .error_box .error_item{
    width: 721px;
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.page_error .wrap .error_box .error_item .top{
    font-size: 36px; line-height: 48px;
    color: #2B2B2B; font-weight: 400;
    display: flex; align-items: flex-end;
    padding-bottom: 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid #D8D8D8;
}
.page_error .wrap .error_box .error_item .top .code{
    font-size: 120px; line-height: 120px;
    margin-right: 30px;
    font-weight: 300;
}
.page_error .wrap .error_box .error_item .bottom{
    overflow: hidden;
}
.page_error .wrap .error_box .error_item .bottom>div{
    width: 45%;
    display: inline-block; float: left;
}
.page_error .wrap .error_box .error_item .bottom>div:first-child{
    width: 55%;
}
.page_error .wrap .error_box .error_item .bottom .title{
    font-size: 36px; color: #2b2b2b;
    margin-bottom: 22px;
}
.page_error .wrap .error_box .error_item .bottom  .list{
    font-size: 24px; color: #999999;
    line-height: 32px;
}
.page_error .wrap .error_box .error_item .bottom .list>li:not(:last-child){
    margin-bottom: 21px;
}
.page_error .wrap .error_box .error_item .bottom .list>li a{
    color: #4CA5F1;
}

@media screen and (max-height: 828px) {
    .page_error .wrap .error_box{
        height: 96%;
    }
    .page_error .wrap .error_box .error_bg{
        min-width: 740px;
    }
}
/*/错误页面*/

/*基金销网上直销申购优惠费率售费率表*/
.page_rate{
    background: url(../img/bg1.jpg);
    background-size: 1920px;
    background-position: top center;
    padding: 80px 0;
}
.page_rate .rate_box{
    width: 1080px; height: auto;
    box-shadow: 0px 3px 14px 2px rgba(1,71,156,0.1);
    background-color: #fff;
    padding: 30px 60px 40px 60px;
}
.page_rate .rate_box .title{
    font-size: 26px; line-height: 34px;
    color: #5b5b5b; text-align: center;
    margin-bottom: 40px;
}
.page_rate .rate_box .rate_table{
    width: 100%; height: auto;
}
.page_rate .rate_box .rate_table table{
    width: 100%;
}
.page_rate .rate_box .rate_table table thead{
    background-color: #ebf9ff;
}
.page_rate .rate_box .rate_table table thead th{
    width: 61px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    vertical-align: middle;
    padding: 10px;
    font-size: 12px; line-height: 16px; color: #5b5b5b;
}
.page_rate .rate_box .rate_table table thead tr:first-child th:nth-child(-n+5),
.page_rate .rate_box .rate_table table thead tr:last-child th{
    border-bottom: 0;
}
.page_rate .rate_box .rate_table table thead tr:hover th{
    background-color: #ebf9ff;
}
.page_rate .rate_box .rate_table table thead tr:first-child th:first-child{
    width: 62px;
    border-left: 1px solid #fff;
}
.page_rate .rate_box .rate_table table thead th:last-child{
    width: 90px;
}
.page_rate .rate_box .rate_table table thead tr:last-child th:nth-last-child(2),
.page_rate .rate_box .rate_table table thead tr:last-child th:nth-last-child(3),
.page_rate .rate_box .rate_table table thead tr:last-child th:nth-last-child(4),
.page_rate .rate_box .rate_table table thead tr:last-child th:nth-last-child(5){
    width: 100px;
}
.page_rate .rate_box .rate_table table thead tr:last-child th:nth-last-child(6){
    width: 73px;
}
.page_rate .rate_box .rate_table table td{
    font-size: 12px; line-height: 16px;
    color: #5B5B5B;
    text-align: center;
    padding: 10px 9px;
    vertical-align: middle;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}
.page_rate .rate_box .rate_table table td:first-child{
    border-left: 1px solid #e9e9e9;
    padding: 10px 15px;
}
.page_rate .rate_box .rate_table table thead tr:first-child th:nth-child(-n+5) span{
    padding-top: 53px;
    display: block;
}
/*/基金销网上直销申购优惠费率售费率表*/
.user_opt_img{
    width: 260px;
    height: 0px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 0px;
}
.user_opt_img img{
    width: 100%;
    height: 100%;
}
.user_opt_hihe{
    height: 185px !important;
}

@keyframes myfirst
{
    from { height: 0px;;}
    to { height: 185px;;}
}