@charset "utf-8";

.nav-about { background: #DA251C; color: #fff !important;}
	
/*企业简介*/
.company-introduce-img{
    width: 590px;
    height: 440px;
    float: left;
    object-fit: cover;
}
.company-introduce-box{
    width: 565px;
    float: right;
}
.company-introduce-title{
    width: 100%;
    float: left;
    font-size: 26px;
    color: #323232;
    margin-bottom: 10px;
    font-weight: 600;
}
.company-introduce-title2{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #999999;
    margin-bottom: 15px;
}
.company-introduce-text{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #989898;
    line-height: 25px;
}
.aboutus-data-wrap{
    width:100%;
    float: left;
    background: #F8F9FB;
    padding: 70px 0px;
	margin: 40px 0 20px;
}
.aboutus-data-box{
    width: 299px;
    text-align: center;
    float: left;
    border-right:1px solid #E4E5E9;
    padding: 20px 0px 10px 0px;
}
.aboutus-data-box:last-child{border-right: none;}
.aboutus-data-text1{
    width: 100%;
    float: left;
    font-size: 48px;
    color: #DA251C;
    font-weight: 600;
}
.aboutus-data-text1 i{font-size: 16px;margin-left: 10px;font-weight: 400;}
.aboutus-data-text2{
    width: 100%;
    font-size: 18px;
    margin-top: 10px;
    float: left;
}
.about-us-policy{
    width: 100%;
    float: left;
    height: 530px;
    position: relative;
}
.policy-img{
    width: 630px;
    height: 370px;
    position: absolute;
    top: 80px;
    left: 285px;
}
.policy-text1{
    width: 285px;
    font-size: 28px;
    position: absolute;
    top: 125px;
    left: 0px;
    text-align: right;
    font-weight: 600;
    font-style: italic;
}
.policy-text2{
    width: 285px;
    font-size: 28px;
    position: absolute;
    top: 130px;
    right: 0px;
    text-align: left;
    font-weight: 600;
    font-style: italic;
}
.top370{top:370px;}
.top375{top:375px;}
/*发展历程*/
.about-us-course-wrap{
    width: 100%;
    float: left;
    padding:80px 0px;
}
.about-us-boxwrap{
    width: 100%;
    float: left;
}
.about-us-box{
    width: 100%;
    height:57px;
    line-height: 57px;
    background-color: #E9A8A4;
    float: left;
    color: #FFFEFF;
    font-size: 38px;
    font-weight: 600;
}
.about-us-boxwrap:hover .about-us-box{background-color: #DA251C;}
.about-us-box i{font-size: 16px;font-weight: 400;}
.about-us-box2{
    width: 1070px;
    margin-left: 65px;
    float: left;
    min-height:25px;
    border-left:2px solid #E4E5E0;
    padding: 10px 0px;
}
.about-us-text{
    width: 100%;
    float: left;
    line-height: 25px;
    margin: 10px 0px;
    font-size: 15px;
    color: #646464;
}
.about-us-text i{
    width: 8px;
    height: 8px;
    float: left;
    border:2px solid #DA251C;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-left: -8px;
    background: #fff;
    margin-top: 6px;
    margin-right: 10px;
}
.about-us-text span {font-weight: 600;margin-right: 10px;color: #333;}
/*组织架构*/
.about-us-structure{
    width: 100%;
    float: left;
    position: relative;
    margin-top: 20px;
}
.structure-img{
    width: 100%;
    float: left;
}
.structure-box{
    width: 360px;
    padding: 25px 60px;
    position: absolute;
    bottom: 85px;
    right: 0px;
    border:1px dashed #818181;
    font-size: 16px;
    color: #333333;
    line-height: 25px;
}
.structure-box p{margin-bottom: 12px;}
.structure-box p:last-child{
    margin-bottom: 0;
}

.add_about{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 0;
    padding: 60px 0;
    box-sizing: border-box;
}
.add_about .add_about_img{
    width: calc(100% - 160px);
    display: flex;
    justify-content: flex-start;
}
.add_about .structure-img{
    max-width: 100%;
}
.add_about .structure-box {
    width: 160px;
    padding: 25px 15px;
    position: initial; 
    border: 1px dashed #818181;
    font-size: 14px;
    color: #666;
    line-height: 25px;
    box-sizing: border-box;
}
