/*-----------------------------------------投资者关系（开始）-----------------------------------------*/
.investor-bg {
    background-color: #f4f4f4;
    padding-bottom: 120px;
}

/*标题*/
.investor-title {
    font-size: 30px;
    font-weight: bold;
    color: #464749;
    line-height: 70px;
    margin: 70px 0;
    background: url("../../images/web/investors/icon-investors-title.svg") no-repeat left bottom;
    background-size: 33px;
}

/*公司概况*/
.investor-about-us .left {
    background: #fff;
    border-radius: 20px;
    float: left;
    width: 345px;
    overflow: hidden;
    height: 435px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
}

.investor-about-us .left .down {
    padding: 30px 10px 20px 20px;
}

.investor-about-us .left .down img {
    height: 40px;
}

.investor-about-us .title {
    color: #464749;
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    height: 80px;
}

.investor-about-us .content {
    color: #999999;
    font-size: 18px;
    padding: 0;
    line-height: 36px;
}

.investor-about-us .left .content {
    line-height: 30px;
}

.investor-about-us .left .title {
    height: 55px;
}

.investor-about-us .right {
    background: #fff;
    border-radius: 20px;
    float: right;
    width: 835px;
    padding: 40px 30px 0;
    height: 435px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
}

.investor-about-us .right img {
    height: 40px;
}

/*文件类型块*/
.investor-list {
    margin: 0 -12px;
}

.investor-list > li {
    float: left;
    width: 25%;
    padding-bottom: 25px;
}

.investor-list li .bg {
    width: 282px;
    margin: 0 auto;
    border: 1px solid #f4f4f4;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
}

.investor-list li .bg:hover {
    border-color: #fb3c04;
    box-shadow: 0 0 20px rgba(251, 60, 4, 0.2);
}

.investor-list li .title {
    height: 40px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 20px 15px 0;
    position: relative;
    border-bottom: 1px solid #ececec;
}

.investor-list li .title i {
    position: absolute;
    top: 1px;
    left: 0;
    line-height: 0;
}

.investor-list li .title i img {
    width: 22px;
    height: 22px;
}

.investor-list li .title span {
    padding-left: 30px;
    line-height: 24px;
    display: inline-block;
}

/*文件列表*/
.investor-list ol {
    margin: 15px 15px 0;
    height: 78px;
}

.investor-list ol > li {
    line-height: 26px;
}

.investor-list ol > li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
    font-size: 14px;
    display: block;
}

.investor-list ol > li a:hover {
    color: #666;
}

/*查看更多*/
.investor-list .more {
    margin: 5px 15px 0;
}

.investor-list .more a {
    color: #fb3c04;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
}

/*图文列表*/
.investor-file-list {
    margin: 0 -13px;
    padding-bottom: 100px;
}

.investor-file-list li {
    float: left;
    width: 25%;
    height: 550px;
}

.investor-file-list li a {
    display: block;
}

.investor-file-list li .cover {
    width: 280px;
    margin: 0 auto;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    overflow: hidden;
}

.investor-file-list li .cover img {
    width: 100%;
    height: 357px;
}

.investor-file-list li:hover .cover {
    border-color: #fb3c04;
    box-shadow: 0 0 20px rgba(251, 60, 4, 0.2);
}

.investor-file-list li .content {
    width: 278px;
    margin: 0 auto;
    padding: 30px 0 0 25px;
}

.investor-file-list li h4 {
    position: relative;
    line-height: 40px;
}

.investor-file-list li h4 span {
    color: #464749;
    font-size: 32px;
    font-weight: bold;
}

.investor-file-list li h4 i.dot {
    position: absolute;
    top: 17px;
    left: -17px;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #fb3c04;
}

.investor-file-list li h4 em.label {
    background: url("../../images/web/investors/2-label.svg") no-repeat center;
    background-size: 78px;
    width: 78px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    top: 9px;
    left: 90px;
    display: block;
    padding: 0;
    font-size: 15px;
}

