﻿.ProjectDiv {
    padding: 80px;
}

.ProjectName {
    font-size: 2.5em;
    line-height: 100px;
    color: #003C92;
    font-weight: 600;
}

.line1 {
    width: 100%;
    height: 1px;
    background-color: #003C92
}

.line2 {
    width: 137px;
    height: 4px;
    background-color: #003C92;
    float: left;
    margin-top: -2px;
}


.line1_white {
    width: 100%;
    height: 1px;
    background-color: #fff
}

.line2_white {
    width: 137px;
    height: 4px;
    background-color: #fff;
    float: left;
    margin-top: -2px;
}

.Projec2tName {
    color: #fff;
    font-size: 2.5em;
    line-height: 100px;
    font-weight: bold;
}

.ProjectContent {
    clear: both;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 60px;
}

.ProjectTxt {
    font-size: 1.6em;
    line-height: 50px;
    text-align: justify;
}

.ProjectTxt p{
    text-indent: 2em;
    padding: 0px;
    margin: 0px;
}

.ProjectTitle {
    display: flex;
    flex-wrap: nowrap;
    line-height: 50px;
    font-size: 1.8em;
    margin-top: 25px;
    margin-bottom: 20px;
}

.line3 {
    background-color: #003C92;
    height: 25px;
    width: 6px;
    margin-right: 20px;
    margin-top: 14px;
}

.ProjectLeft {
    width: 48%;
    margin-right: 4%;
}

.ProjectRight {
    width: 48%;
}

.ProjectBlock {
    background-color: #EFEFEF;
    padding: 30px 50px;
    font-size: 1.8em;
    line-height: 50px;
    margin-bottom: 40px;
}

.BlockTitle {
    color: #003C92;
}

.BlockContent {
    color: #010101CC;
}

.BlockContent p{
    text-indent: 2em;
    padding: 0px;
    margin: 0px;
}

.Project2Div {
    background-image: url('../images/P2_bg.jpeg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    padding: 100px 0px;
}

.Project2Div .Items {
    margin-top: 150px;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 60px;
}

.Project2Div .Items .Item {
    border: 1px solid #fff;
    padding: 70px 30px;
    width: 22.5%;
    margin-right: 3%;
}

.Project2Div .Items .Item:last-child {
    margin-right: 0px;
}

.line4 {
    background-color: #fff;
    height: 4px;
    width: 60px;
}

.Title2 {
    color: #fff;
    font-size: 2em;
    line-height: 80px;
}

.Title2Eng {
    color: #fff;
    font-size: 2em;
    line-height: 30px;
    margin-top: 40px;
}

.renzhengDiv {

    padding: 100px 0px;

}

.renzhengDiv .renzhengDivBlock {
    clear: both;
    color: #010101CC;
    font-size: 2em;
    line-height: 60px;
    margin-top: 80px;
    text-align: justify;
}

.renzhengDiv .renzhengDivBlock p{
    text-indent: 2em;
    padding: 0px;
    margin: 0px;
}

.RenzhengItems {
    display: flex;
    flex-wrap: nowrap;
    clear: both;
    margin-top: 40px;
}

.RenzhengItems .Item {
    width: 18%;
    margin-right: 2.5%;
}

.RenzhengItems .Item:last-child {
    margin-right: 0px;
}

.luqiDiv {
    background-color: #EFEFEF;
    padding: 100px 0px;
}

.ShoufeiItems {
    display: flex;
    flex-wrap: nowrap;
    clear: both;
    margin-top: 100px;
    font: size 1.5em;
}

.ShoufeiItems .Item {
    width: 44.5%;
    margin-right: 5%;
    background-color: #EFEFEF;
    padding: 80px 60px;
}

.ShoufeiItems .Item:last-child {
    margin-right: 0px;
}

.IsBlock {
    background-color: #003C92 !important;
}

.ShoufeiTitle {
    line-height: 40px;
    font-size: 2em;
    color: #003C92;
    font-weight: bold;
}

.ShoufeiTXT {
    color: #003C92;
    line-height: 50px;
    font-size: 28px;
}

.ShoufeiTXT span{
    font-size: 0.4em;
    margin-left: 10px;
}
 
.line5{
    background-color: #003C92;
    height: 6px;
    width: 40px;
    margin: 40px auto;
}