/*¹ÉÆ±ÐÅÏ¢*/
.stock-bg{
    background-image: url("/images/image2/stock/top-bg.png") !important;
    background-position: right;
}
.stockInformation{
    box-sizing: border-box;
    padding: 10px 13%;
    /* padding-left: calc(100vw * 380 / 1920); */
}
.stock-top{
    /*height: 252px;*/
    width: 100%;
    height:auto;
    background-image: url("/images/image2/stock/stock-bg.png") ;
    background-size: cover;
    background-repeat: no-repeat;
    /* padding:40px 50px; */
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.stock-top-left-one{
    font-weight: bold;
    font-size: 1.3rem;
    color:#333;
    cursor: pointer;
}
.stock-top-left-two{
    color:#DD0000;
    font-weight: bold;
    font-size: 2rem;
    margin:14px 0 20px ;
    display: flex;
    align-items: center;

}
.stock-top-left-two .num-one{
    margin-right:40px;
}
.stock-top-left-two .num-two{
    font-size: 0.9rem;
    margin:0 40px;
}
.stock-top-left-two .num-img{
    width: 27px;
    height:31px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stock-top-left-two .num-img img{
    width: 27px;
    height:31px;
}
.stock-top-left-three{
    color:#666666;
    font-size: 0.9rem;
}
.stock-top-right{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 40%;
}
.stock-top-right-item-title{
    font-size: 1rem;
    font-weight: bold;
    color:#666;
}
.stock-top-right-item-num{
    font-size: 1.3rem;
    color:#333;
    /* margin-bottom: 20px; */
}
.unit{
    color:#666;
    font-size: 0.9rem;
}
.stock-content-one-title{
    font-size: 1.5rem;
    font-weight: bold;
    color:#333;
    text-align: center;
    margin-top: 60px;
}
.stock-content-label-group{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 40px;
    cursor: pointer;
}
.stock-content-label{
    font-size: 1.1rem;
    color:#333;
    border-radius: 20px;
    padding:0 53px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 30px;
    border:1px solid rgba(10,48,127,0.2);
}
.stock-content-label:last-child{
    margin-right: 0;
}
.stock-content-label-active{
    background: #1674CC;
    color:#fff;
    border:1px solid #1674CC;
}
.stock-content-one-content{
    padding:50px;
    width: 100%;
    min-height:475px;
    /* height:auto; */
    box-sizing: border-box;
    background-image: url("/images/image2/stock/content-bg.png");
    background-repeat: no-repeat;
    color:#333;
    font-size: 1.1rem;
    /*background-size: 100% 100%;*/
    background-size: cover;
    /* text-indent: 2rem; */
}
.people-img{
    /*width: 586px;*/
    /*height:390px;*/
    float: left;
    margin-right: 5%;
    margin-bottom: 1%;
}
.stock-content-two{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
    clear: both;
}
.stock-content-two-item{
    width: calc(50% - 15px);
    background: #F9F9F9;
    padding:44px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
}
.stock-content-two-item::before{
    background: #8DBAE4;
    position: absolute;
    content:'';
    width: 100%;
    left:0;
    right:0;
    height:5px;
    top:0;
}
.stock-content-two-item-one{
    color:#333;
    font-weight: bold;
}

.stock-content-two-item-one .name{
    font-size: 1.5rem;
    padding-right: 14px;
    box-sizing: border-box;
}
.stock-content-two-item-one .position{
    font-size: 1.2rem;

}
.stock-content-two-item-two{
    font-size: 1rem;
    color:#333;
    text-indent: 2rem;
    margin-top: 24px;
    line-height: 2rem;
}
@media only screen and (max-width:1300px){
    .stockInformation{padding:10px 5%}
}

@media only screen and (max-width:950px){
    .people-img{width: 50%;}
    .stock-content-one-content{padding:10px}
    .stock-content-label{height: 20px;padding:0 10px;line-height: 20px;}
    .stock-content-two-item{width: 100%;padding:20px;}
    .stock-top-left-two .num-one{margin-right: 0px;}
}

@media only screen and (max-width:500px){
    .stock-top-left-two .num-one{margin-right: 3px;}
    .stock-top-left-two .num-two{margin:0 3px;}
    .stock-content-one-title{margin-top: 30px;}
    .stock-content-label-group{margin:20px 0}
}<!--ºÄÊ±1772741010.1579Ãë-->