﻿html {
    overflow-y: scroll;
}

body {
    background-color: #f7f7f7;
    font-size: 16px;
    font-family: Arial, Microsoft YaHei, sans-serif;
    color: #333;
}

a {
    color: #666;
}

    a:hover {
        color: #666;
        text-decoration: none;
    }


/* 公共 - 背景色 */


.text-primary {
    color: #07b4ff;
}

.tz-bg-blue1 {
    background-color: #37b5ff;
}


.tz-btn-orange,
.tz-btn-orange:hover,
.tz-btn-orange:focus {
    background-color: #ff7d25;
    color: #fff;
}

/* 公共 - 字体颜色 */
.tz-text-white {
    color: #fff;
}

.tz-text-orange {
    color: #ff7d25;
}

.tz-text-blue1 {
    color: #37b5ff;
}

/* 公共 - 验证表单 */
.tz-validation-form {
    padding: 20px 0;
}

    .tz-validation-form h4,
    .tz-validation-form h5 {
        margin: 0 0 20px;
    }

    .tz-validation-form input.error {
        border-color: #f2dede;
    }

    .tz-validation-form .alert {
        margin: 16px 0 0;
    }

    .tz-validation-form .form-group {
        position: relative;
        margin-bottom: 36px;
    }

        .tz-validation-form .form-group .btn,
        .tz-validation-form .form-group .alert,
        .tz-validation-form .form-group .form-control {
            border-radius: 0;
        }

        .tz-validation-form .form-group .alert,
        .tz-validation-form label.error {
            position: absolute;
            left: 0;
            top: 100%;
            width: 100%;
            margin: 0;
            padding: 0 15px;
            border: none;
            background-color: #f2dede;
            font-size: 14px;
            font-weight: normal;
            line-height: 22px;
            color: #a94442;
        }

/* 公共-表单广告 */
@media (min-width: 768px) {
    .tz-form-adv {
        min-height: 370px;
        /* background: url(../img/form-adv.png?v=2.0) no-repeat 50px center; */
    }
}

/* 公共-标题 */
.tz-title {
    height: 30px;
    line-height: 30px;
}

.tz-title-prefix {
    display: inline-block;
    margin-right: 8px;
    background-color: #07b4ff;
}




/* 内容 */
@media (max-width: 768px) {
    .tz-content {
        margin-top: 50px;
    }

        .tz-content img {
            max-width: 100% !important;
        }
}



/* 导航 */
/*.navbar-default.tz-navbar {
    background-color: #f5f5f5;
}

@media (max-width: 767px) {
    .tz-navbar > .container {
        background: url(../img/wap-navbg.png) no-repeat top;
    }
}

@media (min-width: 768px) {
    .tz-navbar > .container {
        background: url(../img/nav_bg.png) no-repeat center;
    }
}*/


.tz-navbar,
.tz-navbar .navbar-nav {
    margin: 0;
    border: none;
}

    .tz-navbar .navbar-brand {
        background: url(../img/logo0811.png?v=3.0) no-repeat 15px center;
    }

    .tz-navbar .tz-navbar-tel {
        height: 50px;
        padding: 7px 0;
    }

        .tz-navbar .tz-navbar-tel span {
            display: block;
            height: 18px;
            margin-right: 10px;
            font-size: 12px;
            line-height: 18px;
            color: #0e92dc;
        }


@media (min-width: 768px) {
    .tz-navbar.navbar-fixed-top {
        position: static;
    }

    .tz-navbar .navbar-header {
        padding: 25px 0;
        border: none;
    }

    .tz-navbar .navbar-brand {
        width: 280px;
        margin-right: 50px;
    }

    .tz-navbar .navbar-nav {
        padding: 20px 0 30px;
    }

    .tz-navbar .navbar-left li {
        margin-left: 15px;
    }

        .tz-navbar .navbar-left li a {
            color: #666;
            height: 50px;
        }

    .tz-navbar .navbar-nav li a {
        display: inline-block;
    }

    .tz-navbar .navbar-left li.active a {
        font-weight: bold;
    }

        .tz-navbar .navbar-left li a:hover,
        .tz-navbar .navbar-left li.active a,
        .tz-navbar .navbar-left li.active a:hover {
            border-bottom: 3px solid #07b4ff;
            background: none;
            color: #07b4ff;
        }

    .tz-navbar .navbar-right .dropdown-menu {
        min-width: 0;
    }

        .tz-navbar .navbar-right .dropdown-menu a {
            line-height: 30px;
        }

    /* 产品详情页图表 */
    .tz-product-detail-chart {
        height: 370px;
    }
}

