.history-conter {
    margin: 6rem 0;
    position: relative;
}

.history-conter .left {
    background-color: #206282;
    padding: 2rem 1rem;
    position: relative;
    z-index: 1;

}

.history-conter .left p {
    font-size: 1.25rem;
}

.history-conter .right {
    box-shadow: 0.2rem 0.2rem 1rem #206282;
    padding: 5rem 0;
    position: absolute;
    top: 24%;
    left: 47%;
}

.history-conter .right p {
    margin: 0 5rem;
    font-size: 1.25rem;
    line-height: 3.5rem;
}

.history-conter .right p span {
    width: 2rem;
    height: 2rem;
    border: 0.2rem solid #206282;
    padding: 0.3rem 1rem;
    margin-right: 1rem;
}

.prospect {
    margin-top: 16rem;
}

.prospect-conter {
    margin-top: 3rem;
}

.guidance {
    margin-top: 6rem;
}
.guidance .guidance-conter{
    margin-top: 6rem;
}
.guidance .guidance-conter .num {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 2rem;
    background-color: #206282;
    text-align: center;
    margin: 0 auto;
}

.guidance .guidance-conter .text {
    margin-top: 2rem;
    height: 20rem;

}
.operate-conter{margin-top: 6rem;}
.guidance .guidance-conter .text:hover p {
    opacity: 1;
}

.guidance .guidance-conter .text:hover .name {
    display: none;
}

.guidance .guidance-conter .text .name {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    opacity: 1;
}

.guidance .guidance-conter .text p {
    font-size: 1.25rem;
    opacity: 0;
    transition: opacity 500ms;   
}

.analysis-conter{
    margin-top: 6rem;
}
.analysis-conter .investment-title {
    margin-bottom: 4rem;
}
.analysis-conter .investment-title span{
    background-color: #206282;
    color: #fff;
    margin: 0 auto;
    padding: 0.8rem 1.8rem;
    border-radius: 0.3rem;
}
.analysis-conter .text{
    padding: 0 2rem;
}
.analysis-conter .text p{
    line-height: 3rem;
}

.analysis-conter .text p::before{
    content: '♦';
    margin-right: 3rem;
}




@media (max-width: 1200px) {
   

}

@media (max-width: 992px) {
  #history{font-size: 1.8rem;}
}


@media (max-width: 768px) {
    #history{font-size: 1.3rem !important;}
    .history-conter .right{
        position: unset;
        left: 0;
        top: 0;
        margin-top: 2rem;
    }
    .content_title{
        font-size: 1.8rem !important;
    }
    

}

@media (max-width: 575px) {
   

}


