html, body, dl, dd, dt, ul, ol, li, p, form, table, img, div, tr, td {
    padding: 0;
    margin: 0;
    font: 14px "Microsoft Yahei", Arial, Helvetica, sans-serif;
}

body {
    width: 100%;
    height: 100%;
    color: #1a1a1a;
    background: url(../img/body_bg.jpg) repeat-x left bottom;
}

ul, ol, li {
    list-style: none;
}

a, a:hover {
    text-decoration: none;
}

.fz-xl {
    font-size: 20px;
}

.fz-l {
    font-size: 18px;
}

.fz-m {
    font-size: 16px;
}

.fz-s {
    font-size: 12px;
}

.fc-red {
    color: #eb1b22;
}

.fc-red01 {
    color: #e30613;
}

.fc-grey01 {
    color: #717171;
}

.fc-grey02 {
    color: #565656;
}

.fc-grey03 {
    color: #6c6c6c;
}

.fc-grey04 {
    color: #545656 !important;
}

.fc-grey05 {
    color: #676767;
}

.fc-green01 {
    color: #2d8827 !important;
}

.fc-green02 {
    color: #1c8400;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

/*..header..*/
.header-box {
    background-color: #fff;
    position: relative;
    z-index: 100;
}

.header {
    width: 980px;
    height: 120px;
    margin: 0 auto;
    position: relative;
}

.logo {
    display: block;
    width: 186px;
    height: 78px;
    background: url(../img/logo.png) no-repeat center center;
    position: absolute;
    top: 22px;
    left: 0px;
}

.header-right {
    position: absolute;
    top: 10px;
    right: 0px;
    height: 18px;
    line-height: 18px;
}

.header-nav {
    float: left;
}

.header-nav > a {
    color: #595757;
    padding: 0px 6px;
    border-left: 1px #7a7979 solid;
    font-size: 12px;
}

.header-nav > a:first-child {
    border-left: 1px transparent solid;
}

.search-input {
    float: left;
    width: 122px;
    height: 18px;
    line-height: 18px;
    background: url(../img/sreach_input.png) no-repeat;
    padding: 1px 0px;
    margin-left: 12px;
}

.search-input a {
    display: inline-block;
    float: left;
    background: url(../img/sreach_icon.png) no-repeat right center;
    width: 18px;
    height: 16px;
}

.search-input input {
    display: inline-block;
    float: left;
    padding-left: 2px;
    width: 88px;
    height: 14px;
    line-height: 14px;
    border: none;
    margin-left: 8px;
    font-size: 12px;
    outline: none;
    color: #aaa7a3;
}

.login-box {
    position: absolute;
    left: 328px;
    bottom: 0px;
    padding: 7px 0px;
    height: 26px;
    background-color: #595959;
    color: #fff;
    display: none;
}

.login-input {
    float: left;
    margin-left: 20px;
}

.login-input input {
    height: 26px;
    line-height: 26px;
    padding: 0px 4px;
    width: 186px;
    border: none;
    margin-left: 10px;
}

.login-btn-box {
    float: left;
    height: 26px;
    line-height: 26px;
    margin-left: 18px;
    background-color: #a6a6a6;
}

.login-btn-box a {
    padding: 0px 20px;
    font-size: 13px;
    color: #fff;
}

/*.nav..*/
.nav-box {
    width: 100%;
    background-color: #e40613;
    height: 44px;
    line-height: 44px;
    position: relative;
    z-index: 9;
}

.nav {
    width: 980px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    margin: 0 auto;
    overflow: hidden;
}

.nav a {
    display: block;
    float: left;
    width: 140px;
    text-align: center;
    color: #fff;
    background: url(../img/nav_line.png) no-repeat left center;
}

.nav span {
    width: 1px;
    float: left;
    color: #fff;
}

.nav .active, .nav a:hover {
    background: #b73330 !important;
}

#fundNav {
    width: 100%;
    height: 197px;
    padding: 15px 0px;
    background: url(../img/nav_bg.png);
    position: absolute;
    top: 44px;
    left: 0px;
    z-index: 10;
    display: none;
}

.fund-nav {
    width: 980px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
}

.fund-type {
    float: left;
}

.fund-type a {
    display: block;
    padding-left: 34px;
    width: 212px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 4px;
    color: #fff;
    cursor: pointer;
}

.fund-type a:hover, .fund-type .active {
    background: url(../img/fundnav_bg.png);
}

.fund-nav .line {
    float: left;
    width: 1px;
    height: 100%;
    background: url(../img/fundnav_line.png);
    margin: 0px 28px;
}

.fund-type-detail {
    margin-top: 0px;
    overflow: hidden;
    display: none;
}

.fund-type-detail img {
    display: block;
    float: left;
    width: 254px;
    height: 166px;
}

.fund-type-text {
    float: left;
    margin-left: 20px;
    width: 403px;
    color: #fff;
}

