/*精品领域 - start*/
.about_project{
    width:100%;
    background-image: url("../img/home/about_project.png");
    background-repeat: no-repeat;
    min-height:500px;
    padding-top: 20px;
    text-align: center;
    margin-bottom: 70px;
    background-size: 100%;
}
.about_project h1{
    font-size: 30px;
    color:#fff;
}
.about_project .about_project_table{
    width: 80%;
    margin: 0 auto;
    background-image: url("../img/home/table_bg.png");
}
.about_project .about_project_table table{
    width:100%;
    margin:0 auto;
    color:#455b75;
    background-color: #fff;
    /*border:1px solid gray;*/
    /*border-collapse: collapse;*/
}
.about_project .about_project_table table tr:first-child{
    background-color: #e2e7ea;
}
.about_project .about_project_table table tr td{
    text-align: left;
    text-align: left;
    padding: 10px 15px;
    color: #000;
}
.about_project .about_project_table table th{
    font-size: 22px;
    text-align: center;
    color:#2b2c2e;
}

/*精品领域 - end*/
/*业务领域 - start*/
.about_business{
    margin-bottom: 28px;
}
.about_business ul li{
    /*text-align: left;*/
    width:100%;
    padding-top:28px;
    padding-bottom:28px;
    cursor: pointer;
}
.about_business ul li:hover{
    background-image:url('../img/home/about_bg.png') ;
    background-size: 100% 100%;
}
.about_business ul li img{
    width:70%;
    vertical-align: top;
    display: inline-block;
    padding: 20px 0;
}
.about_business ul li .about_business_text{
    width:20%;
    text-align: right;
    display: inline-block;
    height:100%;
}
.about_business ul li .about_business_text h1{
    font-size: 65px;
    color:#01458e;
}
.about_business ul li .about_business_text div:nth-of-type(1){
    font-size: 24px;
    color:#01458e;
    margin-top:10px;
    margin-bottom: 10px;
}
.about_business ul li .about_business_text div:last-child{
    font-size: 16px;
    color:#455b75;
}
.about_business ul li:nth-of-type(even) .about_business_text{
    text-align: left;
    float:left;
    padding-left: 5%;

}
/*业务领域 - end*/
/*业务领域 - 内页 - start*/
.about_business_in{
    width:100%;
    background-image: url("../img/home/about_project.png");
    background-repeat: no-repeat;
    min-height:500px;
    padding-top: 80px;
    text-align: center;
    margin-bottom: 56px;
    margin-top: 56px;
    background-size: 100%;
}
.about_business_in h1{
    font-size: 30px;
    color:#fff;
}
.about_business_in .about_business_text{
    width:80%;
    margin:0 auto;
    background-image: url("../img/home/about_business_text.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 200px;
    padding: 40px;
    text-align: left;
    font-size: 16px;
    color:#455b75;
    margin-top: 90px;
}
.about_business_in .about_business_text p img{
    width:100%;
    margin-top:20px;
}
/*业务领域 - 内页 - end*/
/*联系我们 - start*/
.about_human_main{
    text-align: left;
}
.about_human_main>div{
    width:50%;
    text-align: left;
}
.about_human_main{
    min-height:500px;
    margin-bottom:20px;
}
.about_human_left{
    background-image: url(../img/footer_root.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.about_human_left p{
    font-size: 18px;
    color:#8692a1;
    margin-top:15px;
}
.about_human_left p:nth-of-type(1){
    margin-top:50px;
}
.about_human_left p:last-child{
    margin-bottom:80px;
}



.about_human_right h1{
    font-size: 22px;
}
.about_human_right form{
    width: 103%;
    margin-top:63px;
}
.about_human_right form input{
    padding:5px;
}
.about_human_right form textarea{
    margin-top: 20px;
    width: 103%;
    padding: 5px 0 0 5px;
}
.about_human_right form button{
    float: right;
    margin-right: -35px;
    padding: 8px 20px;
    margin-top: 20px;
}
/*联系我们 - end*/
/*联系我们 - 人才招聘 - start*/
.about_personJob_main{
    text-align: left;
}
.about_personJob_main>div{
    width:40%;
    text-align: left;
}
.about_personJob_main{
    min-height:500px;
    margin-bottom:20px;
}
.about_personJob_left ul{
    margin-bottom: 40px;
}
.about_personJob_left ul li h1{
    border:1px solid lightgray;
    font-size: 20px;
    color:#01458e;
    padding:12px;
}
.about_personJob_left ul li h1:hover{
    background-color: #eee;
    padding: 12px;
    font-weight: bolder;
    border: 1px solid transparent;
    cursor: pointer;
}
.about_personJob_left .h1Active{
    font-size: 20px;
    color:#01458e;
    background-color: #eee;
    padding:12px;
    font-weight: bolder;
    border:1px solid transparent;
}
.about_personJob_left ul li div p{
    font-size: 16px;
    color:#455b75;
    padding-left:12px;
}
.about_personJob_left ul li div p:nth-of-type(1){
    font-size: 16px;
    color:#455b75;
    font-weight: bolder;
}




.about_personJob_right h1{
    font-size: 22px;
}
.about_personJob_right form{
    margin-top:63px;
}
.about_personJob_right form input{
    padding:5px;
    width: 130%;
    margin-bottom:10px;
    margin-right:10px;
}
.about_personJob_right form textarea{
    margin-top: 20px;
    width:107%;
    padding: 5px 0px 0 5px;
}
.about_personJob_right form button{
    float: right;
    margin-right: -35px;
    padding: 8px 20px;
    margin-top: 20px;
}
/*联系我们 - 人才招聘 - end*/
/*新闻中心 - start*/
.about_tags .showPage{
    margin: 80px 0px;
    font-size: 20px;
}
.about_tags .showPage a:first-child{
    display: none;
}
.about_tags .showPage a{
    margin-right:10px;
}
.about_newscenter{
    min-height:200px;
}
.about_newscenter ul li{
    padding: 30px 0;
    border-bottom: 1px solid #cfcfcf;
    min-height: 190px;
    cursor: pointer;
}
.about_newscenter ul li .newscenter_left{
    text-align: left;
    width:75%;
}
.about_newscenter ul li .newscenter_left h1{
    font-size: 18px;
    margin-top:0px;
    color: #000;

}
.about_newscenter ul li .newscenter_left p{
    font-size: 16px;
    line-height: 30px;
    color: #455b75;
    transition:margin-left 1s;
}
.about_newscenter ul li .newscenter_right{
    width: 22%;
}
.about_newscenter ul li .newscenter_right img{
    width:84%;
}
.about_newscenter ul li:hover h1{
    color:#01458e;
}
.about_newscenter ul li:hover p{
    margin-left: 25px;
}
/*新闻中心 - end*/
/*新闻中心--内页--start*/
.about_main .about_tags .news_detail{
    text-align: center;
    margin-top:60px;
    padding-bottom: 100px;
    color: #455b75;
    font-size: 16px;
}
.about_main .about_tags .news_detail h1{
    font-size: 26px;
    color:#404040;
    margin-bottom:26px;
}
.about_main .about_tags .news_detail p{
    text-align: left;
    margin:26px 0;
    line-height:35px;

}
/*新闻中心--内页--end*/
@media (min-width:992px) and (max-width:1100px) {
    .about_human_left{
        width:100%!important;
    }
    .about_human_right{
        width:100%!important;
    }
    .about_personJob_left{
        width:100%!important;
    }
    .about_personJob_right{
        width:100%!important;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .about_human_left{
        width:100%!important;
    }
    .about_human_right{
        width:100%!important;
    }
    .about_personJob_left{
        width:100%!important;
    }
    .about_personJob_right{
        width:100%!important;
    }
    /*新闻中心 列表图片显示*/
    .about_newscenter ul li .newscenter_right{
        float: none!important;
        width: 60%;
        text-align: left;
    }
}

@media (max-width:767px) {
    /*header-start*/
    .about_human_left{
        width:100%!important;
    }
    .about_human_right{
        width:100%!important;
    }
    .about_personJob_left{
        width:100%!important;
    }
    .about_personJob_right{
        width:100%!important;
    }
    /*新闻中心 列表图片显示*/
    .about_newscenter ul li .newscenter_right{
        float: none!important;
        width: 60%;
        text-align: left;
    }
}