.ClassificationHead ul a{
    color: white;
}
.AboutCenter .ClassificationHead ul li {
    width: 135px;
}

.AboutCenter .AboutUs {
    background: white;
}

.AboutCenter .AboutUs .SeeMore {
    width: 201px;
    height: 53px;
    background: #C30D23;
    border-radius: 4px;
}

.AboutCenter .AboutUs a {
    color: white;
    font-size: 16px;
}

.AboutCenter .AboutUs p {
    text-align: center;
    line-height: 53px;
}
.AboutCenter .MainBusiness {
    margin-top:-70px;
    box-sizing: content-box;
    padding: 0px 0 120px 0;
    height: 683px;
    width: 100%;
}
.AboutCenter .MainBusiness .TypeArea {
    width: 1606px;
    margin: auto;
    position: relative;
    background-image: url(./AboutUsImg/MainBusiness.png);
}

.AboutCenter .MainBusiness .TypeArea .MainPosition {
    position: absolute;
    width: 840px;
    height: 583px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: right;
    color: white;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.AboutCenter .MainBusiness .TypeArea .MainPosition h1 {
    font-size: 39px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
    position: relative;
    margin-bottom: 35px;
}

.AboutCenter .MainBusiness .TypeArea .MainPosition span {
    display: inline-block;
    width: 0;
    height: 33px;
    border: 3px solid white;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.AboutCenter .MainBusiness .TypeArea .MainPosition .Business {
    height: 95px;
    padding-top: 10px;
    box-sizing: border-box;

}

.AboutCenter .MainBusiness .TypeArea .MainPosition .Business h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 47px;
    font-family: Microsoft YaHei;
}

.AboutCenter .MainBusiness .TypeArea .MainPosition .Business p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 29px;
}


.AboutCenter .MainBusiness .TypeArea .MainPosition .Img {
    position: absolute;
    width: 53px;
    height: 53px;
    background: white;
    text-align: center;
    line-height: 53px;
    border-radius: 50%;
}

.AboutCenter .MainBusiness .TypeArea .MainPosition .businessone {
    top: 150px;
    right: -120px;
}

.AboutCenter .MainBusiness .TypeArea .MainPosition .two {
    top: 300px;
    right: -120px;
}

.AboutCenter .MainBusiness .TypeArea .MainPosition .three {
    top: 450px;
    right: -120px;
}

.AboutCenter .MainBusiness .TypeArea .MainPosition .Img img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

.CorporateCulture {
    box-sizing: content-box;
    padding: 30px 0 80px 0;
    height: 858px;
    width: 100%;
}

.CorporateCulture .TypeArea {
    display: flex;
    justify-content: space-between;
}

.CorporateCulture .TypeArea .BusinessPolicy {
    position: relative;
    width: 431px;
    height: 100%;
    background-image: url(./AboutUsImg/BusinessPolicy.png);
}

.CorporateCulture .TypeArea .CultureRight {
    width: 1154px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.CorporateCulture .TypeArea .CultureRight .RightTop {
    width: 100%;
    height: 421px;
    display: flex;
    justify-content: space-between;
}

.CorporateCulture .TypeArea .CultureRight .RightTop .Purpose {
    width: 765px;
    height: 421px;
    background-image: url(./AboutUsImg/purpose.png);
    position: relative;
}

.CorporateCulture .TypeArea .CultureRight .RightTop .Strategy {
    width: 374px;
    height: 421px;
    background-image: url(./AboutUsImg/Strategy.png);
    position: relative;
}

.CorporateCulture .TypeArea .CultureRight .RightBot {
    width: 100%;
    height: 421px;
    display: flex;
    justify-content: space-between;
}

.CorporateCulture .TypeArea .CultureRight .RightBot .Idea {
    width: 376px;
    height: 421px;
    background-image: url(./AboutUsImg/Idea.png);
    position: relative;
}

.CorporateCulture .TypeArea .CultureRight .RightBot .target {
    width: 765px;
    height: 421px;
    background-image: url(./AboutUsImg/GOAL.png);
    position: relative;
}

.CorporateCulture .TypeArea .text {
    position: absolute;
    color: white;
    left:50px;
    top: 70px;
}
.CorporateCulture .TypeArea .TargetText{
    left: 80px;
}
.CorporateCulture .TypeArea .text h1 {
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    margin: 0;
    margin-bottom: 15px;
}
.CorporateCulture .TypeArea .text p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 60px;
}