.introduce{
    position: absolute;
    top: 25rem;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    display: block;
    color: #fff;
}


.introduce .content{
    padding: 0 10rem;
    font-size: 20px;
    font-weight: 400;
}

.five{
    margin-top: 2rem;
    width: 100%;
}


.five .title{
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    display: inline-block;
    border-bottom: 0.5rem solid #00B6C2;
}


.five .subtitle{
    margin-top: 1rem;
    font-size: 14px;
    font-weight: 400;
}
.five .bg{
    margin: 5rem;
    height: 35rem;
    background-image: url('/static/home/image/cooperation/one.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: 1px #00aecd dashed;
}

.select{
    position: relative;
}

.select .linkman{
    position: absolute;
    font-size: 24px;
    font-weight: 400;
    line-height: 54px;
    bottom: 10rem;
    width: 100%;
    margin: 1rem auto;
}

.select .linkman .left{
     padding-right: 5rem;
    text-align: right;
}

.select .linkman .right{
    padding-left: 5rem;
    text-align: left;
}


.select .bg{
    margin:0 5rem;
    height: 50rem;
    background-image: url('/static/home/image/cooperation/two.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: 1px #00aecd dashed;
    margin-bottom: 5rem;
}


