/* 页头 */

* {
    box-sizing: border-box;
}

nav {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 1200px;
    height: 120px;
    margin: 0 auto;
    position: relative;
}

nav .logo {
    width: 200px;
    height: 50px;
    margin-right: 20px;
}

nav .logo img {
    width: 100%;
    height: 100%;
}

.meun {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: left;
}

.meun>li {
    height: 100%;
    font-size: 19px;
    padding: 0 17px;
    position: relative;
    letter-spacing: 2px;
}

.meun>li>a {
    text-decoration: none;
    display: flex;
    height: 100%;
    font-size: 17px;
    align-items: center;
}

.meun-sub {
    visibility:hidden;
    Opacity: 0;
    width: 200px;
    padding-bottom: 15px;
    background-color: #ffffff;
    position: absolute;
    top: 100px;
    left: 50%;
    transform:translate(-50%);
    z-index: 9;
    box-sizing: border-box;
    transition: 0.1s linear;
}

.meun>li:hover>a {
    color: #ff0001;
}

.meun>li:hover .meun-sub {
    visibility: visible;
    Opacity: 1;
    top: 120px;
}



.meun>li::after {
    display: block;
    content: "";
    width: 0px;
    height: 4px;
    background-color: #ff0001;
    position: absolute;
    top: 90px;
    left: 50%;
    transform:translate(-50%);
    transition: 0.1s ease-in-out;
}

.meun>li:hover::after {
    width: 40px;
}

.meun-sub a {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 19px;
    line-height: 54px;
}

.meun-sub-left li {
    position: relative;
    height: 54px;
    font-size: 17px;
}

/* .meun-sub-left li::after {
    display: none;
    content: "";
    width: 2px;
    height: 22px;
    position: absolute;
    left: 4px;
    top: 50%;
    transform:translate(0,-50%);
    background-color: #ff0001;
} */

.meun-sub-left li:hover::after {
    display: block;
}


nav .login {
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: -80px;
    top: 41px;
    width: 195px;
    height: 38px;
}

nav .login a {
    border-radius: 100px;
    width: 90px;
    height: 38px;
    font-size: 18px;
    text-align: center;
    line-height: 38px;
    text-decoration: none;
    box-sizing: border-box;
}

nav .login a:first-child {
    background: linear-gradient(to right,#d0ad86,#c7a37b,#b28c61);
    color: #ffffff;
}

nav .login a:last-child {
    color: #ac825e;
    border: 1px solid #ac825e;
}

nav .login a:last-child:hover {
    background: linear-gradient(to right,#d0ad86,#c7a37b,#b28c61);
    color: #ffffff;
    border: none;
}



/* banner */

main {
    width: 100%;
    /* height: 4000px; */
}

main .banner,
main .banner .swiper,
main .banner .swiper .swiper-wrapper,
main .banner .swiper .swiper-wrapper .swiper-slide,
main .banner .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    
}

main .banner {
    overflow: hidden;
    position: relative;
}

main .banner .swiper-pagination {
    width: 100%;
    position: absolute;
    bottom: 2%;
}

main .banner .swiper-pagination span {
    width: 40px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    opacity: 1;
    margin: 0 5px;
}

main .banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ff0001;
}

/* 热销基金 */

.hot-fund {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/db/main-bg01.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 600px;
}

.hot-fund-container {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    height: 480px;
}

.hot-fund-left {
    width: 38%;
    background: linear-gradient(to right,#efb878,#ec9d52);
    border-radius: 6px;
    padding: 10px 35px;
}

.hot-fund-left div,
.hot-fund-left span,
.hot-fund-left p,
.hot-fund-left a,
.hot-fund-left h1 {
    color: #ffffff;
    text-align: center;
    letter-spacing: 2px;
}

.hot-fund-left div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 40px;
}

.hot-fund-left div img {
    width: 24px;
    margin-right: 10px;
}

.hot-fund-left h1 {
    margin-top: 40px;
    font-size: 34px;
    letter-spacing: 2px;
}

.hot-fund-left>div:nth-child(2)>p {
    margin-top: 10px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
}

.hot-fund-left>p:nth-child(3) {
    margin-top: 15px;
    font-size: 52px;
    font-weight: bold;
    letter-spacing: 4px;
}

.hot-fund-left>p:nth-child(4) {
    font-size: 18px; 
    color: #ffffff;
}

.hot-fund-left a {
    display: block;
    width: 280px;
    height: 50px;
    margin: 0 auto;
    margin-top: 40px;
    background-color: #ffffff;
    border-radius: 50px;
    font-size: 26px;
    line-height: 50px;
    color: #ac825e;
    text-decoration: none;
}