/*..banner..*/
.banner {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.banner .d1 {
    width: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #000;
      background-size: 100% 100%;
}

.banner .d2 {
    width: 80%;
    height: 15px;
    clear: both;
    position: absolute;
    z-index: 100;
    left: 0;
    bottom: 20px;
    text-align: right;
}
.d2 .swiper-pagination-switch{
    display: inline-block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 100%;
    margin-right: 10px;
}
.d2 .swiper-active-switch{
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    background: #e3213a;
}

/*..hot..*/
.hot-box {
    width: 100%;
    background: #efefef;
    height: 254px;
    position: relative;
}

.none-arrow {
    position: absolute;
    left: 48%;
    top: -26px;
    z-index: 100;
}

.hot-content {
    width: 980px;
    height: 100%;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
}

.title {
    padding-left: 34px;
    height: 26px;
    line-height: 26px;
    background: url(../img/title_icon.png) no-repeat;
    margin-bottom: 12px;
    font-size: 18px;
    color: #6c6c6c;
    font-weight: bold;
}

.hot-title {
    background-position: 0px 0px;
}

#changeHot > div {
    width: 290px;
    height: 135px;
    padding: 30px 0px 0px 30px;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    margin-top: 10px;
}

#changeHot > div div {
    margin-top: 6px;
}

.hot01 {
    background-image: url(../img/hot_img01.jpg);
}

.hot02 {
    background-image: url(../img/hot_img02.jpg);
    margin-left: 10px;
}

.hot03 {
    background-image: url(../img/hot_img03.jpg);
    margin-left: 10px;
}

.hot-fund-title {
    font-size: 32px;
    color: #eb1b22;
    font-weight: bold;
}

.hot-fund-num {
    font-size: 32px;
    color: #eb1b22;
}

.hot-bottom span {
    display: inline-block;
}

.hot-bottom a {
    padding: 7px;
    font-size: 16px;
    background-color: #eb1b22;
    color: #fff;
    display: inline-block;
    vertical-align: top;
}

.hot-left, .hot-right {
    position: absolute;
    top: 128px;
    width: 15px;
    height: 50px;
    background: url(../img/hot_arrow.png) no-repeat;
    cursor: pointer;
}

.hot-left {
    left: -24px;
}

.hot-right {
    right: -24px;
    background-position: 0px bottom;
}

/*..container..*/
.container {
    width: 980px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    position: relative;
}

.fund-box {
    margin-top: 20px;
}

.fund-title {
    background-position: 0px -66px;
}

.product-type {
    overflow: hidden;
    margin-bottom: 10px;
    background: url(../img/product_bg.png) no-repeat;
}

.fund-title-type {
    width: 980px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #606165;
    border-radius: 4px;
}

