.Introduce {
    max-width: 1920px;
    height: 1080px;
    background: linear-gradient(135deg, #262556 0%, #383773 49%, #252528 100%);
    overflow: hidden;
    position: relative;
}

.Introduce .h {
    width: 428px;
    height: 63px;
    font-size: 48px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 56px;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 50px;
}

.Introduce .linea {
    max-width: 1220px;
    height: 2px;
    background: #4E4E4E;
    margin: 0 auto;
}

.Introduce .content {
    max-width: 1220px;
    height: auto;
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #A8A8B2;
    line-height: 21px;
    margin: 0 auto;
    margin-top: 30px;
}

.Introduce .content_img {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 290px;
    margin: auto;
}
.Introduce .content_img :hover{
    cursor: pointer;
}
.Introduce .content_img img {
    width: 360px;
    height: 210px;
    border-radius: 10px 10px 10px 10px;
}

.Introduce .content_img img:nth-child(2) {
    margin: 0 70px;
}

.Introduce .down_and {
    width: 280px;
    height: 90px;
    background: #FFF36B;
    border-radius: 60px 60px 60px 60px;
    text-align: center;
    line-height: 90px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
    margin: auto;

}
.Introduce .down_and:hover{
    background-color: #7B7b7b;
    color: #FFFFFF;
    cursor: pointer;
}
.Introduce .down_and p {
    font-size: 28px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
}