.banner {
    width: 100%;
    height: 450px;
    background: url(../../img/dataAssetsTabulated/banner.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.banner>div {
    width: 1200px;
    margin: 0 auto;
}

.banner>div p {
    font-size: 41px;
    font-weight: bold;
    color: #282828;
}

.banner>div p::after {
    content: '';
    width: 56px;
    height: 4px;
    background: #282828;
    margin-top: 29px;
    display: block;
}

.banner>div span {
    display: block;
    width: 518px;
    font-size: 16px;
    color: #282828;
    line-height: 24px;
    margin-top: 24px;
}

.mainContent {
    width: 1200px;
    margin: 0 auto;
}

.category_title {
    width: 100%;
    background: #fff;
    padding-top: 50px;
    box-sizing: content-box;
}

.spreadhead {
    font-size: 28px;
    font-weight: bold;
    color: #0A1633;
    text-align: center;
}

.category_title>p:nth-of-type(2) {
    font-size: 16px;
    font-weight: 400;
    color: #282828;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.flowServer ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flowServer ul li {
    width: 590px;
    height: 200px;
    background: url(../../img/dataAssetsTabulated/flowServer_bg.png) center center no-repeat;
    padding: 17px 20px;
    box-shadow: 2px 2px 13px 0px rgba(32, 76, 151, 0.23);
    border: 2px solid #fff;
    box-sizing: border-box;
    position: relative;
    display: flex;
}

.flowServer ul li:nth-child(-n+2) {
    margin-bottom: 20px;
}

.flowServer ul li img {
    margin-right: 30px;
}

.flowServer ul li>div p:first-child {
    font-size: 20px;
    font-weight: bold;
    color: #282828;
    margin: 22px 0 12px;
}

.flowServer ul li>div p:last-child {
    font-size: 16px;
    line-height: 24px;
    color: #282828;
}

.flowServer ul li>span {
    width: 62px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    color: #1459F4;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
}

.embodiment+p {
    font-size: 16px;
    color: #282828;
    margin-top: 11px;
    margin-left: 26px;
}

.embodiment {
    width: 100%;
}

.embodiment thead th {
    height: 50px;
    background: #0057FD;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-right: 1px solid #fff;
}

.embodiment tbody tr.even td {
    background: #E5EEFF;
}

.embodiment tbody td {
    line-height: 20px;
    font-size: 14px;
    color: #282828;
    background: #CDDEFF;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 17px;
    text-align: justify;
}

.embodiment tbody td.center {
    text-align: center;
    padding: 12px 0;
}

.productAgreement {
    width: 100%;
    height: 481px;
    background: url(../../img/dataAssetsTabulated/agreement_bg.jpg) center center no-repeat;
    background-size: cover;
    margin-top: 40px;
    padding: 30px 0;
    box-sizing: border-box;
}

.productAgreement>ul {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detectionMechanismLogo img {
    margin-bottom: 18px;
}

.detectionMechanismLogo p {
    width: 374px;
    font-size: 26px;
    line-height: 42px;
    color: #282828;
    font-weight: bold;
    line-height: 34px;
}

.cooperationAgreement p {
    font-size: 18px;
    color: #282828;
    margin-top: 10px;
    text-align: center;
}

.team {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.team li {
    position: relative;
}

.team li:not(:last-child)::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../../img/dataAssetsTabulated/connector.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 56px;
    right: -31px;
}

.team li img {
    display: block;
    margin: 9px auto 6px;
}

.team li p {
    width: 211px;
}

.team li p:nth-of-type(1) {
    font-size: 20px;
    font-weight: bold;
    color: #282828;
    text-align: center;
    margin-bottom: 8px;
}

.team li p:nth-of-type(2) {
    font-size: 14px;
    color: #282828;
    text-align: justify;
}

.case {
    width: 100%;
    height: 510px;
    background: url(../../img/dataAssetsTabulated/case.jpg) center center no-repeat;
    background-size: cover;
    margin-top: 50px;
    position: relative;
}

.case>p {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 30px;
}

.case .caseContent {
    width: 70%;
    height: 308px;
    position: absolute;
    top: 100px;
    right: 0;
}

.case .swiper-slide {
    width: 500px;
    /*width: 460px !important;
    */
    /*max-width: 600px !important;
    */
    height: 255px;
    background: #FFFFFF;
    padding: 23px 26px 26px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-right: 40px;
    transition: transform 1s ease;
    -webkit-transition: transform 1s ease;
    -moz-transition: transform 1s ease;
    -ms-transition: transform 1s ease;
    -o-transition: transform 1s ease;
}

.case .btn {
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-60%);
    -webkit-transform: translateX(-60%);
    -moz-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    -o-transform: translateX(-60%);
}

.case .btn p {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(../../img/dataAssetsTabulated/btn.png);
    margin-right: 20px;
    text-align: center;
    line-height: 40px;
}

.case .btn #prev span {
    width: 9px;
    height: 14px;
    background: url(../../img/dataAssetsTabulated/left.png);
}

.case .btn #next span {
    width: 9px;
    height: 14px;
    background: url(../../img/dataAssetsTabulated/right.png);
}

