/*实时股价*/
.ssgp {
    width: 100%;
    background: rgba(241, 241, 241, 0.9);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1980;
}

.bds {
    height: 50px;
}

.bds .tempWrap {
    margin: 0 30px 0 95px;
}

.ssgp_t {
    position: absolute;
    left: 0;
    top: 0;
    color: #004473;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
}

.bds {
    width: 1160px;
    margin: 0 auto;
    position: relative;
}

.bds li {
    width: 100%;
    clear: both;
    line-height: 50px;
    height: 50px;
    margin-left: 120px
}

.bds dl {
    width: 100%;
}

.bds dd {
    width: 50%;
    display: inline-block;
    float: left;
    font-size: 16px;
}

.bds dd i {
    font-style: normal;
    font-size: 16px;
}

.bds dd span {
    margin-left: 20px;
}

.bds dd span em {
    font-style: normal;
    margin-right: 15px;
    /*color: #e20000;*/
    font-size: 16px;
}

.bds dd font {
    /*display: none; */
}

.ssgp .hd {
    position: absolute;
    right: 0;
    top: 10px;
    width: 25px;
    height: 40px;
}

.ssgp .hd span {
    display: block;
    width: 25px;
    height: 20px;
    cursor: pointer;
}

.ssgp_more {
    position: absolute;
    right: 0%;
    bottom: 50px;
    width: 600px;
    background: #fff;
    display: none;
}

.ssgp_more p {
    padding-left: 30px;
    line-height: 40px;
}

.ssgp_more p span {
    color: #333;
    font-size: 16px;
    margin: 0 10px;
}

.ssgp_more p span em {
    /*color: #e20000;*/
    font-style: normal;
    font-size: 22px;
}

.gdgp_tab_title {
    width: 100%;
}

.gdgp_tab_title li {
    float: left;
    display: inline-block;
    width: 50%;
    background: #ef4914;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    cursor: pointer;
}

.gdgp_tab_title li.on {
    background: #fff;
    color: #333;
}

.gdgp_con {
}

.gdgp_con_tab_title, .gdgphk_con_tab_title {
    border-bottom: 2px solid #f6f6f6;
    line-height: 26px;
    width: 100%;
    clear: both;
}

.gdgp_con_tab_title li, .gdgphk_con_tab_title li {
    float: left;
    display: inline-block;
    color: #333;
    font-size: 16px;
    width: 21%;
    text-align: center;
    line-height: 40px;
    margin: 0 2%;
    cursor: pointer;
}

.gdgp_con_tab_title li.on, .gdgphk_con_tab_title li.on {
    border-bottom: 2px solid #ef4914;
    color: #ef4914;
}

.gdgp_con_img {
    text-align: center;
    height: 300px;
}

.gdgp_con_c {
    width: 100%;
    clear: both;
    display: none;
}

.gdgp_con_c img {
    height: 300px;
}

@media only screen and (max-width: 1199px) {
    /*.ssgp{ display:none; height:0; overflow: hidden;}*/
}