.banner {
    width: 100%;
    height: 300px;
    background: url("../images/investorRelations-bg.jpg") no-repeat top center;
    background-size: cover;
    overflow: hidden;
    margin-top: 100px;
}


/* /导航 */ 

.main .nav .nav-box {
    display: inline-block;
    width: 325px;
    height: 70px;
    box-sizing: border-box;
    font-size: 16px;
    cursor: pointer;
}

.main .nav .nav-box:first-of-type,
.main .nav .nav-box:last-of-type {
    width:324px;
}
 

.main .nav .nav-bg {
    background-color: #ff3f3f;
    width: 326px;
    height: 70px;
    position: absolute;
    top: -1px;
    left: -1px;
}

.main .nav .nav-bg i {
    width: 15px;
    height: 14px;
    display: inline-block;
    background: url("../images/icon.png") no-repeat -675px -90px;
    margin: 70px 0 0 155px;
} 
/* 内容 */
.main .content {
    padding: 50px 30px;
    box-sizing: border-box;
    display: none;
}
.main .on { 
    display: block;
}


/* 基本信息 */
.main .essentialInformation .sharePrice {
    text-align: left;
}

.main .essentialInformation .sharePrice h4,
.main .essentialInformation .introduction h4,
.main .essentialInformation .executive h4 {
    font-size: 16px;
    color: #333333;
    margin: 30px 0;
    text-align: left;
    font-weight: 600;
}

.main .essentialInformation .sharePrice .info {
    height: 240px;
    background: #f2f2f2;
    color: #9d9d9d;
    padding: 30px 0;
    box-sizing: border-box;
}

.sharePrice .info .info-name,
.sharePrice .info .info-gain,
.sharePrice .info .info-more {
    display: inline-block;
    color: #333333;
    height: 180px;
    vertical-align: top;
    box-sizing: border-box;
    text-align: center;
}

.sharePrice .info .info-name {
    width: 200px;
    border-right: #A5A5A5 1px solid;
}

.sharePrice .info .info-name h5,
.sharePrice .info .info-gain h6 {
    font-size: 30px;
    margin: 30px 10px 20px 10px;
}

.sharePrice .info .info-gain h6 i {
    display: inline-block;
    width: 21px;
    height: 24px;
    background: url("../images/icon.png") no-repeat -370px -220px;
    vertical-align: top;
    vertical-align: text-top;
    margin: 10px 5px;
}

.sharePrice .info .info-name p,
.sharePrice .info .info-gain p {
    font-size: 20px;
    margin: 10px 0;
}

.sharePrice .info .info-gain .nowtime {
    font-size: 14px;
}

.sharePrice .info .info-gain {
    width: 200px;
    border-right: #A5A5A5 1px solid;
}
 
.sharePrice .info .info-more {
    font-size: 0;
    width: 660px;
    text-align: left;
}

.sharePrice .info .info-more li {
    display: inline-block;
    width: 220px;
    height: 50px;
    font-size: 14px;
}

.sharePrice .info .info-more li em {
    display: inline-block;
    width: 100px;
    height: 50px;
    font-size: 14px;
    text-align: right;
}

.sharePrice .info .info-more li span {
    font-size: 14px;
    text-align: left;
}

.introduction {
    text-align: center;
    margin: 0 0 20px 0;
}

.introduction p {
    color: #9d9d9d;
    font-size: 14px;
    text-align: left;
    line-height: 25px;
}

.introduction .info-table {
    width: 920px;
    font-size: 0;
    margin: 30px auto;
}

.introduction .info-table li {
    height: 70px;
    background: #f2f2f2;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.introduction .info-table li span {
    display: inline-block;
    height: 40px;
    width: 300px;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}

.introduction .info-table li span p {
    font-size: 14px;
    text-align: left;
    color: #333333;
}
 

.executive .executive-box {
    font-size: 0;
    border: 1px solid #B6B6B6;
    box-sizing: border-box;
}

.executive .executive-box .left {
    display: inline-block;
    width: 338px;
    height: 358px;
    background: #f2f2f2;
    border-right: 1px solid #B6B6B6;
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
}

.executive .executive-box .left p {
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    margin: 35px 0;
}

.executive .executive-box .right {
    display: inline-block;
    width: 900px;
    padding: 10px 30px;
    box-sizing: border-box;
    vertical-align: top;
}

.executive .executive-box .right p {
    font-size: 14px;
    color: #8C8C8C;
    line-height: 24px;
    text-align: left;
}

.listtab .noticelist iframe{
    width: 100%;
    height: 850px;
}
/* 投资者交流 */ 
.Interaction .Interaction_info{
    display: flex;
    justify-content: space-around;
}
.Interaction .Interaction_info .info_left{
width: 560px;
}
.Interaction .Interaction_info .info_left img{
    width: 100%;
    }
.Interaction .Interaction_info .info_right{
text-align: left;
}
.Interaction .Interaction_info .info_right h2{
    font-size: 24px;
    color: #333333;
    margin: 20px 0;
}
.Interaction .Interaction_info .info_right li{
    font-size: 16px;
    line-height: 35px;
    color: #666;
}
.Interaction .Interaction_info .info_right .info_link{
    margin: 20px 0;
}
.Interaction .Interaction_info .info_right .info_link p{
    font-size: 24px;
    line-height: 35px;
    color: #333333;
} 
.Interaction .Interaction_info .info_right .info_link p:last-of-type{
    color: #ff3f3f;
} 
.Interaction .Interaction_info .info_right .info_link a:hover p{
    text-decoration-line: underline;
    color: #ff3f3f;
} 
/* 投资者交流 下载列表*/ 
.Interaction .Interaction_list{
    margin: 30px 0;
}
.Interaction .Interaction_list li{
    line-height: 30px;
    font-size: 16px;
    padding: 10px 30px;
    color: #333333;
    display: flex;
    justify-content: space-between;
    transition: all 0.25s ease 0s;
    box-shadow: 0 0 20px #F0F0F0;
    margin-bottom: 20px;
    box-sizing: border-box;
} 
.Interaction .Interaction_list li i{ 
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 10px;
    vertical-align: middle;
}
.Interaction .Interaction_list li i img{ 
    width: 100%;
    height: 100%;
}