.head {
    width: 95%;
    margin: 40px auto;
}

.head h2 {
    font-size: 35px;
}

/* 导航栏 */

.nav-var {
    top: 59px;
}

.crumb {
    margin: 108px auto 40px !important;
}

/* 科学依据 */

.accord {
    color: #fff;
    height: 800px;
    padding-top: 150px;
    padding-bottom: 60px;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: space-between;
}

.accord-top {
    padding: 0 60px;
    display: flex;
    justify-content: space-between;
}

.accord-top .left {
    font-size: 68px;
    margin-right: 40px;
}

.accord-top .right {
    width: 500px;
    font-size: 15px;
    line-height: 32px;
}

.accord-top .right div:not(:last-child) {
    margin-bottom: 15px;
}

.process .item ul {
    padding-left: 40px;
}

.process .item li {
    list-style: disc;
}

.process .item li:not(:first-child) {
    margin-top: 10px;
}

/* 第二部分 */

.process {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #FBF6EE;
}

@media screen and (min-width: 1500px) {
    .process {
        padding-right: 100px;
    }
}

.process .item {
    padding-left: 50px;
    padding-right: 104px;
}

.process .item:not(:first-child) {
    margin-top: 59px;
}

.process .item img {
    width: 100%;
    height: 100%;
    max-width: 720px;
    border-radius: 2px;
    object-fit: cover;
}

.process .item>div {
    flex-basis: 48%;
    width: 656px;
    max-width: 720px;
    margin-right: 60px;
}

.process .item .name {
    color: #000;
    font-size: 45px;
}

.process .item p {
    margin-top: 50px;
}

.process .item table {
    margin: 20px 0;
    border-spacing: 10px;
}

/* 科学支持的技术 */

.science {
    padding: 50px 0;
    background-color: #F8EDDD;
}

.science .title {
    font-size: 48px;
    margin-bottom: 30px;
}

.science .list {
    color: #fff;
}

.science .list .item {
    position: relative;
    padding: 0 50px;
}

.science .list .item:not(:last-child):after {
    content: '';
    /* 设置内容为空 */
    position: absolute;
    /* 绝对定位 */
    top: 50%;
    transform: translateY(-50%);
    /* 从顶部开始 */
    right: 0;
    /* 从右侧开始 */
    bottom: 0;
    /* 到底部结束 */
    width: 1px;
    height: 80%;
    /* 边框宽度 */
    background-color: #D2C8BA;
    /* 边框颜色 */
}

.science .item .percent {
    margin-bottom: 20px;
    font-size: 48px;
    color: #000;
}

.science .item .intro {
    color: #000;
    font-size: 16px;
    width: 234px;
}

/* 谈论 */

.talk {
    padding: 80px;
    background-color: #FBF6EE;
}

.talk .title {
    font-size: 36px;
    margin-bottom: 40px;
}

.talk .box {
    flex-wrap: wrap;
}

.talk .item {
    /* max-width: 450px; */
    flex-basis: 32%;
}

.talk .item:not(:nth-child(3n)) {
    margin-right: 25px;
}

.talk .item:not(:nth-child(3n + 2)) .border {
    visibility: hidden;
}

.talk .item:not(:nth-child(-n +3)) {
    margin-top: 30px;
}

.talk .item .img {
    width: 100%;
    height: 404px;
    object-fit: cover;
}

.talk .item .sub {
    color: #1E1406;
    font-size: 22px;
    margin-top: 10px;
}

.talk .item .intro {
    font-size: 14px;
    margin-top: 10px;
    height: 50px;
}

.talk .item .border {
    padding: 10px 0;
    margin-top: 25px;
    border-radius: 4px;
    display: block;
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
}

/* 第五部分 */

.score {
    margin-top: 20px;
}

.container {
    background-color: #F8EEDE;
}

.celebrity {
    margin-bottom: 0 !important;
}



.container-pub {
    background-color: #F8EEDE;
}