@charset "utf-8";

.our-title .main-title span{
    padding-bottom: 8px;
    font-size: 24px;
    border-bottom: 2px solid #1890ff;
}
.our-title .sub-title{
    padding-top: 16px;
    padding-bottom: 60px;
    font-size: 16px;
}

.company-culture{
    background-color: #F7F8F9;
}
.company-culture .culture-content{
    position: relative;
    height: 452px;
}
.company-culture .culture-content .img-box-word{
    text-align: center;
    background-color: #fff;
}
.company-culture .culture-content .img-box-word p.p1{
    margin-top: 80px;
    margin-bottom: 10px;
    font-size: 24px;
}
.company-culture .culture-content .img-box-word p.p2{
    font-size: 18px;
}
.company-culture .culture-content .img-box1{
    position: absolute;
    left: 0;
    top: 0;
    width: 226px;
    height: 226px;
}
.company-culture .culture-content .img-box2{
    position: absolute;
    left: 226px;
    top: 0;
    width: 226px;
    height: 226px;
}
.company-culture .culture-content .img-box3{
    position: absolute;
    left: 452px;
    top: 0;
    width: 226px;
    height: 452px;
}
.company-culture .culture-content .img-box4{
    position: absolute;
    left: 678px;
    top: 0;
    width: 226px;
    height: 226px;
}
.company-culture .culture-content .img-box5{
    position: absolute;
    left: 904px;
    top: 0;
    width: 226px;
    height: 226px;
}
.company-culture .culture-content .img-box6{
    position: absolute;
    left: 0;
    top: 226px;
    width: 226px;
    height: 226px;
}
.company-culture .culture-content .img-box7{
    position: absolute;
    left: 226px;
    top: 226px;
    width: 226px;
    height: 226px;
}
.company-culture .culture-content .img-box8{
    position: absolute;
    left: 678px;
    top: 226px;
    width: 226px;
    height: 226px;
}
.company-culture .culture-content .img-box9{
    position: absolute;
    left: 904px;
    top: 226px;
    width: 226px;
    height: 226px;
}
.company-culture .culture-content .img-box2::before{
    content: "";
    position: absolute;
    top:180px;
    left:-20px;
    width:0;
    height:0;
    border:10px solid transparent;
    border-right-color: #fff;
    margin-top: -10px;
    overflow:hidden;
    z-index: 9;
}
.company-culture .culture-content .img-box2::after{
    content: "";
    position: absolute;
    top:60px;
    left:100%;
    width:0;
    height:0;
    border:10px solid transparent;
    border-left-color: #fff;
    margin-top: -10px;
    overflow:hidden;
    z-index: 9;
}
.company-culture .culture-content .img-box4::after{
    content: "";
    position: absolute;
    top:60px;
    left:100%;
    width:0;
    height:0;
    border:10px solid transparent;
    border-left-color: #fff;
    margin-top: -10px;
    overflow:hidden;
    z-index: 9;
}
.company-culture .culture-content .img-box6::after{
    content: "";
    position: absolute;
    top:180px;
    left:100%;
    width:0;
    height:0;
    border:10px solid transparent;
    border-left-color: #fff;
    margin-top: -10px;
    overflow:hidden;
    z-index: 9;
}
.company-culture .culture-content .img-box9::after{
    content: "";
    position: absolute;
    top:60px;
    left:-20px;
    width:0;
    height:0;
    border:10px solid transparent;
    border-right-color: #fff;
    margin-top: -10px;
    overflow:hidden;
    z-index: 9;
}

.recruitment{

}
.recruitment ul.recruitment-content{
    border-bottom: 1px solid #d5dce6;
}
.recruitment ul.recruitment-content li{
    border-top: 1px solid #d5dce6;
}
.recruitment ul.recruitment-content li p.title{
    padding: 0 30px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    cursor: pointer;
}
.recruitment ul.recruitment-content li p.title:hover{
    background-color: #f7f8f9;
}
.recruitment ul.recruitment-content li p.title i{
    color: #1890ff;
    font-size: 26px;
    float: right;
}
.recruitment ul.recruitment-content li.open p.title{
    background-color: #f7f8f9;
}
.recruitment ul.recruitment-content li.open p.title i{
    transform:rotate(180deg);
}
.recruitment ul.recruitment-content li .li-content{
    padding: 0 30px 30px;
    display: none;
}
.recruitment ul.recruitment-content li .li-content .box{
    margin-top: 30px;
    line-height: 36px;
}
.recruitment ul.recruitment-content li .li-content .box .box-title{
    font-size: 18px;
    font-weight: bold;
}
.recruitment ul.recruitment-content li .li-content .box .box-content{
}