.case .btn #prev:hover span {
    background: url(../../img/dataAssetsTabulated/leftHover.png);
}

.case .btn #next:hover span {
    background: url(../../img/dataAssetsTabulated/rightHover.png);
}

.projectTitle {
    font-size: 20px;
    color: #282828;
    font-weight: bold;
}

.introductionTitle {
    font-size: 18px;
    color: #282828;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}

.projectIntroduction p span,
.projectHighlights p {
    font-size: 14px;
}

.projectIntroduction p span:first-child {
    font-weight: bold;
}

.projectHighlights p:not(:last-child) {
    margin-bottom: 5px;
}

.cooperativePartner {
    width: 100%;
    padding: 48px 0 0;
    box-sizing: border-box;
    position: relative;
}

.gradualChange {
    width: 100%;
    height: 382px;
    position: absolute;
    z-index: 2;
}

.cooperativePartner ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cooperativePartner li {
    margin-right: 20px;
    margin-top: 26px;
}

.cooperativePartner li:nth-child(-n+3) {
    margin-top: 0;
}

.cooperativePartner li:nth-child(3n) {
    margin-right: 0;
}

.cooperativePartner .companionLogo {
    height: 99px;
    background: #FFFFFF;
    text-align: center;
    padding: 10px;
}

.logoRowOne {
    width: 1100px;
}

.logoRowTwo {
    width: 1000px;
}

.logoRowThree {
    width: 1200px;
}

.cooperativePartner .companionLogo .swiper-slide {
    width: 200px !important;
    height: 100px;
    box-shadow: 0px 0px 10px 0px rgba(5, 110, 236, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.cooperativePartner .companionLogo img {
    max-width: 80%;
}

.cooperativePartner p {
    font-size: 20px;
    color: #282828;
    text-align: center;
    margin-top: 12px;
}

.relatedVideo {
    width: 1240px;
    margin: 0 auto;
}

.relatedVideo ul {
    height: 268px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    overflow: hidden;
    padding: 20px 10px 12px;
}

@-webkit-keyframes slowUp {
    from {
        height: 1692px;
        /* 动画开始时的高度 */
    }
    to {
        height: 268px;
        /* 动画结束时的高度 */
    }
}

.relatedVideo ul li {
    width: 224px;
    height: 268px;
    background: #F4F7FA;
    border: 2px solid #FFFFFF;
    box-shadow: 1px 1px 8px 0px rgba(32, 76, 151, 0.1);
    cursor: pointer;
    margin-top: 15px;
    margin-right: 15px;
    position: relative;
    z-index: 2;
}

.relatedVideo ul li:nth-child(5n) {
    margin-right: 0;
}

.relatedVideo ul li:nth-child(-n+5) {
    margin-top: 0;
}

.relatedVideo ul li p:nth-of-type(1)::after {
    content: '';
    width: 158px;
    height: 208px;
    background: rgba(0, 0, 0, .5);
    display: none;
    position: absolute;
    top: 12px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.relatedVideo ul li p:nth-of-type(1)::before {
    content: '';
    width: 40px;
    height: 40px;
    background: url(../../img/dataAssetsTabulated/play.png);
    background-size: 100% 100%;
    display: none;
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 3;
}

.relatedVideo ul li:hover p:nth-of-type(1)::before,
.relatedVideo ul li:hover p:nth-of-type(1)::after {
    display: block;
}

.relatedVideo ul li a {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
}

.relatedVideo ul li img {
    width: 158px;
    height: 208px;
    display: block;
    margin: 0 auto 10px;
    object-fit: cover;
}

.relatedVideo ul li p {
    font-size: 14px;
    color: #282828;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.more {
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    margin: 50px auto;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.retract {
    width: 60px;
    margin: 50px auto;
    cursor: pointer;
    text-align: center;
}

.retract img {
    width: 18px;
}

.retract span {
    font-size: 16px;
    color: #282828;
    display: block;
}

.turingValuation {
    width: 100%;
    height: 200px;
    background: url(../../img/dataAssetsTabulated/footer.png) center center no-repeat;
    margin-top: 90px;
    background-size: 100% 100%;
}

.turingValuation>div {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.turingValuation .contact {
    display: flex;
    align-items: center;
    padding-top: 33px;
}

.turingValuation .contact img {
    margin-right: 30px;
}

.turingValuation .contact>div p:first-child {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.turingValuation .contact>div p:last-child {
    font-size: 16px;
    color: #fff;
}

.turingValuation>div>img {
    height: 285px;
    position: absolute;
    right: 0;
    top: -85px;
}