@media (max-width: 768px) {
    .tz-navbar .navbar-header {
        border-bottom: 1px solid #ddd;
    }

        .tz-navbar .navbar-header .navbar-brand {
            width: 140px;
            background-size: 120px 25px;
        }

    .tz-navbar .navbar-collapse {
        border-radius: 4px;
        box-shadow: 0 5px 5px #999;
    }

    .tz-navbar .navbar-toggle {
        border: none;
    }

    /* 产品详情页图表 */
    .tz-product-detail-chart {
        height: 200px;
    }
}


/* 广告 */
.tz-banner {
    padding: 0;
    position: relative;
}

    .tz-banner img {
        max-width: 100%;
    }

    .banner1{
        background-color: #01253A
    }
    .banner2{
        background-color: #DAF1FF
    }
    .banner3{
        background-color: #FF7068
    }
/* 广告 - 首页登录框 */
.home-login-container{
    height: 100%; position: absolute; top: 0; left: 0; right: 0;pointer-events: none;
}
.tz-home-login,
.tz-home-login-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 315px;
    height: 280px;
    margin: 10px;
    pointer-events:all;
}

.tz-home-login {
    z-index: 999;
}

    .tz-home-login .tz-login-form {
        padding: 20px;
    }

.tz-home-login-bg {
    z-index: 0;
    background-color: #fff;
    opacity: 0.8;
}


/* 公告、联系电话 */
.tz-notice-tel {
    background-color: #fff;
}

    .tz-notice-tel .tz-tel .tz-tel-label {
        font-size: 14px;
    }

    .tz-notice-tel .tz-tel .tz-tel-label-lg {
        font-size: 16px;
    }

    .tz-notice-tel .tz-tel .tz-tel-num {
        font-size: 22px;
        font-weight: bold;
    }

@media (min-width: 768px) {
    .tz-notice-tel {
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
        color: #666;
    }

        .tz-notice-tel .tz-notice {
            padding-top: 8px;
        }
}

@media (max-width: 768px) {
    .tz-notice-tel {
        position: relative;
        width: 100%;
        height: 30px;
        line-height: 30px;
        margin-top: -29px;
        padding: 0;
        font-size: 14px;
        overflow: hidden;
        opacity: 0.7;
    }
}


/* 首页登录按钮 */
.tz-home-login-btn {
    margin-top: 25px;
    margin-bottom: 25px;
}


/* 产品列表 */
.tz-product-list {
    margin-top: 20px;
}

    .tz-product-list .panel {
        border-top: 10px solid #07b4ff;
        border-radius: 10px;
    }

    .tz-product-list .panel-heading {
        padding: 15px;
        border: none;
        background: none;
    }

        .tz-product-list .panel-heading h3 {
            margin-top: 10px;
            margin-bottom: 20px;
        }

        .tz-product-list .panel-heading p {
            height: 66px;
            margin: 0;
            overflow: hidden;
        }

    .tz-product-list .panel-body {
        padding: 0 15px;
    }

        .tz-product-list .panel-body .tz-chart {
            height: 150px;
            margin-bottom: 15px;
            overflow: hidden;
        }

        .tz-product-list .panel-body h4 {
            margin-top: 5px;
            margin-bottom: 0;
        }

    .tz-product-list .panel-footer {
        padding: 15px;
        border: none;
        background: none;
    }

        .tz-product-list .panel-footer .btn {
            border: none;
            background-color: #07b4ff;
            color: #fff;
        }

