
.histone .section {
    position: relative;
}
.histone .section .wrapper{
    width: 74%;
}

.histone .section .blue {
    color: #067CD9;
}

.histone .section .white {
    color: #ffffff;
}

.histone .section .grey {
    color: #5A5B5C;
}

.histone .section h1 {
    font-size: 40px;
    letter-spacing: 0.2rem;
    text-align: center;
    padding: 75px 0 30px 0;
    margin: 0;
}
.histone .section p {
    font-size: 26px;
    letter-spacing: 0.2rem;
    line-height: 40px;
    text-align: center;
}
.histone .section1 {
    height: 750px;
    background: url(/Content/new/assets/imgs/histone/1-bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.histone .section1 .wrapper,
.histone .section2 .wrapper,
.histone .section4 .wrapper,
.histone .section6 .wrapper {
    display: flex;
    justify-content: space-between;
}
.histone .section1 .sec_left .txt1 {
    font-size: 60px;
    color: #fff;
    height: 80px;
    line-height: 80px;
    margin-top: 280px;
}
.histone .section1 .sec_left .txt2 {
    height: 75px;
    line-height: 75px;
    font-size: 40px;
    color: #fff;
    background: #FEA21B;
    width: 516px;
    text-align: center;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 20px;
}
.histone .section1 .sec_right {
    display: flex;
    align-items: center;
}

.histone .section2 {
    height: 800px;
    background: url(/Content/new/assets/imgs/histone/2-bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.histone .section2 .wrapper,
.histone .section4 .wrapper,
.histone .section6 .wrapper {
    align-items: center;
}
.histone .section2 h1,
.histone .section2 p,
.histone .section4 h1,
.histone .section4 p,
.histone .section6 h1,
.histone .section6 p {
    text-align: left;
}
.histone .section2 .sec_left,
.histone .section2 .sec_right,
.histone .section4 .sec_left,
.histone .section4 .sec_right,
.histone .section6 .sec_left,
.histone .section6 .sec_right {
    align-items: center;
}
.histone .section2 .sec_left,
.histone .section4 .sec_left {
    width: 51%;
}
.histone .section2 .sec_right,
.histone .section4 .sec_right {
    flex: 1;
    padding-left: 85px;
}

.histone .section3 {
    /*height: 835px;*/
    background: url(/Content/new/assets/imgs/histone/3-bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.histone .section3 .img-desc {
    color: #fff;
    font-size: 26px;
    display: flex;
    width: 100%;
    padding: 20px 0 80px 0;
}
.histone .section3 .img-desc .img-desc-item {
    text-align: center;
}

.histone .section4 {
    height: 858px;
    background: url(/Content/new/assets/imgs/histone/4-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.histone .section5 {
    /*height: 825px;*/
    background: url(/Content/new/assets/imgs/histone/5-bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.histone .section5 .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.histone .section6 {
    height: 800px;
    background: url(/Content/new/assets/imgs/histone/6-bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.histone .section6 .sec_left {
    flex: 1;
    padding-right: 85px;
}
.histone .section6 .sec_right {
    width: 51%;
}

.histone .section7 {
    color: #4C4C4C;
    text-align: center;
    font-size: 20px;
}
.histone .section7 .table {
    box-shadow: 0px 0px 10px #9a9a9a7d;
    margin: 100px auto;
}
.histone .section7 .head {
    color: #fff;
    font-size: 28px;
    background: #676767;
}
.histone .section7 .row {
    width: 100%;
    margin: auto;
    display: flex;
}

.histone .section7 .row_item {
    width: 100%;
    padding: 10px 0;
}
.histone .section7 .configure {
    width: 43%;
    display: flex;
    border-right: 1px solid #C0C0C0;
}
.histone .section7 .configure .row,
.histone .section7 .param .row {
    border-top: 1px solid #C0C0C0;
}
.histone .section7 .head .configure .row,
.histone .section7 .configure .right .row:first-child {
    border-top: none;
}
.histone .section7 .configure .left {
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #C0C0C0;
    height: 100%;
}
.histone .section7 .configure .right {
    flex-direction: column;
    border-left: 1px solid #C0C0C0;
}
.histone .section7 .param {
    flex: 1;
}
.histone .section7 .param .row .row_item:first-child {
    border-right: 1px solid #C0C0C0;
}
.histone .section7 .param .row .row_item:last-child {
    border-right: none;
}


