html,
body {
    line-height: 1;
}

.banner {
    min-width: 1200px;
    width: 100%;
    height: 550px;
    background: url(../../img/index4.0/turing.png) center center no-repeat;
}

.banner>div {
    width: 1200px;
    margin: 0 auto;
    padding-top: 145px;
}

.banner>div p {
    font-size: 60px;
    font-weight: bold;
    color: #282828;
}

.banner>div p:nth-of-type(2) {
    margin: 62px 0 52px;
}

.banner>div a {
    width: 200px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    background: #1E4FD9;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: 1px solid #1E4FD9;
}

.banner>div span {
    width: 200px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    background: #1E4FD9;
    color: #fff;
}

.banner>div a.toReportExample {
    background: #fff;
    color: #1E4FD9;
    margin-left: 35px;
}

.main {
    min-width: 1200px;
    margin: 0 auto;
}

.title {
    font-size: 28px;
    font-weight: bold;
    color: #282828;
    text-align: center;
}

.turingIntroduction,
.machineValuation,
.absoluteValuationMethod>div,
.indicatorSystem,
.turingValuation>div {
    width: 1200px;
    margin: 0 auto;
}

.turingIntroduction {
    margin-top: 89px;
}

.turingIntroduction p:nth-of-type(2) {
    font-size: 16px;
    font-weight: 400;
    color: #282828;
    line-height: 30px;
    text-align: justify;
    text-indent: 2em;
    margin: 22px 0 48px;
}

.turingIntroduction ul {
    display: flex;
    justify-content: space-between;
}

.turingIntroduction ul li {
    width: 381px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    background: #F4F7FA;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(98, 136, 200, 0.23);
}

.turingIntroduction ul li img {
    vertical-align: middle;
    margin-right: 14px;
}

.turingIntroduction ul li span {
    font-size: 22px;
    font-weight: bold;
    color: #282828;
}

.machineValuation {
    margin-top: 90px;
}

.machineValuation ul {
    margin-top: 37px;
    overflow: hidden;
}

.machineValuation ul li {
    overflow: hidden;
}

.machineValuationDsescribe {
    position: relative;
}

.machineValuation ul li>div:nth-of-type(1) {
    float: left;
}

.machineValuation ul li>div:nth-of-type(2) {
    float: right;
}

.machineValuationDsescribe i {
    font-size: 40px;
    font-weight: bold;
    color: #282828;
}

.machineValuationDsescribe span {
    width: 581px;
    font-size: 16px;
    font-weight: 400;
    color: #282828;
    line-height: 25px;
    text-align: justify;
    position: absolute;
    left: 66px;
}

.machineValuation ul li:nth-of-type(1) .machineValuationDsescribe,
.machineValuation ul li:nth-of-type(3) .machineValuationDsescribe {
    padding-top: 73px;
}

.machineValuation ul li:nth-of-type(2) .machineValuationDsescribe {
    width: 55%;
    padding-top: 101px;
}

.absoluteValuationMethod {
    width: 100%;
    height: 731px;
    background: url(../../img/turing/valuationBackground.png) center center no-repeat;
    margin-top: 77px;
    padding-top: 69px;
    /* background-size: 100% 100%; */
    /* background: pink; */
}

.absoluteValuationMethod .title {
    color: #fff;
}

.absoluteValuationMethod>div>p:nth-of-type(2) {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    text-indent: 2em;
    margin: 22px 0;
}

.absoluteValuationMethod ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.absoluteValuationMethod ul li {
    width: 590px;
    height: 180px;
    color: #fff;
}

.absoluteValuationMethod ul li::before {
    content: '';
    width: 590px;
    height: 190px;
    background: url(../../img/turing/blurredBackground.png) center center no-repeat;
    opacity: 0.9;
    z-index: 1;
    position: absolute;
}

.absoluteValuationMethod ul li img,
.absoluteValuationMethod ul li span {
    z-index: 3;
    position: relative;
    top: 50px;
}

.absoluteValuationMethod ul li img {
    width: 32px;
    vertical-align: middle;
    margin-right: 26px;
    margin-left: 40px;
}

.absoluteValuationMethod ul li span {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
}

.absoluteValuationMethod ul li p {
    z-index: 3;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    color: #FFFFFF;
    line-height: 26px;
    margin-top: 56px;
    margin-left: 102px;
    width: 387px;
}

.indicatorSystem {
    margin-top: 89px;
}

.indicatorSystem>p:nth-of-type(2) {
    font-size: 16px;
    font-weight: 400;
    color: #282828;
    margin-top: 27px;
    text-align: center;
}

.indicatorSystem>div {
    height: 443px;
    background: #374EF9;
    box-shadow: 0px 0px 13px 0px rgba(98, 136, 200, 0.23);
    margin-top: 80px;
}

.indicatorSystem>div img {
    position: relative;
    top: -42px;
    left: 23px;
}

.indicatorSystem>div p {
    width: 416px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    float: right;
    margin-top: 166px;
    margin-right: 53px;
}

.reportExampleTuling {
    width: 100%;
    height: 610px;
    background: url(../../img/productDesc/reportShow_bg.png)no-repeat;
    background-size: 100% 100%;
    padding-top: 100px;
}

.reportPicList {
    width: 1200px;
    margin: 62px auto 0;
    position: relative;
    overflow: hidden;
}

.swiper-button-prev,
.prev {
    width: 47px;
    height: 74px;
    background: url(../../img/productDesc/jiantou-2.png)no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 182px;
}

.swiper-button-next,
.next {
    width: 47px;
    height: 74px;
    background: url(../../img/turing/right.png)no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 182px;
}

.reportPicList .swiperClient ul {
    position: absolute;
    transition: 1.2s;
    width: 10000%;
}

.reportPicList ul li {
    width: 304px;
    height: 438px;
    border: 3px solid #1459f4;
    margin: 0 20px;
    box-sizing: border-box;
}

.reportPicList .swiperClient {
    width: 1028px;
    height: 444px;
    overflow: hidden;
    position: relative;
    margin-left: 88px;
}

.reportPicList .swiperClient img {
    width: 100%;
    height: 100%;
}

.turingValuation {
    width: 100%;
    height: 200px;
    background: url(../../img/turing/turingValuation.png) center center no-repeat;
    margin-top: 90px;
    background-size: 100% 100%;
}

.turingValuation>div {
    position: relative;
}

.turingValuation p {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 57px;
    margin-bottom: 21px;
}

.turingValuation a,
.turingValuation span {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    cursor: pointer;
}

.turingValuation img {
    position: absolute;
    right: 0;
    top: -93px;
}