@media (max-width: 768px) {
    .tz-product-list .panel-footer {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

        .tz-product-list .panel-footer .btn {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }
}


/* 公告、新闻、联系方式 */
.tz-notice-news-contact .row {
    margin: 0;
    padding: 15px 0;
}

.tz-notice-news-contact .panel {
}

    .tz-notice-news-contact .panel .panel-heading {
        border: none;
        background: none;
    }

.tz-notice-news-contact .list-group {
    margin: 0;
}

    .tz-notice-news-contact .list-group .list-group-item {
        border: none;
        padding: 4px 0 4px 15px;
    }

.tz-notice-news-contact .tz-tel .tz-tel-label {
    font-size: 14px;
}

.tz-notice-news-contact .tz-tel .tz-tel-num {
    font-size: 22px;
}

@media (min-width: 768px) {
    .tz-notice-news-contact {
        margin-bottom: 15px;
    }

        .tz-notice-news-contact .row {
            background-color: #fff;
            border: 1px solid #EAEAEA;
            border-radius: 10px;
        }

        .tz-notice-news-contact .panel {
            margin-bottom: 0;
            border: none;
            box-shadow: none;
        }

            .tz-notice-news-contact .panel .panel-heading {
                margin-bottom: 8px;
                padding: 0;
            }

                .tz-notice-news-contact .panel .panel-heading button.collapsed {
                    display: none;
                }

            .tz-notice-news-contact .panel .panel-body {
                padding: 0;
            }

                .tz-notice-news-contact .panel .panel-body.collapse {
                    display: block;
                    visibility: visible;
                }
}

@media (max-width: 768px) {
    .tz-notice-news-contact .row {
        padding: 0;
    }

    .tz-notice-news-contact .panel {
        margin-left: -15px;
        margin-right: -15px;
        border: 1px solid #ddd;
    }

    .tz-notice-news-contact .panel-heading {
        position: relative;
        padding-left: 0;
    }

        .tz-notice-news-contact .panel-heading button {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            padding: 0;
            border: none;
            background: none;
        }

            .tz-notice-news-contact .panel-heading button:focus {
                outline: 0;
            }

        .tz-notice-news-contact .panel-heading .glyphicon {
            margin-right: 10px;
        }

        .tz-notice-news-contact .panel-heading .glyphicon-menu-right {
            display: none;
        }

        .tz-notice-news-contact .panel-heading .collapsed .glyphicon-menu-down {
            display: none;
        }

        .tz-notice-news-contact .panel-heading .collapsed .glyphicon-menu-right {
            display: block;
        }

    .tz-notice-news-contact .panel-body {
        padding: 0 0 10px;
    }

    /* 公司简介 */
    .tz-notice-news-contact .tz-about-panel .panel-body {
        padding: 15px;
    }
}


/* 合作伙伴，媒体报道 */
.tz-partner-list .row,
.tz-media-list .row {
    margin: 0 0 15px;
}

.tz-partner-list .tz-title,
.tz-media-list .tz-title {
    margin-left: 15px;
    line-height: 35px;
}

.tz-partner-list .list-group,
.tz-media-list .list-group {
    margin: 0;
    border: none;
}

    .tz-partner-list .list-group .list-group-item,
    .tz-media-list .list-group .list-group-item {
        float: left;
        padding-right: 20px;
        padding-left: 0;
        border: none;
        border-radius: 0;
        background: none;
    }

        .tz-partner-list .list-group .list-group-item a,
        .tz-media-list .list-group .list-group-item a {
            display: block;
            height: 40px;
        }

.tz-media-list .tz-title {
    line-height: 60px;
}

/* 底部 */
.tz-footer {
    padding: 60px 0 20px 0;
}

@media (max-width: 768px) {
    .tz-footer {
        background-color: #646464;
        color: #fff;
    }
}


/* 网上预约、注册、登录、密码框 */
.tz-reservation,
.tz-signup,
.tz-login,
.tz-password {
    background-color: #fff;
}
/* 登录框 */
.tz-login-form .form-group {
    position: relative;
}

    .tz-login-form .form-group .form-control {
        padding-right: 40px;
    }

    .tz-login-form .form-group .glyphicon {
        position: absolute;
        right: 15px;
        top: 15px;
        color: #ccc;
    }
/* 注册框 */
.tz-signup-form {
    margin: 0 auto;
}


/* 登录信息 */
.tz-logininfo {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    line-height: 30px;
}

@media (max-width: 768px) {
    .tz-logininfo {
        margin-bottom: 0;
        background-color: #07b4ff!important;
    }

        .tz-logininfo span {
            color: #fff;
        }
}


/* 我的资产 - 账户一览 */
.tz-account .tz-orderlist {
    padding-top: 15px;
}

    .tz-account .tz-orderlist .panel {
        height: 280px;
        background-color: #84b2fd;
        color: #fff;
    }

        .tz-account .tz-orderlist .panel .panel-heading {
            padding: 15px 15px 0;
            border: none;
            background: none;
        }

.tz-account .tz-order-summary .panel {
    position: relative;
}

    .tz-account .tz-order-summary .panel .tz-panel-triangle {
        position: absolute;
        right: -20px;
        top: 0;
        z-index: 888;
        width: 20px;
        height: 20px;
        background: url(../img/panel-triangle.png?v=2.0) no-repeat center;
    }

.tz-account .tz-order-summary .tz-title {
    margin-bottom: 10px;
    font-size: 30px;
    color: #0039c8;
}

.tz-account .tz-order-summary .tz-netvalue {
    font-size: 48px;
    color: #fff;
}

.tz-account .tz-order-summary .tz-subtitle {
    margin-bottom: 5px;
}

.tz-account .tz-order-summary .tz-subcontent {
    margin-bottom: 10px;
    font-size: 18px;
}

.tz-account .tz-order-chart {
    height: 260px;
    margin: 20px 0 0 -30px;
    border: 1px solid #ddd;
    border-left-width: 5px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .tz-account .tz-orderlist .panel {
        border-radius: 0;
    }
}

@media (max-width: 768px) {
    .tz-account .tz-orderlist .panel {
        border-radius: 10px;
        border-top: 10px solid #07b4ff;
        background-color: #fff;
        color: #666;
    }

        .tz-account .tz-orderlist .panel .penel-heading {
            border-radius: 10px;
        }

        .tz-account .tz-orderlist .panel .panel-body {
            border-radius: 0;
        }

    .tz-account .tz-order-summary {
        color: #666;
    }

        .tz-account .tz-order-summary .tz-title {
            font-weight: bold;
            color: #333;
        }

        .tz-account .tz-order-summary .tz-netvalue {
            font-size: 48px;
            color: #37b5ff;
        }

            .tz-account .tz-order-summary .tz-netvalue small {
                color: #666;
            }

        .tz-account .tz-order-summary .tz-subtitle {
            margin-bottom: 2px;
            font-size: 12px;
        }

        .tz-account .tz-order-summary .tz-subcontent {
            margin-bottom: 10px;
            font-size: 26px;
        }
}

/* 我的资产 - 账户信息 */
.tz-account .tz-userinfo {
    margin-bottom: 100px;
}

    .tz-account .tz-userinfo table {
        margin-top: -1px;
    }

    .tz-account .tz-userinfo tbody tr h4 {
        margin: 20px 0;
    }

    .tz-account .tz-userinfo tbody tr th {
        padding-left: 30px;
        font-weight: normal;
    }

@media (max-width: 768px) {
    .tz-account .tz-userinfo .table-responsive {
        border: none;
    }
}

/* 我的资产 - 历史查询 */
.tz-account .tz-search-form {
    padding: 20px 0;
}

    .tz-account .tz-search-form label {
        font-weight: normal;
    }

    .tz-account .tz-search-form .form-group {
        padding-right: 10px;
    }


/*旗下产品 列表标签页*/
.bg-white {
    background-color: #fff;
}

.bg-info {
    background-color: #DBF5FE;
}

.nav-product-list {
    margin: 20px 0 5px 0;
}

#tab-product-basic-info {
    min-height: 450px;
}

