/*----------------内容区域----------------*/
.wrap {
    max-width: 1920px;
    height: 1635px;
    padding-left: 173px;
    /*overflow-y: scroll;*/
    /*overflow-x: auto;*/
    background: #fff;
}


/*----------------内容区域----------------*/
.main-box {
    max-width: 1747px;
}

/*----------------banner----------------*/
.banner {
    height: 365px;
}

/*----------------内容区域----------------*/
/*.content {*/
/*    padding-top: 27px;*/
/*    width: 1300px;*/
/*    margin: 0 auto;*/
/*}*/

/*.content-main {*/
/*    max-width: 1299px;*/
/*}*/

/*----------------第一行----------------*/

.about-row1 {
    margin-top: 60px;

    height: 340px;
}

.about-row1-main {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
}

.about-row1-img {
    width: 563px;
    height: 340px;
}

.about-row1-desc {
    margin-top: 61px;
    width: 737px;
    height: 241px;
    background: #F7F8FA;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.about-row1-title {
    width: 606px;
    height: 24px;
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    line-height: 24px;
    border-left: 7px solid #FFA205;
    padding-left: 13px;
}

.about-row1-content {
    margin-top: 31px;

    width: 612px;
    height: 66px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 25px;
}

/*----------------第二行----------------*/
.about-row2 {
    margin-top: 62px;

    height: 430px;
    background: #F7F8FA;
}

.about-row2-main {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;

    padding-top: 44px;
}

.about-row2-desc {
    width: 733px;
}

.about-row2-title {
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    background: linear-gradient(0deg, #FFA205 0%, #FF7201 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-row2-content {
    margin-top: 28px;

    width: 682px;
    height: 157px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.about-row2-img {
    width: 563px;
    height: 340px;
}
/*----------------第三行----------------*/

.about-row3 {
    margin-top: 60px;
    height: 340px;
    background: #fff;
}

.about-row3-main {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
}

.about-row3-img {
    width: 563px;
    height: 340px;
}

.about-row3-desc {
    width: 637px;

    margin: 0 auto;
}

.about-row3-title {
    margin-top: 89px;

    font-weight: bold;
    font-size: 22px;
    color: #333333;
    background: linear-gradient(0deg, #FFA205 0%, #FF7201 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-row3-content {
    margin-top: 31px;

    width: 612px;
    height: 66px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 25px;
}

/*----------------第五行----------------*/
.about-row5-warp {
    background: #fff;
    height: 189px;
    padding-top: 28px;
    box-sizing: border-box;
}

.about-row5 {
    height: 133px;
    background: url("/static/image/about5.png") no-repeat center center;
    background-size: contain;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.about-row5-title {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    background: linear-gradient(0deg, #FFA205 0%, #FF7201 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-row5-desc {
    margin-top: 10px;

    height: 17px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}