.solution-title {
    width: 100%;
    height: 500px;
    box-sizing: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    min-width: 1200px;
}
.solution-title>div {
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 1200px;
}
.solution-title-main>li{
    float: left;
    color: #fff;
    line-height: 60px;
    width: 66px;
    margin: 0 84px;
    text-align: center;
    position: relative;
}
.solution-title-main>li:nth-child(5) {
    margin-right: 0;
}
.solution-title-main>li>a{
    color: #fff;
}
.jion-info{
    padding: 54px 111px;
    background-color: #fff;
    box-shadow:0px 1px 2px 0px rgba(86,85,86,0.21);
    margin-bottom: 25px;
}
.jion-info>div{
    display: inline-block;
}
.about-join-title{
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 5px;
}
.hidden1{
    opacity: 0;
}