.well.borderless,
.list-group-item.borderless,
.table.borderless td, .table.borderless th {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav-product-list.nav-tabs > li > a {
    margin: 0;
    border-radius: 0;
    font-size: 14px;
}

.nav-product-list.nav-tabs > li a {
    border-top: 3px solid transparent;
}

.nav-product-list.nav-tabs > li.active a {
    border-top: 3px solid #07b4ff;
}

.table-product-basic-info {
    font-size: 13px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

    .table-product-basic-info span {
        margin-left: 4px;
    }



.nav-pills > li > a {
    font-size: 14px;
    padding: 5px 8px;
}


.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #07b4ff;
}

.product-feature-netvalue {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .product-feature-netvalue table {
        margin-bottom: 0;
    }

    .product-feature-netvalue .table-bordered > thead > tr > th {
        font-size: 13px;
        font-weight: 400;
        border-bottom-width: 0;
    }

    .product-feature-netvalue table td {
        font-size: 13px;
    }

.nav-pills.paddingless > li > a, .nav-pills.paddingless > li.active > a, .nav-pills.paddingless > li.active > a:focus, .nav-pills.paddingless > li.active > a:hover {
    padding: 8px;
    background-color: transparent;
    font-size: 13px;
}

.nav-pills.paddingless > li.active > a {
    color: #07b4ff;
}

/*响应式表格样式*/
.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}



    .rwd-table td:before {
        content: attr(data-th) ": ";
        font-weight: bold;
        width: 6.5em;
        /*display: inline-block;*/
        display: none;
    }

@media (min-width: 767px) {
    .rwd-table td:before {
        display: none;
    }

    .pane-article {
        padding-left: 0;
    }
}

.rwd-table th, .rwd-table td {
    text-align: left;
}

@media (min-width: 767px) {
    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }
}

