/**
 * 关于我们样式
 * @author: PeakXin<xinyflove@gmail.com>
 */

/*公司简介*/

/*公司介绍*/
.about {
    background: #fff;
}
.about .profile img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}
.about .profile .brief .paragraph {
    text-indent: 2em;
    line-height: 35px;
    font-size: 16px;
}
/*企业服务*/
.about .service {
    background-color: #202843;
    margin-top: 40px;
    padding-top: 40px;
}
.about .service .title {
    color: #fff;
}
.about .service-tabs {
    display: flex;
    justify-content: center;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    border-bottom: 0;
    margin-top: 30px;
}
.about .service-tabs>li {
    margin-bottom: 0;
}
.about .service-tabs>li+li {
    margin-left: 12px;
}
.about .service-tabs>li>a {
    line-height: 22px;
    margin-right: 0;
    padding: 12px 14px;
    color: #fff;
    background: rgba(0,0,0,0.1);
}
.about .service-tabs>li>a:hover, .about .service-tabs>li>a:focus {
    background: #0073CA;
    border-color: #0073CA;
}
.about .service-tabs>li.active>a, .about .service-tabs>li.active>a:hover, .about .service-tabs>li.active>a:focus {
    color: #FFF;
    background: #0073CA;
    border-color: #0073CA;
    cursor: default;
}
.about .service-content {
    margin-top: 65px;
}
.about .service-content .item img {
    width: 98px;
    height: 98px;
    margin: 0 auto;
    display: block;
}
.about .service-content .item p {
    font-size: 20px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 28px;
    text-align: center;
}
.about .culture {
    padding-top: 40px;
    margin-top: 40px;
}
.about .culture .list {
    padding: 0;
    margin: 50px -1% 0 -1%;
}
.about .culture .list:after {
    content: '';
    clear: both;
    display: block;
}
.about .culture .list li {
    float: left;
    list-style-type: none;
    width: 18%;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin: 0 1%;
}
.about .culture .list li:hover {
    box-shadow: 0 40px 60px rgba(15, 35, 65, 0.24);
}
.about .culture .list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    width: 6px;
    background: #0073CA;
    bottom: 516px;
    transition: all 0.3s ease-out 0s;
}
.about .culture .list li:hover:before {
    top: 0;
    bottom: 0;
}
.about .culture .list li .content {
    display: flex;
    justify-content: center;
    padding-top: 200px;
    height: 646px;
}
.about .culture .list p {
    width: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #333333;
    display: inline-block;
    text-align: center;
    margin: 0 12px;
}
.about .culture .list .title {
    width: 24px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #333333;
    margin: 0;
    position: absolute;
    top: 40px;
    left: 34px;
}
/*加入我们*/
.join {
    padding-top: 60px;
    background: #F5F5F5;
}
.join .job-from .job-input {
    border: 0;
    height: 54px;
    font-size: 18px;
}
.join .job-from .job-search {
    background: #0073CA;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    color: #FFFFFF;
    width: 100%;
    padding: 12px 0 12px 0;
}
.join .job-list {
    margin-top: 48px;
}
.join .panel-default {
    border: 0;
}
.join .panel-group .panel+.panel {
    margin-top: 24px;
}
.join .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0;
    padding-top: 0;
    padding-left: 71px;
}
.join .panel-default>.panel-heading {
    background-color: #fff;
    border: 0;
    padding-left: 20px;
    padding-top: 29px;
    padding-bottom: 5px;
}
.join .panel-title a {
    display: block;
}
.join .panel-title .job-icon {
    color: #fff;
    background-color: #0073CA;
    border-radius: 50%;
    height: 31px;
    width: 31px;
    line-height: 31px;
    text-align: center;
    float: left;
}
.join .panel-title .job-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #333333;
    margin-left: 51px;
    margin-bottom: 8px;
}
.join .panel-title .job-brief {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #666666;
    margin-left: 51px;
    margin-bottom: 13px;
}
.join .no-job {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    background-color:rgba(225,225,225,0);
    box-shadow: none;
    text-align: center;
}
/*联系我们*/
.contact {
    background: #fff;
}
.contact .title-en {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
}
.contact .title {
    margin-top: 0;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 20px;
}
.contact .company p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #333333;
    margin-bottom: 0;
}
.contact .company-name {
    font-size: 24px;
    font-weight: bold;
    line-height: 33px;
    margin-bottom: 12px;
    color: #333333;
}
.contact .company-map {
    margin-top: 40px;
}