.hot-fund-right {
    width: 60%;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 23px rgba(0, 0, 0, 0.2);
    padding: 10px 40px;
}

.hot-fund-right-content {
    height: 50%;
    width: 580px;
    letter-spacing: 1px;
    margin: 0 auto;
}

.hot-fund-right-content:first-child {
    border-bottom: 2px solid #E4E4E4;
}

.hot-fund-right-content p {
    width: 100%;
}

.hot-fund-right-content p:nth-child(1) {
    padding-top: 40px;
}

.hot-fund-right-content p:nth-child(1) span:first-child {
    margin-right: 50px;
    font-size: 26px;
    font-weight: bold;
}

.hot-fund-right-content p:nth-child(1) span:last-child {
    font-size: 17px;
    color: #565656;
}

.hot-fund-right-content p:nth-child(2) {
    font-size: 17px;
    margin-top: 10px;
    color: #565656;
}

.hot-fund-right-content p:nth-child(3) {
    margin-top: 40px;
}

.hot-fund-right-content p:nth-child(3) span:nth-child(1) {
    font-size: 44px;
    font-weight: bold;
    margin-right: 20px;
}

.hot-fund-right-content p:nth-child(3) span:nth-child(2) {
    font-size: 17px;
    color: #565656;
}

.hot-fund-right-content p:nth-child(3) {
    height: 60px;
    position: relative;
}

.hot-fund-right-content p:nth-child(3) a {
    display: inline-block;
    width: 160px;
    height: 50px;
    border-radius: 100px;
    background: linear-gradient(to right,#d0ad86,#c7a37b,#b28c61);
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

/* 首页基金 */

.table-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 40px;
}

.table-title h2 {
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 1px;
}

.wid-1200 {
    width: 1200px;
    margin: 0 auto;
}

.main-products-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 280px;
    height: 40px;
    margin-right: 20px;
    border: 1px solid #a0a0a0;
    border-radius: 100px;
    background: #f9f9f9;
}

.main-products-search div {
    width: 54px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-products-search img {
    width: 24px;
    height: 24px;
}

.main-products-search input {
    width: 200px;
    outline: none;
    border: none;
    font-size: 14px;
    text-indent: 1rem;
    background: #f9f9f9;
    margin-left: 10px;
}

.main-products-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f9f9f9;
    margin-top: 10px;
}

.main-products-tab {
    display: flex;
    /* justify-content: space-between; */
    /* margin-top: 10px; */
    padding: 10px 0px;
    background-color: #f9f9f9;
}

.main-products-tab li {
    padding: 0 20px;
    font-size: 20px;
    /* font-weight: bold; */
    /* width: 200px; */
    text-align: center;
    line-height: 50px;
    /* color: #94673D; */
    border-radius: 6px;
    cursor: pointer;
}

.main-products-table-container {
    padding: 0 20px;
    padding-bottom: 20px;
    box-shadow: -10px 10px 10px -10px #d6d6d6, 
    10px 10px 10px -10px #d6d6d6;
}

.main-products-tab li.active {
    /* background-color: #94673D; */
    color: #ac825e;
    font-weight: 700;
}

.main-products-table {
    width: 100%;
    
}

.main-products-table thead th{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    height: 60px;
    border-bottom: 2px solid #BBAE9D;
    color: #4F4B4B;
}

/* .main-products-table thead th:last-child {
    padding-left: 20px;
} */

.main-products-table thead th:first-child {
    text-align: left;
}

.main-products-table tr {
    height: 70px;
    border-bottom: 1px solid #E9E9E9;
}

.main-products-table tr td {
    text-align: center;
    font-size: 16px;
    color: #333333;
}

.main-products-table tr td:nth-child(2) p:last-child {
    font-size: 12px;
    color: #999999;
}

/* .main-products-table tr td:last-child {
    padding-left: 20px;
} */

.main-products-table thead tr {
    height: 60px;
}


.table-fundCode p{
    text-align: left;
    font-size: 14px;
}

.table-fundCode p:first-child {
    font-weight: bold;
    line-height: 20px;
}

.table-fundCode p:last-child {
    font-size: 12px;
    color: #7a7a7a;
}

.table-fundCode p:first-child a {
    text-decoration: none;
}

.red {
    color: #ff0001 !important;
}


.green {
    color: #4cc3a5 !important;
}


