.index-about, .index-concept, .cooperation, .message{
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.concept .top, .index-cooperation .top, .index-message .top, .clearfix .top{
    width: 100%;
    text-align: center;
    margin: 60px 0;
}
.index-cooperation .top h2{
    color: #E2E2E2!important;
}
.index-about .about-left{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-end;
    width: 50%;
}
.index-about .about-left .top{
    width: 250px;
    height: 155px;
    background-color: #F7F6FB;
    text-align: center;
    margin-bottom: 30px;
}
.index-about .about-left .top h2, .concept .top h2, .index-cooperation .top h2, .index-message .top h2, .clearfix .top h2{
    font-size: 32px;
    color: #343436;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.index-about .about-left .top h2 span, .concept .top h2 span, .index-cooperation .top h2 span, .index-message .top h2 span, .clearfix .top h2 span{
    display: inline-block;
    height: 2px;
    width: 40px;
    background-color: #CDCDCF;
    margin: 0 10px;
}
.index-about .about-left .top p, .concept .top p, .index-cooperation .top p, .index-message .top p, .clearfix .top p{
    font-size: 22px;
    color: #AFAEB3;
}
.index-about .about-left .content{
    padding: 0 30px;
}
.index-about .about-left .content h3{
    font-size: 24px;
    color: #1F1F1F;
    border-bottom: 2px solid #1F1F1F;
    display: inline-block;
}
.index-about .about-left .content p{
    color: #757474;
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
}
.index-about .about-right{
    width: 50%;
    text-align: center;
}
.index-about .about-right img{
    width: 100%;
}
.index-concept{
    align-items: center;
    margin: 60px auto 80px;
    color: #E2E2E2;
    text-align: center;
}
.index-concept h2{
    margin: 20px 0;
    font-size: 24px;
}
.index-concept p{
    line-height: 30px;
}
.index-concept img{
    width: 100%;
}
.index-concept .item-one{
    min-height: 568px;
    width: 31.25%;
    background-color: #000;
    margin-bottom: 40px;
    padding: 20px 0;
}
.index-concept .item-two{
    min-height: 720px;
    width: 30.25%;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px 0;
}
.index-concept .item-two div{
    margin-top: 60px;
}
.index-concept .item-two p:first-child{
    padding: 30px 40px;
    text-align: left;
}
.index-concept .item-three{
    min-height: 565px;
    width: 31.5%;
    background-color: #000;
    margin-top: 40px;
    padding: 20px 0;
}
.index-message .message .content-left{
    width: 50%;
    text-align: right;
}
.index-message .message .content-left img{
    width: 100%;
    max-width: 601px;
}
.index-message .message .content-right{
    width: 50%;
}
.index-message .message .content-right #form{
    width: 70%;
    margin-left: 40px;
}
.index-message .message .content-right #form dl dt{
    margin-bottom: 10px;
    color: #373737;
}
.index-message .message .content-right #form dl dd input{
    /*background-color: #F7F6FB!important;*/
}
.index-message .message .content-right #form dl{
    margin-bottom: 30px;
}
.index-message .message .content-right #form .w100{
    display: inline-block;
    background-color: #000;
}
.index-message .message .content-right #form .ipt_b2{
    background-color: #000;
}
.News{
    padding-top: 0;
    padding-bottom: 40px;
}
.conten{
    background-color: #000;
    color: #e2e2e2;
    border-top: 2px solid #797576;
    padding: 25px;
}
.conten .item{
    display: flex;
    justify-content: space-between;
}
.conten .h3{
    -webkit-line-clamp: 2!important;
    height: 60px!important;
    color: #e2e2e2!important;
}
.index-cooperation{
    width: 100%;
    background: url("/static/img/index-cooperation.jpg") no-repeat;
    overflow: hidden;
    margin: 60px 0;
}
.job-list {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
}
.job-item {
    width: 28%;
    position: relative;
    background-color: #F7F6FB;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 50px;
    margin-bottom: 24px;
}
.job-circle {
    width: 90px;
    height: 90px;
    background-color: #F7F6FB;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: -60px;
    text-align: center;
    line-height: 80px;
    font-size: 28px;
    color: #000;
}
.job-title h2 {
    font-size: 26px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.job-title h2 span{
    display: inline-block;
    height: 2px;
    width: 40px;
    background-color: #CDCDCF;
    margin: 0 10px;
}

.miaoshu {
    font-size: 16px;
    color: #858489;
    line-height: 30px;
}
@media screen and (max-width:1400px){
    .index-about, .index-concept, .cooperation, .message{
        width: 1200px;
    }
}
@media screen and (max-width:1200px){
    .index-about, .index-concept, .cooperation, .message{
        width: 1000px;
    }
    .job-title h2 {
        font-size: 20px;
    }
    .job-title h2 span {
        width: 30px;
    }
}
@media screen and (max-width:1024px){
    .index-about, .index-concept, .cooperation, .message{
        width: 900px;
    }
}
@media screen and (max-width:900px){
    .index-about, .index-concept, .cooperation, .message{
        width: auto;
        display: block;
    }
    .index-about .about-left{
        width: 100%;
        margin-bottom: 30px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
    .index-about .about-right{
        width: 100%;
    }
    .index-about .about-right img{
        max-width: 599px;
    }
    .index-concept .item-one, .index-concept .item-two, .index-concept .item-three{
        width: 92%;
        margin: 40px auto;
        height: auto;
    }
    .index-message .message .content-left{
        width: 92%;
        margin-bottom: 40px;
        padding: 0 15px;
    }
    .index-message .message .content-right{
        width: 100%;
    }
    .index-message .message .content-right #form{
        width: 92%;
        padding: 0 15px;
        margin-left: 0;
    }
    .index-cooperation{
        background: none;
    }
    .index-cooperation .top h2{
        color: #343436!important;
    }
    .job-item {
        width: 84%;
        margin-top: 80px;
    }
    .job-title h2 {
        font-size: 22px;
    }
    .job-title h2 span {
        width: 25px;
    }
    .miaoshu {
        font-size: 14px;
        line-height: 26px;
    }
}