.investor-file-list li h5 {
    color: #a0a1a1;
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.investor-file-list li p {
    color: #d1d1d1;
    font-size: 16px;
    line-height: 30px;
}

/*公告及通函*/
.investor-notice {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 20px;
    padding: 30px;
}

.investor-notice .title {
    color: #464749;
    font-size: 30px;
    font-weight: bold;
    line-height: 100px;
}

.investor-notice li {
    padding: 20px 0;
    display: none;
}

.investor-notice a {
    position: relative;
    display: block;
    padding-right: 100px;
}

.investor-notice a h5 {
    font-size: 20px;
    color: #999;
    line-height: 28px;
}

.investor-notice a p {
    font-size: 16px;
    color: #d1d1d1;
    line-height: 45px;
}

.investor-notice a i.fa-angle-right {
    width: 34px;
    height: 34px;
    line-height: 32px;
    position: absolute;
    top: -1px;
    right: 0;
    background-color: #e6e6e6;
    color: #fff;
    font-size: 24px;
    text-align: center;
    border-radius: 100px;
    padding-left: 3px;
    margin: 0;
}

.investor-notice a:hover h5 {
    color: #fb3c04;
}

.investor-notice a:hover i.fa-angle-right {
    background-color: #fb3c04;
}

.investor-notice .more {
    padding-bottom: 20px;
}

.investor-notice .more a {
    color: #fb3c04;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
}

/*企业官治*/
.investor-governance .banner-img {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.investor-governance .block {
    background: #fff;
    border-radius: 20px;
    margin-top: 30px;
    padding: 40px;
}

.investor-governance .block.first {
    border-radius: 0 0 20px 20px;
    margin: 0;
}

.investor-governance .title {
    font-size: 30px;
    color: #464749;
    line-height: 50px;
    height: 80px;
    font-weight: bold;
}

.investor-governance h4 {
    font-size: 22px;
    color: #464749;
    position: relative;
    line-height: 30px;
    height: 90px;
    font-weight: bold;
    padding: 20px 0 0 35px;
}

.investor-governance h4 i.icon {
    width: 25px;
    height: 30px;
    position: absolute;
    top: 20px;
    left: 0;
    background: url("../../images/web/investors/5-icon.svg") no-repeat center;
    background-size: 30px;
}

.investor-governance h5 {
    font-size: 20px;
    color: #464749;
    line-height: 30px;
    height: 50px;
    font-weight: bold;
}

.investor-governance p {
    font-size: 16px;
    color: #999;
    line-height: 30px;
    padding-bottom: 30px;
}

/*公司章程*/
.articles-association li {
    padding: 20px 0;
}

.articles-association li a {
    position: relative;
    display: block;
    padding-right: 100px;
}

.articles-association li .article-name {
    font-size: 20px;
    color: #999;
    line-height: 28px;
}

.articles-association li .article-time {
    font-size: 16px;
    color: #d1d1d1;
    line-height: 45px;
}

.articles-association li i.fa-angle-right {
    width: 34px;
    height: 34px;
    line-height: 32px;
    position: absolute;
    top: -1px;
    right: 0;
    background-color: #e6e6e6;
    color: #fff;
    font-size: 24px;
    text-align: center;
    border-radius: 100px;
    padding-left: 3px;
    margin: 0;
}

.articles-association li a:hover .article-name {
    color: #fb3c04;
}

.articles-association li a:hover i.fa-angle-right {
    background-color: #fb3c04;
}

.articles-association .more {
    padding-bottom: 20px;
}

.articles-association .more a {
    color: #fb3c04;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
}

/*联系我们*/
.investor-contact-us ol li {
    color: #999;
    font-size: 16px;
    line-height: 30px;
}

.investor-contact-us li label {
    display: block;
    width: 52px;
    float: left;
}

.investor-contact-us li span {
    display: block;
    overflow: hidden;
}

/*投资者信息-录入*/
.investor-input ul > li {
    width: 50%;
    float: left;
    font-size: 16px;
    line-height: 36px;
    padding: 10px 0;
    position: relative;
}

.investor-input ul > li > label {
    position: absolute;
    top: 10px;
    right: 50px;
    line-height: 34px;
    font-size: 14px;
}

.investor-input ul > li > .left {
    width: 105px;
    float: left;
    color: #666;
}

.investor-input ul > li > .left i {
    color: #e74324;
    font-size: 24px;
    line-height: 30px;
    padding-right: 5px;
}

.investor-input ul > li > .right {
    overflow: hidden;
    color: #999;
    padding-right: 50px;
}

.investor-input ul > li > .right > input {
    height: 36px;
    border: 1px solid #ccc;
    background-color: #fafafa;
    font-size: 16px;
}

.investor-input ul > li > .right > input::placeholder {
    color: transparent;
}

.investor-input ol > li {
    float: left;
    overflow: hidden;
    cursor: pointer;
    margin-right: 30px;
}

.investor-input ol > li i {
    background: url("../../images/web/investors/7-checkbox.svg") no-repeat left center;
    margin: 0;
    width: 23px;
    height: 36px;
    float: left;
    background-size: 18px;
    cursor: pointer;
}

.investor-input ol > li.active i {
    background-image: url("../../images/web/investors/7-checkbox-1.svg");
}

.investor-input ol > li span {
    display: block;
    overflow: hidden;
}

.investor-input .button {
    text-align: center;
    padding: 50px 0 30px;
}

.investor-input .button button {
    width: 180px;
    height: 42px;
    border: 1px solid #feaa50;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    background-image: linear-gradient(to right, #e74424, #fb6e10);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}

.investor-input .button button:hover {
    background-image: linear-gradient(to right, #c72e0f, #e75113);
}

/*推介材料*/
.investor-recommend .recommend-data {
    margin: 0 -15px;
}

.investor-recommend .recommend-data li {
    width: 33.33%;
    float: left;
    padding: 15px 15px;
    display: none;
}

.investor-recommend .recommend-data li a {
    display: block;
}

.investor-recommend .recommend-data .bg {
    background: #fff;
    overflow: hidden;
    padding: 35px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    border: 1px solid #fff;
}

.investor-recommend .recommend-data li:hover .bg {
    border-color: #fb3c04;
    box-shadow: 0 0 20px rgba(251, 60, 4, 0.2);
}

.investor-recommend .recommend-data li label {
    width: 107px;
    display: block;
    float: left;
}

.investor-recommend .recommend-data li label img {
    border-radius: 50px;
    width: 87px;
    height: 87px;
}

.investor-recommend .recommend-data li .right {
    overflow: hidden;
}

.investor-recommend .recommend-data li h5 {
    font-size: 18px;
    color: #666;
    margin-top: 12px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.investor-recommend .recommend-data li p {
    font-size: 14px;
    color: #afafaf;
    margin-top: 10px;
}

.investor-recommend .more {
    border-bottom: 1px dashed #ccc;
}

.investor-recommend .more a {
    text-align: center;
    padding-bottom: 20px;
    color: #afafaf;
    font-size: 16px;
    display: block;
    width: 120px;
    margin: 20px auto;
    position: relative;
}

.investor-recommend .more a i {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 16px;
    height: 16px;
    background: url("../../images/web/investors/icon-double-arrow.svg") center no-repeat;
    background-size: 22px;
    cursor: pointer;
    margin: 0 0 0 -10px;
}

.investor-recommend .more a.off {
    padding: 30px 0 0;
}

.investor-recommend .more a.off i {
    top: 0;
    bottom: auto;
    transform: rotate(180deg);
}

/*发布会重播*/
.investor-recommend .title {
    color: #464749;
    font-size: 24px;
    line-height: 36px;
    padding: 50px 0 30px;
}

.investor-recommend .video-replay {
    margin: 0 -13px;
}

.investor-recommend .video-replay li {
    width: 25%;
    float: left;
    height: 290px;
    display: none;
}

.investor-recommend .video-replay li a {
    display: block;
}

.investor-recommend .video-replay .img {
    position: relative;
    line-height: 0;
    width: 282px;
    height: 202px;
    border: 1px solid #f4f4f4;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

.investor-recommend .video-replay li:hover .img {
    border-color: #fb3c04;
    box-shadow: 0 0 20px rgba(251, 60, 4, 0.2);
}

.investor-recommend .video-replay .img > img {
    width: 100%;
    height: 100%;
}

.investor-recommend .video-replay .img .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../../images/web/investors/3-2-video.svg") center no-repeat;
    background-size: 70px;
}

.investor-recommend .video-replay li:hover .img .video {
    background-color: rgba(0, 0, 0, 0.3);
}

.investor-recommend .video-replay .right {
    width: 280px;
    margin: 0 auto;
}

.investor-recommend .video-replay .right h5 {
    font-size: 18px;
    color: #666;
    line-height: 24px;
    margin-top: 15px;
    height: 24px;
    overflow: hidden;
}

.investor-recommend .video-replay .right p {
    font-size: 14px;
    color: #afafaf;
    margin-top: 5px;
}

/*-----------------------------------------投资者关系（结束）-----------------------------------------*/