*{
    padding: 0;
    margin: 0;
}
section.ts50{background: #000;}
.page-content ul,.page-content ul li{
    list-style: none;
}

.ts50-header{
    position: relative;
}
.ts50-header img{
    width: 100%;
    display: block;
}
.ts50-header .header-text{
    position: absolute;
    width: 400px;
    left: calc(50% - 600px);
    top: 30%;
    transform: translateY(-30%);
}
.ts50-header .header-text h2{
    font-size: 50px;
}
.ts50-header .header-text h3{
    font-size: 24px;
    color: #333;
    margin-top: 15px;
}
.ts50-header .header-text p{
    font-size: 18px;
    margin-top: 10px;
    color: #666;
}

.system-data{
    background: #000;
    padding: 100px 0;
}
.system-data .content-data{
    width: 1200px;
    margin: 0 auto;
}
.system-data .content-data .numbers{
    width: 90%;
    margin: 0 auto;
}
.system-data .content-data .numbers ul{
    display: flex;
    justify-content: space-between;
}
.system-data .content-data .numbers ul li{
    width: 20%;
    text-align: center;
}
.system-data .content-data .numbers ul li h4{
    font-size: 30px;
    color: #00AEFF;
    font-weight: bold;
}
.system-data .content-data .numbers ul li h4 strong{
    font-size: 50px;
}
.system-data .content-data .numbers ul li p{
    font-size: 22px;
    color: #666;
    margin-top: 10px;
    text-align: center;
}

.system-data .content-data .two-area{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.system-data .content-data .two-area .item{
    width: calc(50% - 20px);
    position: relative;
    color: #fff;
}
.system-data .content-data .two-area .item img{
    width: 100%;
    display: block;
    border-radius: 15px;
}
.system-data .content-data .two-area .item p{
    font-size: 18px;
    position: absolute;
    width: 200px;
    left: 25px;
    top: 25px;
    color: #f1f1f1;
}

.all-body{
    margin-top: 120px;
}
.all-body .vscreen{
    width: 1200px;
    margin: 0 auto;
}
.all-body .vscreen .header{
    text-align: center;
}
.all-body .vscreen .header h3{
    font-size: 50px;
    color: #00B7EE;
}
.all-body .vscreen .header p{
    margin-top: 25px;
    color: #8B8B97;
    font-size: 18px;
}

.all-body .vscreen .two-area{
    display: flex;
    justify-content: space-between;
    margin: 25px auto;
}
.all-body .vscreen .two-area.first{margin-top: 60px;}
.all-body .vscreen .two-area .item{
    width: calc(50% - 20px);
}
.all-body .vscreen .two-area .item img{
    width: 100%;
    display: block;
    border-radius: 15px;
}
.all-body .vscreen .two-area .item.align-text{
    display: flex;
    align-items: center;
}
.all-body .vscreen .two-area .item .item-text{
    width: calc(100% - 40px);
    padding: 20px 0;
}
.all-body .vscreen .two-area .item .item-text h4{
    font-size: 20px;
    color: #fff;
}
.all-body .vscreen .two-area .item .item-text p{
    font-size: 18px;
    color: #8B8B97;
    margin-top: 10px;
}

.open-body{
    margin-top: 120px;
}
.open-body .vscreen{
    width: 1200px;
    margin: 0 auto;
}
.open-body .vscreen img{
    display: block;
    width: 100%;
}
.open-body .vscreen .header{
    text-align: center;
}
.open-body .vscreen .header h3{
    font-size: 50px;
    color: #00B7EE;
}
.open-body .vscreen .header p{
    margin-top: 25px;
    color: #8B8B97;
    font-size: 18px;
}


.transport{
    position: relative;
}
.transport ul,.transport ul li{list-style: none;}
.transport img{width: 100%;display: block;}
.transport .vscreen{
    width: 1200px;
    position: absolute;
    left: calc(50% - 600px);
    top: 0;
    height: 100%;
}
.transport .vscreen .header{
    margin-top: 80px;
    text-align: center;
    color: #fff;
}
.transport .vscreen .header h3{
    font-size: 40px;
}
.transport .vscreen .header p{
    margin-top: 20px;
    font-size: 18px;
}

.transport .vscreen .two-column{
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 40px;
    color: #fff;
    width: 80%;
    left: 10%;
    margin: 0 auto;
}
.transport .vscreen .two-column .items .title{
    font-size: 30px;
    margin-bottom: 30px;
}
.transport .vscreen .two-column ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.transport .vscreen .two-column ul li{
    width: calc(50% - 20px);
    margin-bottom: 25px;
}
.transport .vscreen .two-column ul li p{
    font-size: 14px;
}
.transport .vscreen .two-column ul li h5{
    font-size: 22px;
}
.transport .vscreen .two-column ul li h5 strong{
    font-size: 30px;
}

.platform{
    margin-top: 80px;
}
.platform .vscreen{
    width: 1200px;
    margin: 0 auto;
}
.platform .vscreen .header{
    text-align: center;
}
.platform .vscreen .header h3{
    font-size: 50px;
    color: #00B7EE;
}
.platform .vscreen .header p{
    margin-top: 25px;
    color: #8B8B97;
    font-size: 18px;
}
.platform .vscreen .main-content{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.platform .vscreen .main-content .item{
    width: calc(33.33% - 20px);
}
.platform .vscreen .main-content .item img{
    width: 100%;
    display: block;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.platform .vscreen .main-content .item .text{
    background: #181818;
    padding: 25px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.platform .vscreen .main-content .item .text .align{
    height: 120px;
}
.platform .vscreen .main-content .item .text .align h4{
    font-size: 28px;
    color: #fff;
}
.platform .vscreen .main-content .item .text .align p{
    font-size: 18px;
    color: #8B8B97;
    margin-top: 10px;
}

.controls{
    margin-top: 80px;
}
.controls .vscreen{
    width: 1200px;
    margin: 0 auto;
}
.controls .vscreen .header{
    text-align: center;
}
.controls .vscreen .header h3{
    font-size: 50px;
    color: #00B7EE;
}
.controls .vscreen .header p{
    margin-top: 25px;
    color: #8B8B97;
    font-size: 18px;
}
.controls .vscreen .two-area{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.controls .vscreen .two-area .item{
    width: calc(50% - 20px);
}
.controls .vscreen .two-area .item img{
    width: 100%;
    display: block;
    border-radius: 15px;
}

.interface h3 span{
    font-size: 30px;
}
.interface .item{
    width: calc(30%  - 60px) !important;
    padding: 40px;
    background: #0C0C0C;
    border-radius: 15px;
}
.interface .item p{
    font-size: 22px;
    color: #fff;
    margin-top: 30px;
    text-align: center;
}

.params{
    margin-top: 80px;
}
.params .vscreen{
    width: 1200px;
    margin: 0 auto;
}
.params .header{
    text-align: center;
}
.params .header h3{
    font-size: 50px;
    color: #00B7EE;
    margin-bottom: 50px;
}
.params .img img{
    width: 100%;
    display: block;
}

.params .vscreen .lists{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 50px;
    margin-top: 60px;
}
.params .vscreen .lists dl{
    width: calc(33.33% - 20px);
    margin-bottom: 30px;
}
.params .vscreen .lists dl dt{
    font-size: 18px;
    font-weight: normal;
    color: #8E8E9B;
}
.params .vscreen .lists dl dd{
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}

@media (max-width: 1280px){
    .ts50-header .header-text{
        left: calc(50% - 500px);
        top: 25%;
    }
    .system-data .content-data,.all-body .vscreen,.platform .vscreen,.controls .vscreen,.params .vscreen{
        width: 1000px;
    }
    .transport .vscreen .header{
        margin-top: 50px;
    }
    .params .vscreen .lists dl dd{font-size: 18px;}
}