﻿﻿.investor-homeIndex-page .investor-home-index .banner {
    width: 100%;
    height: 520px;
    overflow: hidden;
    /*margin-top: 60px;*/
    /*background: url("../../images/investor/bg_home.png") no-repeat top left;*/
    /*background-size: 100% 100%;*/
    position: relative;
    /*text-align: center;*/
    z-index: -1;
}
.investor-homeIndex-page .investor-home-index .banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.investor-homeIndex-page .investor-home-index .banner .title {*/
/*    width: 100%;*/
/*    overflow: hidden;*/
/*    height: 132px;*/
/*    line-height: 132px;*/
/*    font-weight: 400;*/
/*    font-size: 64px;*/
/*    text-align: center;*/
/*    color: #ffffff;*/
/*    margin-top: 71px;*/
/*}*/

/*.investor-homeIndex-page .investor-home-index .banner .stock-num {*/
/*    width: 700px;*/
/*    height: 72px;*/
/*    overflow: hidden;*/
/*    line-height: 72px;*/
/*    background: linear-gradient(270deg,*/
/*    rgba(255, 255, 255, 0.1875) 0%,*/
/*    rgba(255, 255, 255, 0) 0.01%,*/
/*    rgba(255, 255, 255, 0.4875) 50.25%,*/
/*    rgba(255, 255, 255, 0) 100%);*/
/*    font-weight: 500;*/
/*    font-size: 32px;*/

/*    text-align: center;*/
/*    color: #ffffff;*/
/*    margin: 17px auto 24px;*/
/*}*/

/*.investor-homeIndex-page .investor-home-index .banner .sub-title {*/
/*    font-weight: 500;*/
/*    font-size: 24px;*/
/*    text-align: center;*/
/*    color: #ffffff;*/
/*}*/

/**goal-box */
.investor-homeIndex-page .investor-home-index .goal-box {
    max-width: 963.3px;
    /*width: fit-content;*/
    min-height: 71px;
    padding: 38.5px 82px 38.5px 55.5px;
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    /* 卡片投影 */

    box-shadow: 0px 12px 48px 16px rgba(0, 16, 71, 0.03),
    0px 6px 16px -8px rgba(0, 0, 0, 0.08), 0px 9px 28px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    margin: -57px auto 30px;
}

.investor-homeIndex-page .investor-home-index .goal-box .item {
    flex: 1;
    display: flex;
    overflow: hidden;
}

.investor-homeIndex-page .investor-home-index .goal-box .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 9px;
}

.investor-homeIndex-page .investor-home-index .goal-box .sub-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #595959;
}

.investor-homeIndex-page .investor-home-index .goal-box .left {
    margin-right: 42px;
}

.investor-homeIndex-page .investor-home-index .goal-box .left .title {
    color: #4385ff;
}

.investor-homeIndex-page .investor-home-index .goal-box .right {
    margin-left: 73px;
}

.investor-homeIndex-page .investor-home-index .goal-box .right .title {
    color: #0f8254;
}

.investor-homeIndex-page .investor-home-index .goal-box img {
    margin-right: 30px;
}

.investor-homeIndex-page .investor-home-index .goal-box .left img {
    width: 47.68px;
    height: 61.19px;
}

.investor-homeIndex-page .investor-home-index .goal-box .right img {
    width: 58.16px;
    height: 58.14px;
    /* width: 64px;
    height: 64px; */
}