@media screen and (max-width: 767px) {

    .tab-pane .table-responsive {
        border-style: none;
    }
}

/*关于我们*/
.panel-default {
    border-color: #EAEAEA;
}

    .panel-default > .panel-heading {
        background-color: #fff;
        border-color: #EAEAEA;
    }

.list-group-header:before,
.responsive .panel-default > .panel-heading:before {
    content: "";
    background-color: #07b4ff;
    float: left;
    margin-left: -8px;
    margin-right: 8px;
    width: 6px;
    height: 20px;
    display: inline-block;
}

/*公司动态*/
/*.responsive .list-group-item {
    border-style: none;
}*/
/* 
.pagination > li > a, .pagination > li > span {
    border-style: none;
    color: #777;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #07b4ff;
    background-color: #fff;
    border-style: none;
} */

.table-tooltip {
    margin-bottom: 0;
}



.list-group-sm > .list-group-item {
    /*padding: 8px 12px;*/
    font-size: 15px;
}

    .list-group-sm > .list-group-item.active {
        color: #07b4ff;
        background-color: transparent;
        border-color: #ddd;
    }



.pane-article .panel-default {
    
}

.pane-article .panel-body {
    font-size: 15px;
}

.pagination {
    margin: 5px 0;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 14px;
}


@media (max-width: 767px) {
    .carousel-indicators {
        bottom: 15px;
    }
}

@media (min-width: 768px) {
    .carousel-indicators {
        bottom: -5px;
    }
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.partner-zgnyyh, .media-xmdst, .partner-xdsqh, .media-hxdb, .partner-htzq, 
.media-xmwb, .partner-xyzq, .media-hxcb, .partner-zxxt
{ max-width: 100%; background-size: 100%; background-image: url('../img/partner.png'); }
 
.partner-zgnyyh { background-position: 0 0%; background-size: 100%; }
.media-xmdst { background-position: 0 10.714286%; background-size: 118.823529%; }
.partner-xdsqh { background-position: 0 25%; background-size: 118.823529%; }
.media-hxdb { background-position: 0 36.904762%; background-size: 144.285714%; }
.partner-htzq { background-position: 0 50%; background-size: 144.285714%; }
.media-xmwb { background-position: 0 63.095238%; background-size: 157.8125%; }
.partner-xyzq { background-position: 0 75%; background-size: 157.8125%; }
.media-hxcb { background-position: 0 89.285714%; background-size: 169.747899%; }
.partner-zxxt { background-position: 0 100%; background-size: 169.747899%; }

.tz-notice-panel {
    background: white;
    border-radius: 5px;
    margin: 15px auto;
    padding: 25px 50px 50px;
}
@media (max-width: 767px) {
    .tz-notice-panel {
        padding: 10px;
    }
}
.tz-notice-panel h4 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 21px;
}

.tz-notice-panel .desc p {
    margin-bottom: 5px;
}
.tz-notice-panel ul {
    padding: 0;
}
.tz-notice-panel ul li {
    list-style: none; 
    padding-left: 25px;
    position: relative;
    line-height: 30px;
}

.tz-notice-panel li i {
    position: absolute;
    left: 0;
    top: 6px;
    font-style: normal;
    width: 18px;
    height: 18px;
    line-height: 16px;
    border-radius: 18px;
    text-align: center;
    border: 1px solid #666;
    font-size: 12px;
}