
/*==================
 整体内容
====================*/
.container-content{
    height:370px;
    background: url("../../img/bj_about.jpg") no-repeat;
    background-size: 1920px 100%;
    background-position: center;
}
.container-content .content1{
    font-size:52px;
    font-family:PingFangSC-Semibold;
    font-weight:600;
    color:rgba(255,255,255,1);
    letter-spacing:2px;
    padding-top: 107px;
}
.container-content .content2{
    font-size:24px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(255,255,255,1);
    letter-spacing:2px;
    margin-top: 10px;
    max-width: 750px;
}
.about_fangyou{
    background:rgba(255,255,255,1);
}
.about_title{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size:42px;
    font-family:PingFangSC-Semibold;
    font-weight:600;
    color:rgba(51,51,51,1);
    margin-top: 70px;
    margin-bottom: 30px;
}
.about_content{
    width: 1200px;
    margin: 0 auto 60px auto;
    font-size:18px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:32px;
    letter-spacing:1px;
}
.about_content p{
    margin-bottom: 20px;
}

.about_progress_container{
    background:rgba(249,249,249,1);
}
.about_progress_title{
    font-size:42px;
    font-family:PingFangSC-Semibold;
    font-weight:600;
    color:rgba(51,51,51,1);
    width: 100%;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 35px;
}
.about_progress{
    width: 1200px;
    margin: 200px auto 0 auto;
    flex-direction: row;
    display: flex;
    justify-content: center;
}
.progress_left_index{
    width: 501px;
}

.progress_left{
    width: 501px;
}

.progress_right {
    width: 501px;
}
.progress_content_left{
    width: 501px;
    height: 350px;
    margin-left: 1px;
    position: relative;
    border-top: 2px dashed rgba(213,213,213,1);
    border-right: 2px solid rgba(213,213,213,1);
    margin-bottom: 175px;
}
.progress_content_right{
    width: 501px;
    height: 350px;
    margin-left: -1px;
    position: relative;
    border-top: 2px dashed rgba(213,213,213,1);
    border-left: 2px solid rgba(213,213,213,1);
    margin-bottom: 175px;
}
.progress_content_start{
    margin-top: 265px;
}
.progress_content_end{
    border-left:2px solid rgba(249,249,249,1);
    border-right:2px solid rgba(249,249,249,1);
    margin-bottom: 0;
}
.progress_content_end_right{
    height: 269px;
}
.progress_content{
    width: 501px;
    padding-bottom: 30px;
    top: -165px;
    position: absolute;
    background:rgba(255,255,255,1);
    border-radius:4px;
}
.progress_icon{
    width:20px;
    height:20px;
    background:rgba(213,213,213,1);
    border-radius: 50%;
    position: absolute;
}
.progress_left .progress_content{
    left: -58px;
}
.progress_right .progress_content{
    right: -58px;
}
.progress_left .progress_icon{
    right: -11px;
    top:-11px;
}
.progress_right .progress_icon{
    left: -11px;
    top:-11px;
}

.progress_title{
    width: 440px;
    margin: 0 auto;
    font-size:26px;
    font-family:PingFangSC-Semibold;
    font-weight:600;
    color:rgba(51,51,51,1);
    line-height:37px;
    margin-top: 23px;
}
.progress_text{
    width: 440px;
    margin: 0 auto;
    font-size:18px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(159,159,159,1);
    line-height:25px;
    letter-spacing:1px;
    margin-top: 8px;
}
.progress_img{
    width:440px;
    height:186px;
    margin: 20px auto 0 auto;
}
.progress_img img{
    width: 100%;
    height: 100%;
}