/**info-box */
.investor-homeIndex-page .investor-home-index .info-box {
    width: 1200px;
    margin: 0 auto;
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(1) {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(1) .item {
    background: #ffffff;
    /* 卡片投影 */
    box-shadow: 0px 12px 48px 16px rgba(0, 16, 71, 0.03),
    0px 6px 16px -8px rgba(0, 0, 0, 0.08), 0px 9px 28px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(1) .item .title {
    min-width: 72px;
    max-width: 80%;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #262626;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(1) .item .title::after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-color: #a1c2ff;
    position: absolute;
    bottom: 0px;
    z-index: -1;
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(1) .intro {
    width: 542px;
    height: 500px;
    padding: 22px 21px 0 21px;
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(1) .intro .content {
    width: 542px;
    height: 440px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #414f59;
    overflow: auto;
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(1) .intro .content::-webkit-scrollbar,
.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(2) .content::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(1) .intro .content img {
    width: 100%;
    height: 152px;
    margin-top: 26px;
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(1) .ceo {
    width: 228px;
    height: 500px;
    padding: 22px 30px 0 32px;
    overflow: hidden;
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(1) .ceo .content {
    width: 228.32px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #414f59;
    height: 440px;
    overflow: auto;
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(1) .ceo .content::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(1) .contact {
    width: 238px;
    height: 500px;
    padding: 22px 26px 0 26px;
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(1) .contact .email img {
    width: 15px;
    height: 14.58px;
    margin-right: 10px;
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(1) .contact .type {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #595959;
    margin-bottom: 16px;
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(1) .contact .content {
    width: 238px;
    height: 440px;
    overflow: hidden;
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(1) .contact .content::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(1) .contact .txt {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    margin-bottom: 20px;
    display: block;
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(1) .contact .site img {
    width: 13px;
    height: 17.71px;
    margin-right: 10px;
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(1) .contact .address {
    width: 238px;
    height: 214.99px;
    border-radius: 4px;
    margin-top: 20px;
}

/** */
.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(2) {
    width: 1156px;
    height: 305px;
    padding: 32.5px 22px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    background: #ffffff;
    /* 卡片投影 */

    box-shadow: 0px 12px 48px 16px rgba(0, 16, 71, 0.03),
    0px 6px 16px -8px rgba(0, 0, 0, 0.08), 0px 9px 28px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(2) .form {
    width: 550px;
    height: 326px;
    overflow: hidden;
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(2) .title {
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #262626;
    z-index: 1;
    position: relative;
    margin-bottom: 20px;
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(2) .title::after {
    content: "";
    display: block;
    width: 60px;
    height: 10px;
    background-color: #a1c2ff;
    position: absolute;
    bottom: 0px;
    z-index: -1;
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(2) .sub-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #262626;
    margin-bottom: 6px;
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(2) .content {
    width: 553px;
    height: 274px;
    overflow: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #595959;
    margin: 0 60px 0 0;
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(2) .content::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(2) .content ul {
    margin-top: 10px;
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(2) .content li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(2) .content li img {
    width: 13.86px;
    height: 10.56px;
    margin-right: 13px;
}

/**news */
.investor-home-index .news-box {
    padding: 80px 0;
    background: #f6f8fc;
}

.investor-home-index .news-box .title {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    line-height: 42px;
    color: #262626;
    margin-bottom: 48px;
}

.investor-home-index .news-box .list {
    width: 1200px;
    margin: 40px auto;
}

.investor-home-index .news-box .list .list-brand {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
}

.investor-home-index .news-box .list-brand .brand-info {
    width: 400px;
    overflow: hidden;
}

.investor-home-index .news-box .list-brand .brand-info .img {
    width: 400px;
    height: 217px;
    overflow: hidden;
    display: block;
}

.investor-home-index .news-box .list-brand .brand-info > span {
    width: 400px;
    height: 220px;
    display: block;
    border-radius: 2px;
    margin-bottom: 16px;
}

.investor-home-index .news-box .brand-info .brand-info-main {
    display: flex;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    padding-top: 16px;
}

.investor-home-index .news-box .brand-info .brand-info-date {
    width: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.investor-home-index .news-box .brand-info .brand-info-date .day {
    font-weight: 500;
    font-size: 29px;
    line-height: 39px;
    color: #262626;
    text-align: center;
    width: 100%;
    display: block;
}

.investor-home-index .news-box .brand-info .brand-info-date .month {
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #909090;
    width: 100%;
    text-align: center;
    padding-top: 4px;
    display: block;
}

.investor-home-index .news-box .brand-info .brand-info-content {
    flex: 1;
    overflow: hidden;
}

.investor-home-index .news-box .brand-info .brand-info-content .name {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #262626;
    overflow: hidden;
    display: block;
    padding-left: 12px;
}

.investor-home-index .news-box .brand-info .brand-info-content .intro {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #848484;
    display: block;
    padding-top: 8px;
    padding-left: 12px;
}

.investor-home-index .news-box .list-brand .brand-list {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    margin-top: -40px;
}

.investor-home-index .news-box .list-brand .brand-list .brand-item {
    flex: 0 0 340px;
    display: flex;
    /* align-items: center; */
    margin-left: 56px;
    margin-top: 40px;
    overflow: hidden;
    cursor: pointer;
}

.investor-home-index .news-box .brand-item .brand-item-date {
    width: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    overflow: hidden;
}

.investor-home-index .news-box .brand-item .brand-item-date .day {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #262626;
    width: 100%;
    display: block;
    text-align: center;
}

.investor-home-index .news-box .brand-item .brand-item-date .month {
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #595959;
    width: 100%;
    display: block;
    padding-top: 4px;
    padding-bottom: 21px;
    text-align: center;
}

.investor-home-index .news-box .brand-item .brand-item-content {
    flex: 1;
    overflow: hidden;
}

.investor-home-index .news-box .brand-item .brand-item-content .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #262626;
    overflow: hidden;
    display: block;
    padding-left: 12px;
}

.investor-home-index .news-box .brand-item .brand-item-content .intro {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #848484;
    height: 40px;
    -webkit-line-clamp: 2;
    padding-top: 8px;
    padding-left: 12px;
}

/**动态效果-hover悬停 */
.investor-home-index .news-box .brand-info .brand-info-main:hover .name,
.investor-home-index .news-box .brand-info .brand-info-main:hover .day {
    color: #4385ff;
}

.investor-home-index .news-box .brand-item:hover .brand-item-content .name,
.investor-home-index .news-box .brand-item:hover .brand-item-date .day {
    color: #4385ff;
}

.investor-homeIndex-page .investor-home-index .goal-box .item img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.investor-homeIndex-page .investor-home-index .goal-box .item:hover img {
    /*transform: rotateY(-180deg);*/
    /*transition: 0.5s;*/
    /*-webkit-transition: 0.5s;*/
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(1) .contact .address {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(1) .contact .address:hover {
    transform: scale(1.05);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.investor-home-index .news-box .list-brand .brand-info .img {
    height: 217px;
    overflow: hidden;
}

.investor-home-index .news-box .list-brand .brand-info img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.investor-home-index .news-box .list-brand .brand-info img:hover {
    transform: scale(1.05);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.investor-homeIndex-page .investor-home-index .info-box .info .item:hover .title::after {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.investor-homeIndex-page .investor-home-index .info-box .info .item .title::after {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

/*.investor-homeIndex-page .investor-home-index .info-box .info .item:hover .title::after {*/
/*    height: 20px;*/
/*    transition: 0.5s;*/
/*    -webkit-transition: 0.5s;*/
/*}*/

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(2) .title::after {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(2):hover .title::after {
    /*width: 100%;*/
    /*height: 22px;*/
    /*transition: 0.5s;*/
    /*-webkit-transition: 0.5s;*/
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(2) .form img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.investor-homeIndex-page .investor-home-index .info-box .info:nth-child(2) .form img:hover {
    transform: scale(1.05);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

/*行业客户*/
.investor-customers-page {
    min-height: 100vh;
    overflow: hidden;
    background: #f6f8fc;
    /*padding-top: 60px;*/
}

.investor-customers-page .block {
    height: 60px;
    margin-top: -60px;
}

.investor-customers-page .investor-customers {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.investor-customers-page .headers {
    position: relative;
    overflow: hidden;
}

.investor-customers-page .headers > .img {
    display: block;
    height: 520px;
    overflow: hidden;
    /*position: relative;*/
}
.investor-customers-page .headers > .img img{
    width: auto;
    /*height: 100%;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
}
.investor-customers-page .headers .header-info {
    width: 1198px;
    height: auto;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0px 12px 48px 16px rgba(0, 16, 71, 0.03),
    0px 6px 16px -8px rgba(0, 0, 0, 0.08), 0px 9px 28px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    z-index: 2;
    margin: auto;
}

.investor-customers-page .header-info .header-intro {
    width: 100%;
    display: block;
}

.investor-customers-page .header-info .header-main {
    width: 790px;
    height: 160px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.investor-customers-page .header-info .header-main .title {
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    color: #262626;
    margin-bottom: 16px;
}

.investor-customers-page .header-info .header-main .intro {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #595959;
    text-align: justify;
    text-align-last: justify;
}

.investor-customers-page .investor-customers .tabs {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
}

.tabs-list-info {
    overflow: hidden;
    background: #ffffff;
    margin-bottom: 40px;
}

.investor-customers-page .tabs .tabs-list {
    width: 1198px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.investor-customers-page .tabs .tabs-list li {
    /*flex: 1;*/
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #262626;
    position: relative;
    width: 150px;
}
.investor-customers-page .tabs .tabs-list li > a{
    padding: 22px 4px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}
.investor-customers-page .tabs .tabs-list li.active,
.investor-customers-page .tabs .tabs-list li:hover {
    color: #4385ff;
}

.investor-customers-page .tabs .tabs-list li.active::after,
.investor-customers-page .tabs .tabs-list li::after {
    content: "";
    width: 0;
    height: 3px;
    display: block;
    background: #4385ff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.investor-customers-page .tabs .tabs-show {
    width: 1178px;
    margin: 28px auto;
    position: relative;
}

.investor-customers-page .tabs-show .tabs-show-item {
    display: flex;
    background: #ffffff;
    margin-bottom: 28px;
    box-shadow: 0px 12px 48px 16px rgba(0, 16, 71, 0.03),
    0px 6px 16px -8px rgba(0, 0, 0, 0.08);
    filter: drop-shadow(0px 9px 28px rgba(0, 0, 0, 0.05));
    border-radius: 4px;
    overflow: hidden;
}

.investor-customers-page .tabs-show .tabs-show-item:last-child {
    margin-bottom: 0;
}

.investor-customers-page .tabs-show-item .tabs-show-title {
    width: 420px;
    overflow: hidden;
    display: block;
    position: relative;
    cursor: pointer;
}

.investor-customers-page .tabs-show-item .img {
    width: 100%;
    display: block;
}

.investor-customers-page .tabs-show-item .title {
    position: absolute;
    left: 34px;
    right: 53px;
    bottom: 24px;
    margin: auto;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.investor-customers-page .tabs-show-item .title .name {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #ffffff;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 12px;
}

.investor-customers-page .tabs-show-item .title .name::before {
    content: "";
    width: 18px;
    height: 2px;
    display: block;
    background: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.investor-customers-page .tabs-show-item .title .intro {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    overflow: hidden;
}

.investor-customers-page .tabs-show-item .tabs-show-info {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    /*padding: 21px 80px 23px 76px;*/
    overflow: hidden;
}

.investor-customers-page .tabs-show-item .tabs-show-info > span {
    max-width: 758px;
    display: block;
    /*margin-right: 10px;*/
}

.investor-customers-page .tabs-show-item .tabs-show-info > span:nth-child(4n) {
    margin-right: 0;
}

/**hover */
.investor-customers-page .tabs-show-item .img img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.investor-customers-page .tabs-show-item .tabs-show-title:hover .img img{
    transform: scale(1.04);
}
.investor-customers-page .tabs-show-item .tabs-show-title:hover .title{
    bottom: 32px;
}

.investor-customers-page .tabs .tabs-list li:hover::after,
.investor-customers-page .tabs .tabs-list li:hover.active::after {
    width: 100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}


/*定期报告*/
.investor-periodicreport-page {
    min-height: 100vh;
    overflow: hidden;
    background: #f7f7fa;
    /*padding-top: 60px;*/
}

.investor-periodicreport-page .investor-periodic-report {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.investor-periodicreport-page .investor-periodic-report .banner {
    display: block;
    height: 520px;
    overflow: hidden;
}
.investor-periodicreport-page .investor-periodic-report .banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.investor-periodicreport-page .investor-periodic-report .list {
    width: 1200px;
    margin: 60px auto;
    background: #ffffff;
    overflow: hidden;
}

.investor-periodicreport-page .list .item {
    margin: 0 54px;
    padding: 60px 0 40px;
    border-bottom: 1px solid rgba(119, 119, 119, 0.2);
    /*overflow: hidden;*/
}

.investor-periodicreport-page .list .item:last-child {
    border-bottom: 0;
}

.investor-periodicreport-page .item .year {
    font-family: "Regular";
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    padding-top: 10px;
    margin-bottom: 30px;
    color: #4385ff;
}

.investor-periodicreport-page .item .year span {
    display: inline-block;
    position: relative;
}

.investor-periodicreport-page .item .year span::before {
    content: "";
    width: 21px;
    height: 2px;
    border-radius: 2px;
    display: block;
    background: #4385ff;
    position: absolute;

    top: 10px;
    right: 76px;
    /* left: -33px; */
}

.investor-periodicreport-page .item .year span::after {
    content: "";
    width: 21px;
    height: 2px;
    border-radius: 2px;
    display: block;
    background: #4385ff;
    position: absolute;

    top: 10px;
    left: 76px;
    /* right: -33px; */
}

.investor-periodicreport-page .list .item ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: -24px;
    /*overflow: hidden;*/
}

.investor-periodicreport-page .list .item ul li {
    flex: 0 0 243px;
    margin: 24px 40px 0 0;
    /*overflow: hidden;*/
}

.investor-periodicreport-page .list .item ul li:nth-child(4n) {
    margin-right: 0;
}

.investor-periodicreport-page .item ul li .img {
    width: 243px;
    height: 330px;
    /*overflow: hidden;*/
    display: block;
    box-shadow: 0px 12px 48px 16px rgba(0, 16, 71, 0.03), 0px 6px 16px -8px rgba(0, 0, 0, 0.08), 0px 9px 28px rgba(0, 0, 0, 0.05);
  }

.investor-periodicreport-page .item ul li .name {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #262626;
    overflow: hidden;
    padding-top: 10px;
    display: block;
}

/**动效 */
.investor-periodicreport-page .list .item ul li:hover {
    cursor: pointer;
}

.investor-periodicreport-page .list .item ul li img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.investor-periodicreport-page .list .item ul li:hover img {
    transform: scale(1.05);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.investor-periodicreport-page .list .item ul li:hover .name {
    color: #4385ff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.investor-periodicreport-page .item .year {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.investor-periodicreport-page .item .year span::after {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.investor-periodicreport-page .item .year span:hover::after {
    width: 50px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.investor-periodicreport-page .item .year span::before {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.investor-periodicreport-page .item .year span:hover::before {
    width: 50px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}


/*信息披露*/
.investor-infoissue-page {
    min-height: 100vh;
    overflow: hidden;
    background: #f7f7fa;
    padding-top: 60px;
}

.investor-infoissue-page .investor-info-issue {
    width: 1200px;
    position: relative;
    overflow: hidden;
    margin: 30px auto 60px;
    background: #fff;
}

.investor-infoissue-page .investor-info-issue .title {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    margin: 0 40px 0;
    padding: 32px 0 8px 16px;
    border-bottom: 1px solid #d9d9d9;
}


.investor-infoissue-page .title .title-text {
    flex: 1;
    font-weight: 400;
    font-size: 24px;
    line-height: 46px;
    letter-spacing: -0.02em;
    color: #262626;
}

.investor-infoissue-page .title .back-name {
    margin-left: -12px;
    font-weight: 400;
    font-size: 20px;
    color: #595959;
}

.investor-infoissue-page .title .back-name img {
    width: 12px;
    height: 12px;
    display: inline-block;
    padding-right: 6px;
}

.investor-infoissue-page .list-title::before {
    content: "";
    width: 4px;
    height: 24px;
    display: block;
    background: #4385ff;
    position: absolute;
    top: 43px;
    left: 0;
}

.investor-infoissue-page .title .title-input {
    width: 198px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #777777;
    padding: 13px 10px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    position: absolute;
    bottom: 20px;
    right: 0;
    overflow: hidden;
}

.investor-infoissue-page .title-input .title-icon-search {
    display: block;
    width: 13px;
    margin-right: 6px;
}

.investor-infoissue-page .title-input input {
    outline: none;
    width: 132px;
    display: block;
    padding: 0;
    border: none;
}

.investor-infoissue-page .title .title-input-search {
    display: inline-block;
    position: relative;
    width: 40px;
    margin-left: 8px;
    text-align: right;
    cursor: pointer;
}

.investor-infoissue-page .title .title-input-search::after {
    content: "";
    width: 1px;
    height: 9px;
    display: block;
    background: #777777;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 1px;
}

.investor-infoissue-page .investor-info-issue .list {
    position: relative;
    margin: 4px 40px 0;
    overflow: hidden;
}

.investor-infoissue-page .list .item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}

.investor-infoissue-page .list .item:last-child {
    border-bottom: 0;
}

.investor-infoissue-page .item .item-title {
    flex: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.investor-infoissue-page .item .item-title .item-arrow {
    width: 5px;
    margin-right: 2px;
    display: inline-block;
    padding: 18px 0;
}
.investor-infoissue-page .item .item-title .item-intro{
    flex: 1;
    display: block;
    overflow: hidden;
    padding: 18px 0 18px 4px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.investor-infoissue-page .item .item-title label {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #262626;
}

.investor-infoissue-page .item .date {
    width: 72px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #848484;
    display: inline-block;
    overflow: hidden;
    padding: 18px 4px 18px 16px;
}

/**hover */
.investor-infoissue-page .item:hover .item-title label,
.investor-infoissue-page .item:hover .item-intro,
.investor-infoissue-page .item:hover .date {
    cursor: pointer;
    color: #4385ff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.investor-infoissue-page .list .item:hover .date {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.investor-infoissue-page .list .item:hover .date {
    transform: translateX(-10px);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

/*联系我们*/
.investor-aboutus-page {
    min-height: 100vh;
    overflow: hidden;
    background: #f7f7fa;
    padding-top: 60px;
}

.investor-aboutus-page .investor-about-us {
    width: 1200px;
    position: relative;
    overflow: hidden;
    margin: 50px auto 160px;
    background: #fff;
}

.investor-aboutus-page .investor-about-us .title {
    font-weight: 400;
    font-size: 24px;
    line-height: 46px;
    letter-spacing: -0.02em;
    overflow: hidden;
    position: relative;
    margin: 16px 40px 0;
    padding: 0 0 8px 16px;
    color: #262626;
    border-bottom: 1px solid #d9d9d9;
}

.investor-aboutus-page .investor-about-us .title::before {
    content: "";
    width: 4px;
    height: 24px;
    display: block;
    background: #4385ff;
    position: absolute;
    top: 13px;
    left: 0;
}

.investor-aboutus-page .investor-about-us .info {
    width: 840px;
    background: url("../image/img_aboutus_bg.png") left top no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    border-radius: 4px;
    margin: 50px auto;
    padding: 27px 0;
    overflow: hidden;
}

.investor-aboutus-page .investor-about-us .intro {
    flex: 1;
    overflow: hidden;
}

.investor-aboutus-page .investor-about-us .intro .intro-item {
    padding: 0 48px 21px 48px;
    overflow: hidden;
}

.investor-aboutus-page .investor-about-us .intro-item li {
    margin-bottom: 24px;
    overflow: hidden;
}

.investor-aboutus-page .investor-about-us .intro-item li:last-child {
    margin-bottom: 0;
}

.investor-aboutus-page .investor-about-us .intro-item .intro-name {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    overflow: hidden;
}

.investor-aboutus-page .investor-about-us .intro-item .intro-name > span {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.investor-aboutus-page .investor-about-us .intro-item .intro-name > label {
    flex: 1;
    overflow: hidden;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.85);
}

.investor-aboutus-page .investor-about-us .intro-item .intro-detail {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    overflow: hidden;
    display: block;
}

.investor-aboutus-page .investor-about-us .info .map {
    width: 360px;
    height: 212px;
    display: block;
    background: #ffffff;
    padding: 16px 15px;
    margin-right: 32px;
    border-radius: 4px;
    overflow: hidden;
}

/**动效 */
.investor-aboutus-page .investor-about-us .info .map img {
    transition: .5s;
    -webkit-transition: .5s;
}

.investor-aboutus-page .investor-about-us .info .map img:hover {
    transition: .5s;
    -webkit-transition: .5s;
    transform: scale(1.05);
}

/**pages */
.pages {
    font-size: 0;
    text-align: center;
    transform: translate3d(0, 0, 0)
}

.pages .page-prev,
.pages .page-next {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    line-height: 24px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    font-size: 12px;
    color: #8c8c8c;
    margin: 5px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.pages .page-prev{
    background: url("../image/page-prev.png") no-repeat center;
    background-size: 7px 11px;
    background-position: 7.5px center;
}
.pages .page-next{
    background: url("../image/page-next.png") no-repeat center;
    background-size: 7px 11px;
}

.pages .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
	line-height: 24px;
	padding: 2px 2px;
	font-size: 14px;
}

.pages ul {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.pages ul li {
    display: inline-block;
    vertical-align: top;
    width: auto;
    line-height: 24px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    font-size: 14px;
    color: #8c8c8c;
    margin: 5px;
	padding: 2px 15px;
}

.pages ul li a {
    display: block;
    color: rgba(140, 140, 140, 1);
}

.pages ul li:hover {
    border-color: #4385ff;
}

.pages ul li:hover a {
    color: #4385ff;
}

.pages .icon:hover {
    border-color: #4385ff;
}
.pages .page-prev:hover{
    background: url("../image/page-prev-hover.png") no-repeat center;
    background-size: 7px 11px;
    background-position: 7.5px center;
}
.pages .page-next:hover{
    background: url("../image/page-next-hover.png") no-repeat center;
    background-size: 7px 11px;
}

.pages ul .pagenumact {
    border-color: #4385ff;
}

.pages ul .pagenumact a {
    color: #4385ff;
}

.investor-periodicreport-page .list .item ul li img {
    height: 100%;
}