.fund-title-type a {
    display: block;
    float: left;
    width: 163px;
    height: 46px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.fund-title-type a.active{
    background-color: #E30613;
}

.product-type div {
    float: left;
    width: 196px;
    height: 46px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.product-table {
    width: 100%;
    font-size: 13px;
}

.product-table td {
    padding: 6px 0px 6px 10px;
}

.product-table .fc-grey02:hover {
    background-color: #efefef;
}

.product-table a {
    color: #565656;
}

.product-table a.table-btn {
    background-color: #eb1b22;
    padding: 2px 4px;
    color: #fff;
    font-size: 12px;
}

.report-title {
    background-position: 0px -127px;
    margin-top: 20px;
}

.report-box {
    overflow: hidden;
    color: #fff;
}

.report-box .fz-l {
    font-weight: bold;
    height: 25px;
    margin-top: -4px;
    overflow: hidden;
}

.report-box span {
    display: block;
}

.report-box img {
    border: none;
    width: 320px;
    height: 230px;
}

.report01, .report02, .report03 {
    display: block;
    width: 320px;
    height: 361px;
    float: left;
    color: #fff;
    background-color: #a6a6a6;
}

.report-detail {
    width: 290px;
    background: url(../img/report_detail.png) no-repeat;
    padding: 15px 15px 18px 15px;
    height: 98px;
    overflow: hidden;
}

.report02, .report03 {
    margin-left: 10px;
}

.report-date {
    font-size: 12px;
    text-align: right;
    color: #d6d6d6
}

.report-text {
    margin: 8px 0px;
    height: 48px;
    overflow: hidden;
}

.news-title {
    background-position: 0px bottom;
    margin-top: 20px;
}

.news-box {
    overflow: hidden;
    margin-top: 10px;
}

.news-left {
    width: 583px;
    height: 500px;
    border-left: 1px #cdcece solid;
    border-right: 1px #cdcece solid;
    border-bottom: 1px #cdcece solid;
    float: left;
    position: relative;
}

.news-right {
    width: 366px;
    float: right;
    height: 382px;
}

.new-left-title, .new-right-title {
    padding-left: 24px;
    background-color: #eb1b22;
    height: 40px;
    line-height: 40px;
    color: #fff;
    position: relative;
}

.new-left-title {
    position: absolute;
    left: -1px;
    width: 561px;
    z-index: 10;
}

.new-right-title {
    width: 342px;
}

.news-more {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 40px;
    width: 70px;
    padding-right: 10px;
    text-align: center;
    color: #fff;
    background: #980c14 url(../img/more_arrow.png) no-repeat 50px center;
}

.news-left-content {
    width: 541px;
    height: 301px;
    padding: 20px;

}

.news-left-recommend {
    height: 150px;
    padding-bottom: 16px;
    margin-bottom: 10px;
    margin-top: 40px;
    border-bottom: 1px #cdcece solid;
}

.news-left-recommend > img {
    max-width: 234px;
    display: block;
    float: left;
    height: 100%;
}

.news-left-recommend > div {
    float: right;
    width: 280px;
}

.news-left-recommend-title {
    margin-bottom: 10px;
    color: #eb1b22;
    font-weight: bold;
}

.news-left-recommend-text {
    line-height: 24px;
    margin-bottom: 8px;
}

.news-list {
    overflow: hidden;
    line-height: 25px;
}

.news-date {
    display: inline-block;
    float: right;
    font-size: 12px;
    color: #b5b5b5;
}

.news-list-text {
    display: inline-block;
    float: left;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    background: url(../img/new_d.png) no-repeat 0px 12px;
}

.news-right-content {
    width: 316px;
    height: 130px;
    padding: 6px 24px;
    border-left: 1px #cdcece solid;
    border-right: 1px #cdcece solid;
    border-bottom: 1px #cdcece solid;
}

/*
.news-right-content .news-list:FIRST-CHILD{
	margin-top:9px;
}*/
/*..footer..*/
.footer-box {
    width: 100%;
    height: 184px;
    margin-top: 46px;
    background: url(../img/footer_bg.png) repeat-x;
}

.footer {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.link-box {
    font-size: 13px;
    margin-top: 30px;
    overflow: hidden;
}

.link-box img {
    display: block;
    float: left;
}

.link-box > div {
    float: left;
    margin-left: 18px;
    overflow: hidden;
}

.link-box > div a {
    padding: 0px 4px;
    color: #595757;
    font-size: 12px;
}

.link-box > div div {
    margin-bottom: 4px;
    color: #595757;
    font-size: 12px;
}

.service-box {
    width: 61px;
    height: 185px;
    background: url(../img/service.png) no-repeat center;
    position: fixed;
    right: 0px;
    top: 40%;
    z-index: 100;
}

.service-box a {
    display: block;
    width: 61px;
    height: 44px;
}

/*..zh..*/
.zh-container {
    margin-top: 28px;
}

.banner-s {
    width: 100%;
    height: 270px;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-s01, .banner-s02, .banner-s03, .banner-s04, .banner-s05, .banner-s06 {
    width: 100%;
    height: 270px;
}

.banner-s01 {
    background: url(../img/banner_s01.jpg) no-repeat center;
}

.banner-s02 {
    background: url(../img/banner_s02.jpg) no-repeat center;
}

.banner-s03 {
    background: url(../img/banner_s03.jpg) no-repeat center;
}

.banner-s04 {
    background: url(../img/banner_s04.jpg) no-repeat center;
}

.banner-s05 {
    background: url(../img/banner_s05.jpg) no-repeat center;
}

.banner-s06 {
    background: url(../img/banner_s06.jpg) no-repeat center;
}

.leftsidebar {
    width: 182px;
    background: #ededed url(../img/leftsidebar_line.png) no-repeat left top;
    float: left;
    padding: 14px 0px 40px 0px;
}

.leftsidebar a {
    display: block;
    width: 158px;
    padding-left: 24px;
    height: 40px;
    line-height: 40px;
    color: #545656;
}

.zh-box {
    width: 770px;
    float: right;
    height: auto;
    display: none;
    position: relative;
}

.container h3 {
    font-weight: normal;
    color: #e30613;
    margin: 6px 0px;
}

.zh-box p {
    line-height: 22px;
    margin-bottom: 10px;
}

.zh-place {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 30px;
}

.zh-place, .zh-place a, .zh-box td a {
    color: #818282;
}

.leftsidebar .active, .leftsidebar .active5, .leftsidebar .active6, .leftsidebar .active7, .leftsidebar .active8 {
    color: #e30613;
    background: #fff url(../img/left_arrow.png) no-repeat 100px 15px;
}

.leftsidebar .active5 {
    background-position: 115px 15px;
}

.leftsidebar .active6 {
    background-position: 130px 15px;
}

.leftsidebar .active7 {
    background-position: 145px 15px;
}

.leftsidebar .active8 {
    background-position: 172px 15px;
}

.zh-content {
    width: 768px;
    height: auto;
    border: 1px #e6e6e6 solid;
    padding-bottom: 30px;
}

.zh-title {
    margin: 30px 0px 20px 0px;
    font-size: 18px;
    color: #de0614;
    font-weight: bold;
}

.zh-text-content {
    width: 720px;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
}

.zh-text {
    color: #555656;
    margin-top: 14px;
    line-height: 20px;
}

.zh-title-icon01, .zh-title-icon02, .zh-title-icon03, .zh-title-icon04 {
    margin: 24px 0px 0px 0px;
    padding-left: 46px;
    background: url(../img/zh_icon01.png) no-repeat;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    color: #de0614;
    font-weight: bold;
}

.zh-title-icon02 {
    background-position: 0px -66px;
}

.zh-title-icon03 {
    background-position: 0px -134px;
    padding-left: 58px;
}

.zh-title-icon04 {
    background-position: 0px -204px;
    padding-left: 58px;
}

.zh-strengths {
    width: 100%;
    overflow: hidden;
    margin: 20px 0px;
    text-align: center;
    color: #6c605c;
}

.zh-strengths-text01, .zh-strengths-text02, .zh-strengths-text03, .zh-strengths-text04 {
    float: left;
    padding: 90px 10px 0px 10px;
    height: 147px;
    width: 156px;
    background: url(../img/zh_bg.png) no-repeat;
    margin-left: 4px;
}

.zh-strengths-text02 {
    background-position: 0px -246px;
}

.zh-strengths-text03 {
    background-position: 0px -492px;
}

.zh-strengths-text04 {
    background-position: 0px -739px;
}

.zh-strengths .text-left {
    line-height: 20px;
    margin-top: 12px;
    font-size: 12px;
}

.warm-tips {
    color: #9fa0a0;
}

.zh-contact-us {
    overflow: hidden;
    margin-top: 30px;
}

.zh-type-box {
    overflow: hidden;
    width: 100%;
    height: 260px;
    position: relative;
    margin-bottom: 20px;
}

.zh-type-img {
    display: block;
    margin: 0 auto;
    margin-top: 45px;
}

.zh-type-jq, .zh-type-jj, .zh-type-bs, .zh-type-wj {
    position: absolute;
    width: 84px;
    height: 36px;
    background: url(../img/zh_type.png) no-repeat;
}

.zh-type-jq {
    top: 30px;
    left: 210px;
}

.zh-type-bs {
    background-position: 0px -62px;
    top: 24px;
    right: 230px;
}

.zh-type-jj {
    background-position: 0px -122px;
    top: 170px;
    left: 210px;
}

.zh-type-wj {
    background-position: 0px -184px;
    top: 180px;
    right: 260px;
}

.zh-type-text {
    position: absolute;
    width: 168px;
    background: url(../img/zh_img04.png) no-repeat;
    font-size: 12px;
    line-height: 20px;
    display: none;
}

.display-block {
    display: block !important;
}

.zh-type-text-jq {
    padding: 10px 22px 10px 14px;
    height: 98px;
    top: 4px;
    left: 0px;
    color: #de0614;
}

.zh-type-text-bs {
    width: 184px;
    background-position: 0px -246px;
    padding: 10px 14px 10px 28px;
    height: 122px;
    top: 0px;
    right: 0px;
    color: #4e9342;
}

.zh-type-text-jj {
    background-position: 0px -138px;
    width: 144px;
    padding: 12px 20px 10px 8px;
    height: 66px;
    top: 132px;
    left: 24px;
    color: #39a6be;
}

.zh-type-text-wj {
    width: 218px;
    background-position: 0px -428px;
    padding: 10px 10px 10px 28px;
    height: 122px;
    top: 170px;
    right: 0px;
    color: #9da784;
}

.zh-process {
    width: 100%;
    height: 200px;
    background: url(../img/zh_img05.png) no-repeat top center;
    position: relative;
    margin-bottom: 20px;
}

.zh-process > div {
    font-size: 12px;
    color: #37a7bb;
    cursor: pointer;
    position: absolute;
}

.zh-circle {
    padding: 11px 10px 9px 12px;
    width: 31px;
    height: 33px;
    line-height: 16px;
    text-align: center;
    background: url(../img/zh_img06.png) no-repeat;
    top: 4px;
}

.zh-circle.active {
    background: url(../img/zh_img06.png) no-repeat 0px -70px;
    color: #fff;
}

.zh-circle-01, .zh-process-text01 {
    left: 0px;
}

.zh-circle-02, .zh-process-text02 {
    left: 80px;
}

.zh-circle-03, .zh-process-text03 {
    left: 154px;
}

.zh-circle-04, .zh-process-text04 {
    left: 236px;
}

.zh-circle-other01, .zh-circle-other02 {
    top: -28px;
    left: 364px;
    width: 77px;
    height: 24px;
    line-height: 14px;
    padding: 22px 0px 0px 0px;
    text-align: center;
    background: url(../img/zh_img06.png) no-repeat 0px -139px;
}

.zh-circle-other02 {
    padding-top: 10px;
    height: 38px;
    top: 38px;
    left: 364px;
    background: url(../img/zh_img06.png) no-repeat 0px -265px;
}

.zh-circle-other01.active {
    background: url(../img/zh_img06.png) no-repeat 0px -200px;
}

.zh-circle-other02.active {
    background: url(../img/zh_img06.png) no-repeat 0px -331px;
}

.zh-circle-05 {
    left: 510px;
}

.zh-circle-06, .zh-process-text08 {
    left: 590px;
}

.zh-circle-07, .zh-process-text09 {
    left: 664px;
}

.zh-process-text, .zh-process-text-other {
    position: relative;
    width: 444px;
    height: 58px;
    color: #37a7bb;
    padding: 40px 10px 0px 10px;
    top: 90px;
    line-height: 20px;
    display: none;
}

.zh-process-text01, .zh-process-text02, .zh-process-text03, .zh-process-text04 {
    background: url(../img/zh_img07.png) no-repeat center;
}

.zh-process-text07, .zh-process-text08, .zh-process-text09 {
    background: url(../img/zh_img08.png) no-repeat center;
}

.zh-process-text06 {
    padding: 30px 10px 0px 10px;
    height: 68px;
}

.zh-process-text05, .zh-process-text06 {
    background: url(../img/zh_img09.png) no-repeat center;
    left: 168px;
}

.zh-process-text07 {
    left: 100px;
}

.zh-process-text08 {
    left: 180px;
}

.zh-process-text09 {
    left: 254px;
}

/*..new...*/
.News-title {
    width: 100%;
    margin-bottom: 20px;
    height: 40px;

}

.News-title div {
    float: left;
    height: 30px;
    line-height: 30px;
}

.News-title .news-input {
    float: right;
}

.news-input > span {
    display: block;
    float: left;
    margin-left: 10px;
    color: #777878;
}

.date-input, .keyword {
    width: 146px;
    height: 28px;
    border: 1px solid #b2b2b2;
}

.date-input input, .keyword input {
    width: 115px;
    *width: 105px;
    border: none;
    height: 28px;
    line-height: 28px;
    padding: 0px 0px 0px 5px;
    outline: none;
    vertical-align: top;
}

.date-input span {
    display: inline-block;
    height: 28px;
    width: 25px;
    background: url(../img/small_icon.png) no-repeat right 6px;
}

.keyword a {
    padding: 6px 8px;
    background: url(../img/small_icon.png) no-repeat 10px -30px;
    *background: url(../img/small_icon.png) no-repeat 10px -34px;
}

.list-all {
    width: 748px;
    padding-left: 22px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f1f1f1;
    background: url(../img/small_icon.png) no-repeat 5px -102px;
}

.list-all > a {
    color: #595959;
    float: left;
}

.list-all > span {
    display: block;
    float: right;
    color: #aeaeae;
    font-size: 12px;
}

.download-icon {
    background: url(../img/small_icon.png) no-repeat 4px -66px;
    padding: 8px 12px;
}

.page-turn {
    height: 24px;
    width: 560px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #595959;
    font-size: 12px;
}

.page-turn > a, .page-turn > div {
    height: 24px;
    line-height: 24px;
    display: block;
    float: left;
    margin-left: 10px;
}

.page-turn input {
    width: 24px;
    height: 22px;
    border: #ccc 1px solid;
    line-height: 22px;
    text-align: center;
    padding: 0px;
}

.page-turn a {
    padding: 0 8px;
    color: #fff;
}

.page-turn .page-click {
    background: #606165;
}

.page-turn .page-unclick {
    background: #e5e5e5;
}

.News-img-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

.News-img-box img {
    border: none;
    display: block;
    float: left;
    width: 430px;
    height: 284px;
}

.News-img-box > div {
    width: 314px;
    height: 285px;
    right: 0px;
    position: absolute;
    bottom: 0px;
}

.News-img-box > .managers-text {
    width: 596px;
    left: 180px;
    position: absolute;
    bottom: 0px;
}

.managers-img img {
    width: 130px;
    height: 172px;
}

.News-img-title {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.News-img-date {
    color: #000;
    font-size: 12px;
}

.News-img-text {
    color: #585656;
    margin-top: 20px;
}

.News-img-text a {
    color: #162a87;
}

.News-detail-title {
    width: 100%;
    font-size: 20px;
    color: #e52c33;
    font-weight: bold;
    text-align: center;
}

.News-detail-text {
    width: 100%;
    line-height: 20px;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 20px 0px 40px 0px;
    color: #545656;
}

.News-detail-text01 {
    width: 100%;
    line-height: 20px;
    height: auto;
    position: relative;
    margin: 20px 0px 40px 0px;
    color: #545656;
}

.change-text {
    width: 37px;
    height: 37px;
    position: absolute;
    background: url(../img/small_icon.png) no-repeat;
    background-position: 0px -172px;
    left: 369px;
    bottom: 0px;
    z-index: 10;
    cursor: pointer;
}

.change-other {
    left: 472px;
}

.News-from-bottom {
    margin-top: 30px;
    float: right;
}

.News-from-link {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #172a88;
    margin: 10px 0px;
}

.News-from-top {
    text-align: center;
    font-size: 12px;
    margin: 10px 0px;
}

.upgrade-content {
    height: 300px;
    line-height: 300px;
    background: url(../img/upgrade_icon.jpg) no-repeat center 50px;
    color: #545656;
}

.about-img {
    position: relative;
}

.about-content {
    width: 770px;
    height: auto;
    position: relative;
    background: #fff;
}

.about-text {
    padding-top: 30px;
    color: #545656;
    line-height: 24px;
}

.about-line {
    width: 716px;
    height: 4px;
    background-color: #e30613;
    position: relative;
    top: -4px;
}

.about-text-img {
    display: block;
    margin: 35px 0;
}

.qywh {
    padding-left: 15px;
    padding-top: 22px;
}

.qywh .fz-l {
    margin: 10px 0;
}

.about-title {
    font-size: 18px;
    color: #e30613;
    margin-bottom: 25px;
}

.about-contact-img {
    display: block;
    float: left;
}

.about-contact-text {
    float: left;
    margin-left: 35px;
}

.about-contact-text strong {
    display: block;
    margin: -3px 0 12px 0;
}

.about-contact-text div {
    line-height: 26px;
    font-size: 12px;
}

.date-select {
    width: 146px;
    height: 28px;
    border: 1px solid #b2b2b2;
    background: url(../img/small_icon.png) no-repeat right -320px;
    position: relative;
    cursor: pointer;
}

.option-box {
    display: block;
    width: 146px;
    border: 1px solid #b2b2b2;
    position: absolute;
    margin-left: 0px;
    left: -1px;
    top: 28px;
    display: none;
    background-color: #fff;
}

.option-box a {
    display: block;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    cursor: pointer;
    color: #777878;
}

.select-text {
    display: inline-block;
    width: 214px;
    height: 28px;
    padding-left: 10px;
    vertical-align: top;
}

.select-arrow {
    display: inline-block;
    width: 30px;
    height: 28px;
    background: url(../img/small_icon.png) no-repeat right -320px;
}

.option-box a:hover {
    background: #eee;
}

.option-box span {
    display: block;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    cursor: pointer;
}

.option-box span:hover {
    background: #eee;
}

.advertises-table {
    width: 770px;
}

.advertises-table table {
    width: 100%;
}

.advertises-table table td, .service-table td {
    padding: 13px 20px;
}

.advertises-table table .line-detail {
    padding: 0px 20px;
}

.advertises-table table tbody td {
    background: #efefef;
    color: #545656;
}

.advertises-table .t_title td, .service-table thead td {
    background: #2d8827;
    color: #fff;
}

.advertises-table table tbody .advertises-line td {
    border-top: 6px #fff solid;
}

.change-arrow-box {
    width: 120px;
}

.change-arrow-box span {
    display: block;
    float: left;
}

.change-arrow-box .change-arrow {
    background: url(../img/small_icon.png) no-repeat;
    background-position: 20px -410px;
    height: 12px;
    width: 12px;
    float: right;
    padding-left: 18px;
    margin: 6px 10px 0px 0px;
    cursor: pointer;
}

.advertises-detail {
    position: relative;
    display: none;
}

.advertises-table table .advertises-detail td {
    padding: 10px 0px;
}

.apply-btn {
    display: block;
    width: 176px;
    height: 36px;
    line-height: 36px;
    background: #e30613;
    text-align: center;
    margin-left: 290px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 10px;
}

.zh-place .apply-btn, .zh-box td .apply-btn {
    color: #fff
}

.zh-place .apply-btn:hover, .zh-box td .apply-btn:hover {
    color: #fff
}

.about-text-other {
    line-height: 26px;
    color: #545656;
    margin-bottom: 20px;
}

.advertises-detail-left {
    float: left;
}

.advertises-detail-right {
    float: left;
    margin-left: 18px;
}

.advertises-detail-line div {
    width: 100%;
    height: 1px;
    background-color: #bfbfbf;
}

.advertises-detail-line {
    padding: 0px !important;
}

.about-presence {
    position: relative;
    height: 276px;
    margin-bottom: 20px;
}

.about-presence-img01 {
    width: 422px;
    height: 276px;
    position: absolute;
    top: 0px;
    left: 10px;
}

.about-presence-img02 {
    width: 162px;
    height: 106px;
    position: absolute;
    left: 436px;
    top: 0px;
}

.about-presence-img03 {
    width: 162px;
    height: 106px;
    position: absolute;
    left: 604px;
    top: 0px;
}

.about-presence-img04 {
    width: 329px;
    height: 166px;
    position: absolute;
    left: 436px;
    bottom: 0px;
}

/*..service*/
.service-icon01 {
    display: block;
    width: 23px;
    height: 15px;
    background: url(../img/small_icon.png) no-repeat 0px -476px;
    margin-left: 17px;
}

.service-padding-left {
    padding-left: 40px !important;
}

.service-table tbody tr {
    background-color: #efefef;
    color: #545656;
}

.other-table-background td {
    background-color: #efefef;
}

.fxq-title {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #b5b5b5;
}

.fxq-title .fz-l {
    display: block;
    float: left;
}

.fxq-title .fxq-date {
    display: block;
    color: #9d9d9e;
    float: right;
}

.fxq-link {
    color: #133195;
    text-decoration: underline;
    display: block;
    height: 30px;
    line-height: 30px;
}

.fxq-link:hover {
    text-decoration: underline;
}

.fxq-link-box {
    width: 150px;
    padding: 40px 20px;
    background-color: #ededed;
    position: absolute;
    right: 60px;
    top: 516px;
}

.fxq-link-other {
    display: block;
    padding-left: 16px;
    text-decoration: underline;
    background: url(../img/small_icon.png) no-repeat left -446px;
    color: #1d1d1d;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
}

.fxq-link-other:hover {
    text-decoration: underline;
}

.other-table td {
    padding: 10px;
}

.other-bg-red {
    background-color: #e30613;
    color: #fff;
}

.other-bg-grey01 {
    background-color: #606165;
    color: #fff;
    border-bottom: 1px #707074 solid;
}

.other-bg-grey02 {
    background-color: #efefef;
    color: #545656;
    border-left: 1px #fff solid;
    border-bottom: 1px #fff solid;
}

.detail-text-inner {
    height: auto;
}

.fund-content {
    width: 980px;
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
    background-color: #efefef;
}

.fund-table {
    width: 97%;
    margin: 0 auto;
    margin-top: 20px;
}

.fund-table thead td {
    color: #e30613;
    font-size: 13px;
    padding: 8px 4px;
}

.fund-table tbody td {
    background-color: #fff;
    color: #565656;
    border-top: 4px #efefef solid;
    padding: 10px 4px;
}

.fund-table td.text-left {
    padding-left: 25px;
}

.fund-table a {
    color: #565656;
}

.fund-table .table-btn {
    padding: 4px;
    background-color: #e30613;
    color: #fff !important;
}

.fund-detail-content {
    display: none;
}

.fund-detail-box {
    width: 980px;
    overflow: hidden;
    height: auto;
}

.fund-select, .fund-option-box {
    width: 258px;
    font-size: 12px;
}

.fund-option-box a {
    color: #777878;
}

.fund-gk-table td {
    color: #595959;
    padding: 10px 0px;
}

.fund-gk-table a {
    color: #336db2;
}

.fund-manager-top, .fund-manager-bottom {
    overflow: hidden;
    padding-bottom: 40px;
}

.fund-manager-bottom {
    border-top: 1px solid #e5e5e5;
    padding-top: 40px;
}

.fund-manager-top img, .fund-manager-bottom img {
    display: block;
    float: left;
    width: 161px;
    height: 183px;
}

.fund-manager-detail {
    margin-left: 16px;
    width: 590px;
    height: auto;
    overflow: hidden;
}

.fund-manager-name {
    font-size: 17px;
    color: #595959;
}

.fund-manager-text {
    margin-top: 30px;
    color: #595959;
    line-height: 24px;
}

.fund-detail-btn {
    margin-top: 40px;
    border-top: 1px #e5e5e5 solid;
    padding-top: 40px;
}

.fund-detail-btn a {
    display: block;
    width: 176px;
    height: 36px;
    line-height: 36px;
    float: left;
    color: #fff;
    text-align: center;
}

.fund-buy {
    margin-left: 200px;
    background-color: #e30613;
}

.open-account {
    margin-left: 20px;
    background-color: #606165;
}

.sumbit-btn {
    background-color: #606165;
    color: #fff !important;
    padding: 0px 10px;
    font-size: 12px;
    cursor: pointer;
}

.fund-detail-table {
    margin-top: 20px;
}

.fund-detail-table thead td {
    background-color: #e30613;
    color: #fff;
}

.fund-detail-table thead .fl-title {
    background-color: #980d14;
}

.fund-detail-table thead td div {
    float: left;
    width: 49%;
}

.fund-detail-table thead td span {
    color: #fff;
    display: block;
    float: left;
}

.fund-detail-table td {
    padding: 10px;
}

.fund-detail-table tbody tr {
    background-color: #efefef;
}

.rate .fund-detail-table td {
    padding: 8px 10px
}

.fxq-detail-text, .no-margin {
    margin-top: 0px;
}

.fxq-detail-title {
    margin-bottom: 42px;
}

.fw-detail {
    height: auto;
}

.advertises-table table td {
    vertical-align: top;
}

.zh-box td a:hover, .footer a:hover, .detail-text-inner a:hover, .header-nav a:hover, .list-all a:hover, .News-img-box a:hover, .zh-place a:hover, .fund-table a:hover {
    color: #e30613;
}

.link-under-line {
    color: #0f3192;
    text-decoration: underline;
    cursor: pointer;
}

.zh-img-top {
    margin-top: 20px;
}

.zh-img-top img, .zh-img-top a, .zh-img-top span {
    display: inline-block;
    float: left;
}

.zh-img-top img {
    margin-top: 4px;
}

/*
.zh-img-email{
  margin-left:60px;
}*/
.zh-tel-num {
    font-size: 24px;
    margin-left: 8px;
    font-weight: bold;
    color: #eb1b22;
}

.zh-tel-num:hover {
    color: #eb1b22;
}

.zh-email-num {
    margin-top: 7px;
    margin-left: 8px;
    font-size: 12px;
    color: #eb1b22;
}

.zh-img-top a {
    margin-top: 7px;
    font-size: 12px;
    color: #eb1b22;
}

.zh-img-top a:hover {
    color: #eb1b22;
}

.advertises-table td.td-min-width {
    width: 100px !important;
}

.change-arrow-box .other-change-arrow {
    margin: 6px 0px 0px 0px;
}

.other-nav a {
    width: 163px;
}

@media screen and (max-width: 1366px) {
    .banner, .banner .d1 {;
        background-size: cover;
    }
}

@media screen and (max-width: 980px) {
    .banner, .banner .d1 {
        background-size: cover;
    }

    .logo, .title {
        margin-left: 10px;
    }

    .link-box {
        padding-left: 10px;
    }

    .zh-place span {
        margin-left: 10px;
    }
}

/*login*/
.login-box-new {
    position: absolute;
    right: 0px;
    top: 84px;
    height: auto;
}

.login-choose {
    width: 191px;
    background-color: #c8c9ca;
    position: relative;
    height: auto;
}

.login-choose-now {
    width: 100%;
    text-align: center;
    height: 36px;
    line-height: 34px;
    background: url(../img/login_arrow.png) no-repeat 151px 14px;
    color: #fff;
}

.login-choose-now span {
    padding: 2px;
    border-bottom: #e40613 solid 1px;
    color: #e40613;
}

.login-choose-box {
    position: absolute;
    left: -1px;
    top: 36px;
    width: 100%;
    border: #e20613 solid 1px;
    background-color: #fff;
    padding-bottom: 10px;
    display: none;
}

.login-choose-msg {
    padding: 21px 0;
    width: 76px;
    height: 32px;
    text-align: right;
    background: url(../img/login_img.png) no-repeat 0px 17px;
    color: #e20613;
    font-size: 19px;
    line-height: 32px;
    margin: 0px 45px;
}

.login-choose01, .login-choose02, .login-choose03 {
    width: 94px;
    padding: 0px 25px;
    height: 20px;
    color: #585656;
    margin: 0px 0 13px 45px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.login-choose01 span, .login-choose02 span, .login-choose03 span {
    position: absolute;
    display: block;
    bottom: -1px;
    width: 86px;
    height: 1px;
    z-index: 2;
    display: none;
}

.login-choose01 span {
    background: #e20613;
}

.login-choose02 span {
    background: #b7332f
}

.login-choose03 span {
    background: #eea11f;
}

.login-choose01:hover span, .login-choose02:hover span, .login-choose03:hover span {
    display: block;

}

.login-choose01 {
    background: url(../img/p-arrow.png) no-repeat -218px -130px;
    color: #e20613;
}

.login-choose02 {
    background: url(../img/p-arrow.png) no-repeat -218px -159px;
    color: #b7332f
}

.login-choose03 {
    background: url(../img/p-arrow.png) no-repeat -218px -186px;
    color: #eea11f
}

.sale-team-table {
    margin-top: 15px;
    border-collapse: collapse;
    border: 1px solid #aaa;
}

.sale-team-table thead td {
    background-color: #e30613;
    color: #fff;
}

.sale-team-table td {
    padding: 10px;
    border: 1px solid #aaa;
}

#noticeTitle, #lawTitle {
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.title-border {
    border-bottom: 1px solid #aaa;
    font-size: 15px;
    margin-bottom: 13px;
    padding-bottom: 8px;
}

.title-border a {
    color: #666;
}

#fundNotice .list-all, #fundNoticelaw .list-all {
    width: 722px;
    padding: 2px 13px 2px 35px;
    height: 40px;
    line-height: 40px;
    border-bottom: none;
    background: url(../img/small_icon.png) no-repeat 15px -100px;
}

#fundNotice .bggray, #fundNoticelaw .bggray {
    background-color: #f1f1f1;
}

.fl {
    float: left
}

.ui-date {
    width: 50px
}

.ui-date .ui-date-input {
    color: #777878;
    border: 1px solid #b2b2b2;
    height: 26px;
    width: 50px;
    padding-left: 4px;
}
.tables table{
    width: 770px;
    text-align: center;
}
.tables table tr th{
    background: #d5ecfa;
    padding: 10px;
    color: #545656;
}
.table-title{text-align: center;
    font-size: 18px;
    margin: 20px auto;
    color: #545656;}
.fund-detail-table tbody tr:nth-child(odd){
    background: #f9f9f9;
}
#jyms { color: #565656; line-height: 120%}

.tips{
    margin-top: 14px;
    font-size: 12px;
    padding-left: 10px;
}

.sale-appendinfo{
    margin-top: 10px;
    color: #666666;
    font-size: 12px;
}
