body{
    background: #f1f0f5;
}
.banner{
    font-size: 0;
}
.banner img{
    width: 100%;
}
.about_title_left{
    width: 30%;
}
.about_title_left .title_out{
    position: relative;
    margin-top: -50px;
    font-size: 0;
}
.about_title_left .title_out p{
    position: absolute;
    top: 90px;
    font-size: 22px;
    color: white;
    left: 30px;
}
.about_title_left .bread{
    height: 104px;
    line-height: 104px;
    padding-left: 50px;
}
.about_title_left .bread span{
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0e6eb8;
    margin-top: 50px;
    margin-right: 20px;
}
.about_title_left .bread p{
    /*width: 100px;*/
    font-size: 18px;
    color: #0e6eb8;
    font-weight: bold;
}
.about_title_right .about_title_ul li{
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 104px;
}
.about_title_right .about_title_ul li:hover{
    background-color: #0e6eb8;
}
.about_title_right .about_title_ul li:hover .title_a{
    color: white;
}
/*--------------------公司简介详情------------------------*/
.about_main{
     padding-top: 70px;
 }
.about_main .about_main_title span{
    display: inline-block;
    width: 150px;
    height: 2px;
    background: gray;
    margin-top: 50px;
}
.about_main .about_main_title .build{
    margin-top: 65px;
}
.about_main_word{
    margin-top: 70px;
}
.about_main_word p{
    font-size: 14px;
    line-height: 26px;
}
.about_main_img{
    margin-top: 50px;
    margin-bottom: 50px;
}
/*----------------------企业文化-----------------------*/
.culture_block{
    background: white;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.12);
}
.culture_block h3{
    text-align: center;
    color: #0e6eb8;
    padding-bottom: 20px;
    padding-top: 20px;
}
.culture_block .culture_block_main .word{
    line-height: 40px;
    font-size: 14px;
    text-indent: 2em;
    padding-bottom: 20px;
    padding-top: 20px;
}
/*---------------------领导致辞---------------------*/
.leader{
    margin-top: 50px;
    text-align: center;
    background: white;
    margin-bottom: 50px;
}
/*-----------------------企业荣誉-------------------------*/
.honor{
    margin-top: 50px;
}
/*--------------------技术实力------------------------*/
.strength{
    padding: 50px 20px;
}
.strength #container h1{
    font-size: 24px;
}
.strength #container .p1{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 50px;
}

@media screen and (max-width:1200px) {
    /*----------------------分页面导航部分   开始------------------------*/
    .about_title_left {
        width: 333px;
    }
    /*--------------------分页面导航部分   结束------------------------*/
    .about_main {
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .about_main_img img{
        width: 100%;
    }
}
@media screen and (max-width:1000px) {
    /*----------------领导致辞------------------*/
    .leader img{
        width: 100%;
    }
}
@media screen and (max-width:980px){
    /*----------------------分页面导航部分   开始------------------------*/
    .about_title_right{
        float: left;
        margin-top: 20px;
    }
    .title_out img{
        width: 100px;
        height: 102px;
    }
    .about_title_left .title_out p {
        top: 60px;
        font-size: 12px;
        left: 24px;
    }
    .about_title_left .bread .span1 {
        margin-top: 43px;
    }
    .about_title_left .bread .p1 {
        font-size: 16px;
    }
    .about_title_left .bread {
        height: 52px;
        line-height: 89px;
    }
    .about_title_right .about_title_ul li {
        line-height: 40px;
    }
    /*--------------------分页面导航部分   结束------------------------*/
}
@media screen and (max-width:516px){
    /*-----------------公司概况-------------------*/
    .about_main .about_main_title .build {
        margin-top: 0px;
    }
    .about_main .about_main_title span {
        margin-top: 25px;
    }
    .about_main_word {
        margin-top: 30px;
    }

}
@media screen and (max-width:462px){
    /*--------------------企业文化--------------------*/
    .culture_block_main img{
        width: 100%;
    }
}




