.grey {
    background: #f6f6f6;
}



nav {
    width: 1140px;
    margin: 0 auto;
    height: 78px;
}
nav .item{
    float: left;
    color: #aaa;
    padding: 0 18px;
    line-height: 78px;
    font-size: 16px;
}
nav .item.active{
    float: left;
    color: #FA0;
    position: relative;
}
nav .item.active::after{
    left: 50%;
    position: absolute;
    height: 4px;
    bottom: 0;
    left: 0;right: 0;
    display: block;
    content: '';
    background: #FA0;
}
.main {
    background: #f6f6f6;
    overflow: hidden;
}
.main .main-content {
    width: 1140px;
    margin: 0 auto;
    padding: 20px 0 100px 0;
    overflow: hidden;
}
h1 {
    text-align: center;
    margin-bottom: 18px;
    margin-top: 64px;
    font-size: 40px;
}
h2 {
    color: #fa0;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
}
h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.content1 {
    display: flex;
}
.content1 .flow {
    margin-top: 60px;
    width: 551px;
    height: 388px;
    background: url(../images/jjfa-main.png);
}
.text1 {
    width: 570px;
    padding-right: 40px;
}
.text1 p {
    line-height:1.4em;
    font-size: 18px;
    color: #aaa;
    margin-bottom: 20px;
}

.weight {
    font-size: 20px;
    color: #050505;
    font-weight: 600;
}
table {
    color: #a5a4a2;
    border-top: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    width: 100%;
    margin-bottom: 40px;
}
td {
    border-bottom: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    text-indent: 40px;
    height: 30px;
}



.content2 {
    display: flex;
}
.content2  .flow{
    margin-top: 40px;
    background: url(../images/jjfa-gxyg.png);
    width: 800px;
    height: 290px;
    background-size: cover;
}
.content2  .text{
    padding-left: 40px;
    font-size: 18px;
    color: #aaa;
    line-height: 2em;
}
.content2  .text p{
    margin-bottom: 2em;
}


.main-3 p {
    color: #a5a4a2;
    font-size: 18px;
    line-height: 2em;
    margin-bottom: 20px;
}
.main-3 .weight{
    color: #050505;
    font-size: 18px;
    line-height: 2em;
}
.liucheng {
    width: 700px;
    margin: 0 auto;
    margin-bottom: 87px;
}
.jizhi {
    width: 100%;
    height: 494px;
    position: relative;
}
.jizhi img {
    filter:opacity(0.4);
    width: 100%;
    height: 494px;
}
.jizhi .jizhi-content {
    width: 1140px;
    margin: 0 auto;
    height: 494px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.jizhi .jizhi-content ul {
    width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.jizhi .jizhi-content ul li {
    width: 344px;
    height: 300px;
    margin-top: 30px;
}
.jizhi .jizhi-content ul li .bg {
    height: 300px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px 15px;
    background: rgba(255, 255, 255);
    position: relative;
}
.jizhi .jizhi-content ul li .bg img {
    width: 57px;
    height: 59px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    top: -30px;
    left: 50%;
    margin-left: -29px;
    filter:opacity(1);
}

.jizhi .jizhi-content ul li .bg  p{
    color: #000;
    text-align: center;
    margin: 30px 0 10px 0;
    font-size: 18px;
}
.jizhi .jizhi-content ul li .bg .text{
    color: #999;
    text-align: left;
    margin: 10px 0 10px 0;
    font-size: 16px;
}
.jizhi .jizhi-content ul li .bg .hr{
    height: 1px;
    background: #fa0;
}
.title {
    font-size: 24px;
    margin: 37px 0 32px 0;
    text-align: center;
}
.zhaopin {
    width: 942px;
    height: 665px;
    margin: 0 auto;
    background: url(../images/zhaopin.png);
    margin-top: 50px;
    margin-bottom: 70px;
}
.xingshi {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.xingshi .left {
    margin-left: 30px;
}

.xingshi .left li {
    width: 460px;
    height: 70px;margin-bottom: 25px;
    background: #fa0;
    text-align: center;
    line-height: 70px;
    font-size: 26px;
    color: #fff
}
.xingshi .right img {
   width: 546px;
   height: 356px;
}