
.cc_about {
    width: 100%;
    padding: 20px 0 0 0;
}

.about_title1 {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
}

.about_title2 {
    text-align: center;

}

.about_Image {
    margin-top: 30px;
}
.about_content{
    text-indent: 30px;
    font-size: 14px;
    padding: 10px 0;
	    line-height: 2;
}
.about_Btn{
    text-align: center;
}
.about_Btn button{
    width: 172px;
    height: 40px;
    background: #0672bb;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
    border:none;
}
@media (max-width: 1200px) {
    .about_content{
        line-height: 25px;
    }
}