.content {
    width: 100%;
}

.nav {
    width: 1200px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav img {
    width: 141px;
}

.tabNav {
    display: flex;
}

.tabNav .text {
    margin-left: 60px;
    font-weight: 800;
    font-size: 16px;
    color: #222222;
}

.about {
    width: 100%;
    height: 649px;
}

.about .content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about .content .intro {

}

.about .content .intro .title {
    font-weight: 800;
    font-size: 36px;
    color: #000000;
    line-height: 42px;
}

.about .content .intro .titleLine {
    width: 66px;
    height: 6px;
    background: #0669FF;
    border-radius: 10px;
    margin-top: 12px;
    margin-left: 6px;
}

.about .content .intro .text {
    width: 622px;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    margin-top: 49px;
}

.about .content .intro .btn {
    width: 124px;
    height: 48px;
    background: #0669FF;
    font-weight: 800;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    margin-top: 38px;
}

.about .content .rightShow {
    margin-top: 84px;
    margin-left: 218px;
}

.about .content .rightShow .img {
    width: 360px;
}

.about .content .rightShow .text {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    text-align: center;
    margin-top: 23px;
    padding-bottom: 33px;
}

.culture {
    width: 100%;
    height: 919px;
    background: #FAFAFA;
}

.culture .content {
    width: 1200px;
    margin: auto;
    padding: 74px 0;
}

.culture .content .title {
    font-weight: 800;
    font-size: 36px;
    color: #000000;
    line-height: 42px;
}

.culture .content .titleLine {
    width: 66px;
    height: 6px;
    background: #0669FF;
    border-radius: 10px;
    margin-top: 12px;
    margin-left: 6px;
}

.culture .content .card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 47px;
}

.culture .content .card .box {
    width: 370px;
    height: 560px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    text-align: center;
    position: relative;
}

.culture .content .card .box .img {
    width: 101px;
    margin-top: 79px;
}

.culture .content .card .box .text1 {
    font-weight: 800;
    font-size: 24px;
    color: #000000;
    margin-top: 99px;
}

.culture .content .card .box .text2 {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}

.culture .content .card .box .line {
    position: absolute;
    width: 225px;
    height: 9px;
    background: #0669FF;
    border-radius: 10px 10px 10px 10px;
    bottom: 100px;
    left: 50%;
    margin-left: -112.5px;
}

.culture .content .tip {
    font-weight: 600;
    font-size: 24px;
    color: #999999;
    text-align: center;
    margin-top: 55px;
}

.business {
    width: 100%;
}

.business .content {
    width: 1200px;
    margin: auto;
    padding: 74px 0;
}

.business .content .title {
    font-weight: 800;
    font-size: 36px;
    color: #000000;
    line-height: 42px;
}

.business .content .titleLine {
    width: 66px;
    height: 6px;
    background: #0669FF;
    border-radius: 10px;
    margin-top: 12px;
    margin-left: 6px;
}

.business .content .card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 47px;
}

.business .content .card .box {
    width: 370px;
    height: 560px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    text-align: center;
    position: relative;
}

.business .content .card .box .img {
    width: 244px;
    margin-top: 30px;
}

.business .content .card .box .text1 {
    font-weight: 800;
    font-size: 24px;
    color: #000000;
    margin-top: 80px;
}

.business .content .card .box .line {
    position: absolute;
    width: 225px;
    height: 9px;
    background: #E8E8E8;
    border-radius: 10px 10px 10px 10px;
    bottom: 100px;
    left: 50%;
    margin-left: -112.5px;
}

.business .content .card .box .cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    border-radius: 20px;
    text-align: center;
}
.business .content .card .box .cover .title1{
    font-weight: 800;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 28px;
    margin-top: 141px;
}
.business .content .card .box .cover .info{
    margin: 20px auto;
    width: 240px;
    font-weight: 400;
    font-size: 16px;
    color: #EEEEEE;
    line-height: 19px;
    text-align: left;
}
.business .content .card .box .cover .coverLine{
    width: 225px;
    height: 9px;
    background: #0669FF;
    border-radius: 10px;
    margin:auto;
}

.dataInfo{
    width: 100%;
    height: 350px;
    background: #0669FF;
}
.dataInfo .data{
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
}
.dataInfo .data .text1{
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 70px;
    text-align: center;
}
.dataInfo .data .text2{
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 20px;
}