.table-operation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table-operation a {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: linear-gradient(to right,#d0ad86,#c7a37b,#b28c61);
    color: #ffffff;
    margin: 0 0px;
    text-decoration: none;
    border-radius: 100px;
}

.table-operation a:first-child {
    background: #ffffff;
    border: 1px solid #ac825e;
    color: #ac825e;
}

.main-table-more {
    display: flex;
    justify-content: flex-end;
}

.main-table-more a {
    /* width: 120px; */
    height: 25px;
    /* margin-top: 20px; */
    margin-right: 20px;
    font-size: 17px;
    text-align: center;
    line-height: 40px;
    color: #ff0001;
    letter-spacing: 1px;
    /* border: 3px solid #ff0001; */
    border-radius: 10px;
    text-decoration: none;
}

/* 首页新闻 */

.mian-news {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 80px;
}

.mian-news>div {
    width: 31.5%;
    height: 440px;
    box-shadow: 0 0 23px rgba(0, 0, 0, 0.2);
    position: relative;
}

.mian-news>div img {
    width: 100%;
    height: 170px;
}

.mian-news>div>p {
    padding-left: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #ac825e;
    letter-spacing: 1px;
    line-height: 50px;
}

.mian-news>div li {
    margin: 15px 0;
}


.mian-news>div li a {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 15px;
    text-decoration: none;
}

.mian-news>div li p:first-child {
    width: 70%;
    font-size: 18px;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.mian-news>div li p:last-child {
    width: 22%;
    font-size: 12px;
    color: #999999;
}

.mian-news>div>a {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 20px;
    width: 95px;
    height: 20px;
    font-size: 18px;
    color: #ff0001;
}

.module-more {
    width: 95px;
    height: 20px;
    font-size: 18px;
    color: #ff0001;
}

/* 首页投教基地 */

.toujiao-banner {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}

.toujiao-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 500px;
    padding: 40px 50px;
    background-image: url(../images/db/zizhu01.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.toujiao-container>ul {
    width: 25%;
}

.toujiao-container>ul li {
    width: 210px;
    height: 56px;
    margin: 40px 0;
    color: #b28c61;
    background-color: #ffffff;
    border-radius: 30px;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    letter-spacing: 2px;
    cursor: pointer;
}

.toujiao-container>ul li.active {
    background: linear-gradient(to right,#d0ad86,#c7a37b,#b28c61);
    color: #ffffff;
}

.toujiao-container>div {
    background-color: #ffffff;
    width: 75%;
    height: 100%;
}

.toujiao-container>div ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 30px 80px;
    position: relative;
}

.toujiao-container>div ul>a {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.toujiao-container>div ul li {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #CCCCCC;
}

.toujiao-container>div ul li:last-child {
    border: none;
}

.toujiao-container>div ul li a {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-decoration: none;
}

.toujiao-container>div ul li a p:first-child {
    width: 80%;
    font-size: 18px;
    letter-spacing: 1px;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.toujiao-container>div ul li a p:last-child {
    font-size: 16px;
    color: #666666;
}

/* 页脚 */

footer {
    margin-top: 60px;
    padding: 75px 30px 90px;
    padding-top: 60px;
    background-color: #383431;
    color: #ffffff;
}

.footer-top {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    padding: 0 30px;
}

.footer-QRcode {
    margin-top: 40px;
}

.footer-QRcode img {
    width: 90px;
    height: 90px;
}

.footer-top h4 {
    width: 100%;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 20px;
}

.footer-phone {
    font-size: 42px;
    line-height: 40px;
    letter-spacing: 2px;
}

.footer-subscription {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90px;
    margin-top: 20px;
}

.footer-subscription div {
    cursor: pointer;
}

.footer-subscription img {
    width: 24px;
    height: 24px;
}

.footer-subscription a {
    font-size: 12px;
    color: #ffffff;
    line-height: 22px;
    letter-spacing: 1px;
}

.footer-subscription img {
    /* margin-right: 10px; */
}

.footer-subscription a {
    margin-right: 30px;
    text-decoration: none;
}

.footer-top-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 80px;
    margin-right: 150px;
}

.footer-service-information {
    margin-right: 90px;
}

.footer-service-information p {
    font-size: 12px;
    line-height: 200%;
}

.footer-service-information div:first-child {
    margin-bottom: 35px;
}

.footer-meun {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* width: 968px; */
    margin-top: 70px!important;
}

.footer-meun p {
    /* margin-bottom: 20px; */
    text-align: center;
}

.footer-meun a {
    display: inline-block;
    font-size: 13px;
    line-height: 14px;
    color: #f2f2f2;
    padding: 0 10px;
    border-right: 2px solid #f2f2f2;
    letter-spacing: 1px;
    text-decoration: none;
    margin-bottom: 10px;
}

.footer-meun p a:last-child {
    border-right: 0;
}

.footer-copyright p {
    display: flex;
    justify-content: center;
    /* margin-bottom: 15px; */
}

.footer-copyright p:first-child span,
.footer-copyright p:first-child a {
    font-size: 13px;
    color: #f2f2f2;
    text-decoration: none;
}

.footer-copyright p:last-child img {
    width: 16px;
    height: 16px;
    margin: 0 10px;
}

.footer-copyright p:last-child a {
    font-size: 13px;
    color: #f2f2f2;
    text-decoration: none;
}


.tableId_all_zhankai,
.huobi_all_zhankai {
    float: right;
    width: 40px;
    margin-top: 10px;
    letter-spacing: 3px;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid rgba(51,51,51,0);
    
}

.tableId_all_zhankai:hover {
    border-bottom: 1px solid rgba(51,51,51,1);
}

.huobi_all_zhankai:hover {
    border-bottom: 1px solid rgba(51,51,51,1);
}

.qingpan_link {
    float: right;
    margin-top: 10px;
    font-size: 16px;
    color: #666666;
}

.qingpan_link:hover {
    color: #666666;
}

.announcement-title {
    display: flex;
    justify-content: left;
    margin-top: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
}

.announcement-title li {
    width: 100px;
    height: 36px;
    margin-right: 15px;
    border-radius: 100px;
    text-align: center;
    line-height: 36px;
    font-size: 17px;
    cursor: pointer;
}

.announcement-title li:last-child {
    margin-right: 0;
}
.announcement-title .announcement-title-active {
    background: linear-gradient(to right,#d0ad86,#c7a37b,#b28c61);
    color: #ffffff;
}

.announcement {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}

.announcement-left {
    display: flex;
    justify-content: left;
    align-items: center;
}

.announcement span {
    font-size: 17px;
    line-height: 36px;
}

.announcement-secondary-menu-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin: 0 30px 20px;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
}

.announcement-secondary-menu {
    display: flex;
}

.announcement-secondary-menu li {
    margin-right: 20px;
    font-size: 14px;
    line-height: 36px;
    cursor: pointer;
}

.announcement-secondary-menu li:last-child {
    margin-right: 0;
}

.announcement-secondary-menu li.active {
    color: #ab8459;
    border-bottom: 4px solid #ab8459;
}

.information-search {
    display: flex;
}

.information-search input,
.information-search div {
    height: 30px;
    margin-left: 20px; 
}

.information-search input {
    padding: 0 1rem;
    border: 1px solid #ab8459;
}

.information-search input:nth-child(1) {
    width: 180px;
    margin-left: 0;
}

.information-search input:nth-child(2),
.information-search input:nth-child(4) {
    background-image: url(../images/db/date-icon.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 94%;
    width: 130px;
}

.information-search input:nth-child(4) {
    margin-left: 5px;
}

.information-search span {
    width: 10px;
    height: 30px;
    margin-left: 5px;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
}

.information-search .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    padding-left: 4px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 4px;
    background-image: linear-gradient(116deg, #dcb993 0%, #ab8459 100%);
    cursor: pointer;
}
.table-scrollbar::-webkit-scrollbar{
    width:6px;
    height:5px;
    max-height: 408px;
    position: absolute;
    top: 0;
    right: -10px;
    /* top: 42px; */
}

.personnel-container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 30px 80px;
}

.personnel-container ul li {
    width: 100%;
    padding: 20px 0;
    border-bottom: 2px solid #CCCCCC;
}

.personnel-container ul li a {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-decoration: none;
}

.personnel-container ul li a p:first-child {
    width: 80%;
    font-size: 18px;
    letter-spacing: 1px;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.personnel-container ul li a p:last-child {
    font-size: 16px;
    color: #666666;
}

.login_skip_container {
    display: flex;
    justify-content: space-between;
    width: 1080px;
    margin: 0 auto;
    margin-top: 60px;
}

.login_skip_container a {
    text-decoration: none;
}

.login_skip_container a:hover {
    color: #ffffff;
}

.login_skip_container img {
    width: 40px;
    margin-right: 14px;
}

.login_skip01,
.login_skip02 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48.5%;
    height: 110px;
    border-radius: 16px;
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
}

.login_skip01 {
    background: linear-gradient(to right,#efb878,#ec9d52);
}

.login_skip02 {
    background: linear-gradient(to right,#d1ae88,#b18a5f);
}

.server-childMenus ul{
    display: flex;
    justify-content: space-between;
}

.server-childMenus ul li {
    width: 230px;
    height: 208px;
    font-size: 25px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}

.server-childMenus ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding: 20px 40px;
    padding-top: 40px;
    position: relative;
}

.server-childMenus ul li>a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.server-childMenus ul li:hover .server-childMenus-mask {
    visibility: visible;
    Opacity: 1;
}


.server-childMenus-icon {
    width: 60px;
}

.server-childMenus-mask {
    visibility: hidden;
    Opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-left: 20px;
    color: #ffffff;
    background: linear-gradient(to right,#cdaa82,#b48e61);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    transition: 0.2s linear;
}

.server-childMenus-mask p:nth-child(2) {
    margin-top: 10px;
    font-size: 18px;
    color: #ffffff;
}

.server-childMenus-mask a {
    position: absolute;
    right: 20px;
    bottom: 28px;
    width: 56px;
    height: 18px;
}


.invest-top-container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}

.invest-top-container h5 {
    font-size: 32px;
    color: #000000;
    letter-spacing: 6px;
    line-height: 45px;
}

.invest-top {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 60px;
}


.invest-top-contant {
    width: 590px;
    height: 280px;
    overflow: hidden;
    position: relative;
}



.invest-top-contant:hover .item_inner {
    margin-top: 65px;
}

.invest-top-contant .item_inner {
    padding: 0 24px 0;
    position: relative;
    margin-top: 180px;
    z-index: 10;
    transition: margin 0.5s;
}

.invest-top-contant .item_inner strong {
    display: block;
    font-size: 25px;
    color: #FFFFFF;
    line-height: 32px;
}

.invest-top-contant .item_inner p {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 10px;
}

.invest-top-contant .item_inner span {
    display: block;
    margin-top: 65px;
}

.invest-top-contant .item_inner span a {
    display: inline-block;
    zoom: 1;
    padding-right: 60px;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 3px;
    background: url(../images/db/education-03.png) no-repeat right center;
}

.invest-top-contant .pic {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.invest-top-contant .pic img {
    width: 590px;
    height: 280px;
    vertical-align: top;
}

.invest-top-contant .cover {
    background: rgba(0, 0, 0, .1);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    opacity: 0;
    transition: opacity 0.5s;
}

.invest-top-contant:hover .cover {
    opacity: 1;
}

.recruitment-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 832px;
    height: 64px;
    margin: 75px auto;
    padding: 0 30px;
    border: 1px solid #b18a5f;
    border-radius: 100px;
}

.recruitment-input input {
    width: 90%;
    height: 90%;  
    font-size: 20px;
    line-height: 30px;
    border: none;
    outline: none;
}

.recruitment-input input::placeholder {
    color: #d3d3d3;
    font-size: 20px;
}

.recruitment-input a {
    width: 42px;
    height: 42px;
    background: url(../images/db/recruitment02.png) center no-repeat;
    background-size: 100%;
}

.position-box {
    margin-bottom: 75px;
}

.position-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    background-color: #ebebeb;
    padding: 20px 0px;
}

.position-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    font-size: 18px;
    color: #585858;
}

.position-row a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    font-size: 18px;
    color: #585858;
    text-decoration: none;
}

.position-row a:hover {
    color: #ac825e;
}


.position-row div:nth-child(1),
.position-header div:nth-child(1) {
    padding-left: 20px;
    width: 400px;
}

.position-row div:nth-child(2),
.position-row div:nth-child(3),
.position-header div:nth-child(2),
.position-header div:nth-child(3) {
    width: 300px;
}


.position-row div:nth-child(4),
.position-header div:nth-child(4) {
    width: 200px;
}

.position-row:nth-child(odd) {
    background-color: #fbfbfb;
}

.position-dynamic {
    margin: 100px 0;
}

.position-dynamic h1 {
    font-size: 34px;
    margin-bottom: 20px;
}

.position-dynamic-box {
    display: flex;
    height: 230px;
}

.position-dynamic-left {
    width: 660px;
}

.position-dynamic-left img {
    width: 412px;
    height: 230px;
}

.position-dynamic-left a {
    display: flex;
    text-decoration: none;
}

.position-dynamic-left a:hover p:nth-child(1) {
    color: #ac825e !important;
}

.position-dynamic-left div {
    width: 100%;
    padding-left: 20px;
}

.position-dynamic-left div p:nth-child(1) {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
}

.position-dynamic-left div p:nth-child(2) {
    font-size: 12px;
    color: #676767;
}

.position-dynamic-right {
    width: 540px;
    padding-left: 20px;
    position: relative;
}

.position-dynamic-right li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-left: 12px;
    position: relative;
}

.position-dynamic-right li::before {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #b18a5f;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.position-dynamic-right li a {
    width: 73%;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

.position-dynamic-right li a:hover {
    color: #ac825e;
}

.position-dynamic-right li p {
    width: 20%;
    font-size: 12px;
    color: #999999;
    text-align: right;
}

.position-dynamic-right .more {
    font-size: 12px;
    font-weight: 700;
    color: #323232;
    position: absolute;
    bottom: 0;
    left: 20px;
}

.PSCIE_box {
    width: 1200px;
    margin: 0 auto;
    padding: 55px 150px;
    background-color: #ffffff;
}

.PSCIE_box_header {
    padding-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
}

.PSCIE_box_header span:nth-child(1) {
    font-size: 22px;
    font-weight: 700;
    color: #333333;
}

.PSCIE_box_header span:nth-child(2) {
    font-size: 50px;
    font-weight: 700;
    color: #ac825e;
}

.PSCIE_box_container {
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
    padding-bottom: 45px;
}

.PSCIE_box_content {
    height: 105px;
    padding: 0 95px;
    border-right: 1px dotted #ebebeb;
}


.PSCIE_box_content:first-child {
    padding-left: 0;
}

.PSCIE_box_content:last-child {
    padding-right: 0;
    border-right: none;
}

.PSCIE_box_content p:nth-child(1) {
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #333333;
}

.PSCIE_box_content span:nth-child(1) {
    display: inline-block;
    font-size: 50px;
    font-weight: 700;
    color: #ac825e;
    position: relative;
}

.PSCIE_box_content span:nth-child(1)::after {
    display: block;
    content: '';
    width: 34px;
    height: 1px;
    background-color: #ac825e;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 9;
}

.PSCIE_box_content span:nth-child(2) {
    font-size: 22px;
    color: #333333;
}

.PSCIE_box_hint {
    font-size: 14px;
    text-align: center;
    color: #8f9197;
}

.team_administration {
    width: 1200px;
    margin: 0 auto;
    margin-top: 88px;
}

.team_administration h1 {
    font-size: 34px;
    color: #333333;
    margin-bottom: 35px;
}

.team_administration_content {
    display: flex;
    justify-content: space-between;
}

.team_administration_img {
    width: 620px;
    height: 350px;
}

.team_administration_text {
    width: 530px;
}

.team_administration_text_img {
    height: 49px;
}

.team_administration_text_img img {
    width: 54px;
    height: 49px;
}

.team_administration_text_img:first-child {
    text-align: left;
}

.team_administration_text_img:last-child {
    text-align: right;
}

.team_administration_text p {
    padding: 30px 20px;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.dangjian_group_1 {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 62px 0;
}

.dangjian_group_1 img {
    width: 441px;
    height: 248px;
    margin-right: 25px;
}

.dangjian_group_1 p {
    padding-top: 25px;
    font-size: 17px;
    font-weight: 700;
    line-height: 36px;
    text-indent: 2rem;
    text-align: justify;
}

.dangjian_group_2 {
    width: 1200px;
    margin: 0 auto;
}

.dangjian_group_2 h1 {
    font-size: 34px;
    color: #333333;
    margin-bottom: 30px;
}

.dangjian_group_container {
    display: flex;
    justify-content: space-between;
}

.dangjian_group_2 img {
    width: 351px;
    height: 485px;
}

.dangjian_group_box {
    width: 100%;
    margin-right: 40px;
    padding: 40px;
    background-color: #f3f3f3;
}

.dangjian_group_2 ul {
    display: block;
}

.dangjian_group_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 68px;
    border-bottom: 1px dotted #dcdcdc;
}

.dangjian_group_content a {
    width: 80%;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

.dangjian_group_content a:hover {
    color: #ff0001;
}

.dangjian_group_content p {
    font-size: 12px;
    color: #8f9197;
    line-height: 20px;
}

.page {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.page div:nth-child(1),
.page div:nth-child(3) {
    width: 60px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    color: #a87f5f;
    border: 1px solid #dcdcdc;
    background-color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page div:nth-child(2) {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    background: linear-gradient(to right,#d0ad86,#c7a37b,#b28c61);
    border-radius: 4px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.job-content-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.job-content-title::before {
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #ac825e;
    position: relative;
    top: 10px;
}

.job-content-title p:first-child {
    margin-right: 10px;
    font-size: 17px;
    color: #333;
}

.job-content-title p:last-child {
    flex-grow: 1;
    border-bottom: 1px solid #ac825e;
}

.job-other {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding-left: 5px;
}

.job-other li {
    width: 22%;
    margin-bottom: 30px;
}

.job-other li span:first-child {
    font-size: 13px;
    color: #444;
    font-weight: bold;
}

.job-other li span:last-child {
    font-size: 13px;color: #444;
}



.job-content {
    margin-left: 10px;
}




.job-content-hint {
    margin: 0 10px;
    padding: 30px;
    background: #f7f1e4;
    border: 1px solid #fbe2e2;
}

.job-content-hint p:nth-child(1) {
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

.job-content-hint p:nth-child(2),
.job-content-hint p:nth-child(3) {
    font-size: 13px;
    color: #666666;
    line-height: 20px;
}

.job-content-hint p span {
    display: inline-block;
    margin-left: 5px;
    color: #ac825e;
    font-weight: bold;
    border-bottom: 1px solid #ac825e;
}


.zhuanhu-banner-main {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.zhuanhu-banner-right {
    display: block;
    background-image: url('../images/db/zhuanhu-bg02.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-image: url('/debang-001/upload/picture/1699584783194-zhuanhu-banner01.jpg') no-repeat top center; */
    padding: 65px 50px;
}

.zhuanhu-banner-title {
    margin-bottom: 35px;
    font-size: 16px;
    color: #000000;
    text-align: center;
}

.zhuanhu-banner-button {
    width: 216px;
    height: 50px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    border-radius: 100px;
    background: linear-gradient(to right,#d0ad86,#c7a37b,#b28c61);
}

.zhuanhu-banner-button a {
    display: block;
    width: 100%;
    color: #ffffff;
    text-decoration: none;
}

.zhuanhu-banner-button a:hover {
    color: #ffffff;
}
.zhuanhu-banner-right .zhuanhu-banner-button:nth-child(2) {
    margin-bottom: 25px;
}

.zhuanhu-main {
    /* background: url(../images/db/zhuanhu-bg01.jpg) top center no-repeat; */
    background-size: 100%;
}

.zhuanhu-container {
    width: 1200px;
    margin: 0 auto;
}

.zhuanhu-content-title {
    padding-bottom: 10px;
    font-size: 34px;
    color: #333333;
    text-align: center;
    position: relative;
}

.zhuanhu-content-title::after {
    display: block;
    content: "";
    width: 24px;
    height: 1px;
    background: #ff0001;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
}

.zhuanhu-memo {
    margin: 88px auto;
}

.zhuanhu-memo .zhuanhu-content-title {
    margin-bottom: 45px;
}

.zhuanhu-memo-content p,
.zhuanhu-memo-content span {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #5f5f5f;
    line-height: 30px;

}

.zhuanhu-business .zhuanhu-content-title {
    margin-bottom: 45px;
}

.zhuanhu-business-one {
    display: flex;
    justify-content: space-between;
}

.business-one-container {
    width: 48.5%;
    box-shadow: 6px 0 24px rgba(78, 88, 100, 0.2);
}

.business-one-container h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px 0;
    font-size: 35px;
    font-weight: 500;
    color: #ffffff;
    background: linear-gradient(to right,#d0ad86,#c7a37b,#b28c61);
}

.business-one-container h3 span {
    margin-right: 15px;
}

.business-one-container:nth-child(1) h3 span {
    width: 34px;
    height: 34px;
    background: url(../images/db/zhuanhu-10.png) no-repeat 100% 100%;
}

.business-one-container:nth-child(2) h3 span {
    width: 45px;
    height: 39px;
    background: url(../images/db/zhuanhu-09.png) no-repeat 100% 100%;
}

.business-one-content {
    padding: 40px;
}

.business-one-content p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #5f5f5f;
    line-height: 24px;
}

.business-one-content p:last-child {
    margin: 0;
}


.business-one-content p span {
    color: #ac825e;
}

.zhuanhu-business-two {
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
}

.business-two-container {
    width: 200px;
    height: 385px;
    padding-top: 82px;
    text-align: center;
}

.advantage-title {
    margin-top: 31px;
    font-size: 24px;
    line-height: 33px;
    color: #434A54;
    letter-spacing: 0;
}

.advantage-content {
    margin-top: 9px;
    font-size: 12px;
    color: #A3A3A3;
    letter-spacing: 0;
    line-height: 16px;
}

.zhuanhu-main2 {
    height: 460px;
    box-sizing: border-box;
    padding-top: 70px;
    background: url('../images/db/zhuanhu-bg01.jpg') no-repeat top center;
    background-size: 100% 350px;
}

.service-box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 380px;
    background: #FFFFFF;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.06), 0 10px 15px 0 rgba(0,0,0,0.04);
    text-align: center;
    padding-top: 54px;
    box-sizing: border-box;
    border-radius: 6px;
}

.service-box-memo {
    margin: 22px auto 0;
    font-size: 13px;
    line-height: 18px;
    color: #434A54;
    letter-spacing: 0;
}

.service-container {
    margin-top: 50px;
    display: flex;
    padding: 0 100px;
}

.service-step {
    width: 84px;
    text-align: center;
    margin-right: 50px;
}

.service-step:last-child {
    margin-right: 0;
}

.service-step div {
    margin-top: 27px;
    font-size: 18px;
    line-height: 25px;
    color: #434A54;
    letter-spacing: 0;
    text-align: center;
}

.service-step-next {
    padding-top: 10px;
    margin-right: 50px;
}

.special-account-question {
    width: 980px;
    margin: 0 auto;
    margin-top: 60px;
}

.question-ask {
    margin-top: 40px;
    font-size: 20px;
    line-height: 28px;
    color: #BD9D6C;
    letter-spacing: 0;
    position: relative;
    z-index: 10;
}

.question-ask::before {
    position: absolute;
    content: " ";
    top: -5px;
    left: -10px;
    display: block;
    height: 36px;
    width: 30px;
    background: url(../images/db/question.svg) no-repeat;
    background-size: 100%;
    z-index: -1;
}

.question-answer {
    margin-top: 14px;
    font-size: 14px;
    color: #A3A3A3;
    letter-spacing: 0;
    line-height: 20px;
}

.question-answer p,
.question-answer span {
    margin: 0;
    font-size: 14px;
    color: #A3A3A3;
    letter-spacing: 0;
    line-height: 20px;
}




.manager_dl {
    width: 858px;
    min-height: 225px;
    margin-bottom: 30px;
}
.manager_dl dt {
    float: left;
    width: 150px;
}
.manager_dl dt img {
    width: 150px;
    height: 225px;
    border-radius: 5px;
}
.manager_dl dd {
    padding-left: 190px;
}
.manager_dl dd .name {
    line-height: 32px;
    padding: 8px 0 0;
}
.manager_dl dd .name b {
    font-size: 24px;
    font-weight: 700;
}
.manager_dl dd .name span {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    color: #FF9500;
    font-size: 14px;
    vertical-align: top;
    margin: 2px 0 0px 20px;
    padding: 0 10px;
    border: 1px solid #FF9500;
    border-radius: 2px;
}

.manager_dl dd .label {
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
    color: #808080;
}

.manager_dl dd .label span {
    margin-right: 30px;
}

.manager_dl dd .label span b {
    font-weight: normal;
    color: #404040;
}

.manager_dl dd .brief {
    margin-top: 20px;
    /* height: 84px; */
    line-height: 28px;
    font-size: 16px;
    color: #808080;
    position: relative;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.manager_dl dd .brief p {
    display: block;
}

.manager_dl dd .brief a.open {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 22px;
    display: inline-block;
    width: 58px;
    line-height: 28px;
    font-size: 16px;
    color: #D50000;
    background: #fff;
    box-sizing: content-box;
}

.manager_dl dd .brief a.close {
    position: absolute;
    padding-left: 6px;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 46px;
    line-height: 28px;
    font-size: 16px;
    color: #D50000;
    background: #fff;
    box-sizing: content-box;
}

/* .manager_dl dd .brief a.open:before {
    position: absolute;
    left: 4px;
    top: 0;
    content: "...";
    display: block;
    font-size: 16px;
    color: #808080;
    line-height: 28px;
} */

.manager_dl dd .total_num {
    line-height: 22px;
    font-size: 16px;
    font-weight: 700;
    padding: 60px 0 20px;
    border-bottom: 1px solid #F1F1F1;
}

.fund_table .managerFunds_content {
    display: flex;
    justify-content: space-between;
    height: 76px;
    padding: 15px 0;
    border-bottom: 1px solid rgb(241, 241, 241);
}

.fund_table .managerFunds_content>div:nth-child(1) {
    text-align: left;
}

.fund_table .managerFunds_content>div:nth-child(2) {
    text-align: right;
}

.fund_table .managerFunds_box_array .zhankai{
    width: 44px;
    text-align: left;
    color: #D50000;
    background: url(../images/db/horn_down.png) no-repeat right center;
    cursor: pointer;
}

.fund_table .managerFunds_box_array .shouqi{
    width: 44px;
    text-align: left;
    color: #D50000;
    background: url(../images/db/horn_up.png) no-repeat right center;
    cursor: pointer;
}


.fund_table .p3 {
    font-size: 16px;
    line-height: 22px;
    color: #535353;
}

.fund_table .p1 {
    font-size: 16px;
    color: #808080;
    line-height: 22px;
}

.fund_table .p3 a {
    color: #535353;
}

.fund_table .p2 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
}

.fund_table .p4 {
    font-size: 14px;
    color: #808080;
}

.manager_dl dd div.more {
    text-align: right;
}

.manager_dl dd div.more a {
    display: inline-block;
    line-height: 26px;
    color: #D50000;
    margin-top: 15px;
    padding-right: 16px;
    background: url(../images/db/horn_down.png) no-repeat right center;
}

.manager_dl dd div.more.fold a {
    background: url(../images/db/horn_up.png) no-repeat right center;
}




