*{
    padding: 0;
    margin: 0;
}
html {
    font-size: 100%;
}
ul,li{
    list-style: none;
}
body a{
    text-decoration: none;
}
body a:hover, body a:focus {
    text-decoration: none ;
}


body{
    font-family: "Microsoft YaHei";
}

.hide {
    display: none;
}

.x10box{
    width:100%;
    overflow: hidden;
}
.logo-left {
    float: left;
    position: relative;
}
.logo-right {
    height: 75px;
    line-height: 75px;
    position: relative;
    margin-left: 54px;
}

.clearfix:after {
    content: "   ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}
.header{
    width: 100%;
    overflow: hidden;
}
.header img{
    width: 100%;
}
.layout{
    width: 1200px;
    margin: 0 auto;
}
.layouts{
    width: 1250px;
    margin: 0 auto;
    display: flex;
}
.layout_left{
    margin: 0 12px 12px 16px;
    cursor: pointer;
}
.layout_right{
    margin: 0 12px 12px 0;
    cursor: pointer;
}
.layouts img{
    width: 195px;
}
.video{
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 650px;
}
.video .layout{
    position: relative;
    height: 574px;
    padding-top: 30px;
    text-align: center;
}

.video .layout span:nth-child(1){
    display: block;
    font-size: 24px;
    color: #383838;
}

.video .layout em{
    color: #e54d17;
    font-style:normal
}

.video .layout span:nth-child(2){
    display: block;
    font-size: 30px;
    margin:10px 0;
}

.middle{
    text-align: center;
    margin-bottom: 93px;
}

.function_title{
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #444444;
    line-height: 34px;
    margin: 79px 0 20px;
}
.function_content{
    height: 22px;
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    margin-bottom: 20px;
}
.function_line{
    width: 22px;
    height: 1px;
    background: #ED7100;
    border-radius: 1px;
    margin: 0 auto;;
}
.uses{
    text-align: center;
    width: 100%;
    height: 531px;
    background: url('../images/use_background.png') no-repeat center;
}
.use_title{
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 34px;
    padding: 80px 0 20px;
}
.use_line{
    width: 22px;
    height: 1px;
    background: #FFFFFF;
    border-radius: 1px;
    margin: 0 auto;
}
.use_content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
.use_content img{
    width: 223px;
    border-radius: 10px;
    margin: 53px 21px 22px 0;
}
.use_text{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 21px;
}
.plan_title{
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #444444;
    line-height: 34px;
    margin: 70px 0 28px;
}
.plan_content{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
    margin-bottom: 12px;
}
.plan_line{
    width: 22px;
    height: 1px;
    background: #ED7100;
    border-radius: 1px;
    margin: 0 auto;
}
.plan_desc{
    display: flex;
    width: 1244px;
    text-align: left;
    margin: 0 auto;
}
.desc_div{
    margin-top: 46px;
}
.desc_div:hover{
    background: linear-gradient(0deg, #ED7100, #FF9534);
    box-shadow: 6px 6px 21px 0px rgba(237,113,0,0.24);
    cursor: pointer;
}
.desc_left{
    padding: 0 29px 20px;
    margin-right: 20px;
}
.desc_div img{
    margin: 47px 0 0;
}
.plan-p{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #444444;
    margin-bottom: 35px;
}
.plan_text{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.founder_top{
    margin-bottom: 35px;
    height: 503px;
    background: url('../images/x10_boss.png') no-repeat center;
}
.founder_line{
    width: 6px;
    height: 24px;
    background: #ED7100;
    border-radius: 3px;
}
.founder{
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #444444;
    line-height: 28px;
    margin-left: 30px;
}
.founder_list{
    display: flex;
    flex-wrap: wrap;
    width: 1260px;
    margin: 0 auto;
}
.founder_list img{
    width: 285px;
    margin: 0 10px 0 20px;
}
.china{
    margin-top: 50px;
    width: 100%;
    height: 950px;
    text-align: center;
    background-image: url('../images/ecological_chain.png');
    background-repeat: no-repeat;
    background-position: center;

}
.review{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}
.review_title{
    width: 270px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #444444;
    margin-bottom: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.review_time{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    margin-bottom: 36px;
}
.bottom_div{
    display: flex;
    justify-content: space-between;
    color: #444444;
    font-size: 13px;
    width: 1200px;
    height: 104px;
    margin: 0 auto;
}
.review_content{
    width: 270px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 21px;
    margin-top: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.bottom_content div{
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #444444;
    margin-bottom: 10px;
}
.bottom_code{
    text-align: center;
    margin-top: -10px;
}
.bottom_code img{
    width: 102px;
}
.video_text{
    margin-top: 8px;
    color: #444444;
}
.float_window{
    display: flex;
    padding: 10px 20px;
    position: fixed;
    bottom: 40px;
    right: 20px;
}
.float_div{
    cursor: pointer;
}
.qr_code{
    display: none;
}
.qr_code img{
    width: 164px;
}
.mobile{
    display: none;
}
.mobile img{
    padding-top: 11px;
    margin-right: -4px;
}
.icon img{
    width: 50px;
}
.back_top{
    display: none;
}
.back-to-top:hover {
    background-color: #555;
}

.banner .layout .title{
    position: relative;
    top:20px;
}

.banner .layout span{
    color: #fff;
}

.banner .layout span:nth-child(1){
    display: block;
    font-size: 50px;
}

.banner .layout em{
    color: #e54d17;
    font-style:normal
}

.banner .layout span:nth-child(2){
    display: block;
    font-size: 30px;
    margin:10px 0;
}
.banner .floatbox{
    width: 100%;
    background: #fff;
    padding: 50px 0px 50px 0px;
    position: absolute;
    z-index: 10;
    top: 40%;
}
.banner .mask{
    width: 100%;
    height: 100%;
    background: #000;
    opacity:0.5;
    position: absolute;
}
.banner .floatbox li{
    float: left;
    width: 33%;
    text-align: center;
}
.banner .floatbox li p{
    font-size:14px;
    color: #666;
}
.banner .floatbox .floatlis{
    width: 90%;
    margin:0 auto;
}
.banner .floatbox li:last-child{
    margin-right: 0;
}
.banner .floatbox li i{
    display: block;
    font-size: 18px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    background: #e54d17;
    color:#fff;
    margin: 0 auto;
    font-style:normal;
}
.banner .floatbox li h3{
    padding: 20px 0;
    font-weight:normal;
    font-size: 30px;
}

.textBox {
    background: url('../images/20200424/banner_blank.png') no-repeat center;
    height: 500px;
}

.textBox .layouts{
    display: flex;
    padding-top: 110px;
    flex-direction: column;
}
.textBox .layout .layout-left {
    width: 600px;
    float: left;
    text-align: left;
}

.text-font-p {
    color:#666666;
    font-size: 16px;
}

.text-font-q {
    color:#ffffff;
    font-size: 18px;
}

.textBox .layout .layout-right {
    width: 400px;
    float: left;
}

.advantage{
    width: 100%;
    overflow: hidden;
    background: #f9f9f9;
}
.advantage .layout{
    text-align: center;
    padding-top: 32px;
}

.advantage .layout span:nth-child(1){
    display: block;
    font-size: 50px;
    font-family: 'Microsoft YaHei';
}

.advantage .layout em{
    color: #e54d17;
    font-style:normal
}
.advantage .layout span:nth-child(2){
    display: block;
    font-size: 30px;
    margin:10px 0;
}
.advantage ul{
    float: left;
    padding: 30px 70px;
}
.advantage ul li{
    float: left;
    width: 180px;
    height: 185px;
    margin-right:100px;
}
.advantage ul li:last-child{
    margin-right: 0;
}
.advantage ul li span{
    font-size: 18px;
}

.application{
    width: 100%;
    overflow: hidden;
    padding-top: 32px;
}

.application .layout{
    text-align: center;
}

.application .layout em {
    color: #e54d17;
    font-style:normal
}
.application .layout span:nth-child(1){
    display: block;
    font-size: 50px;
    font-family: 'Microsoft YaHei';
}
.application .layout span:nth-child(2){
    display: block;
    font-size: 30px;
    margin:10px 0;
}
.application .textList{
    float: left;
    padding: 20px 20px;
}
.application .textList li{
    float: left;
    width: 220px;
    margin-right: 12px;
}
.application .layout .textList li span{
    margin-bottom:6px;
    font-size: 18px;
}
.application .layout .textList li p{
    font-size: 14px;
    color: #666;
    font-weight: lighter;
}
.scene{
    width: 100%;
    overflow: hidden;
    padding: 22px 0;
}
.scene .layout{
    text-align: center;
}
.scene .layout em {
    color: #e54d17;
    font-style:normal
}
.scene .layout span:nth-child(1){
    display: block;
    font-size: 24px;
    color: #383838;
}


.scene .textList{
    float: left;
    padding: 20px 20px;
}
.scene .layout .imgList{
    float: left;
}
.scene .layout .imgList li {
    float: left;
    width: 378px;
    height: 320px;
    display: block;
    overflow: hidden;
    margin: 0 10px 25px 10px;
    color: #333;
    position: relative;
}
.scene .layout .imgList li:hover{
    box-shadow:0 0 5px rgba(0,0,0,0.2);
    color: #e54d17;
}
.scene .layout .imgList li:hover img{
    -webkit-transform:scale(1.05);
    transform:scale(1.05);
    transition: all 0.5s;
}
.scene .layout .imgList li img {
    width: 360px;
    height: 245px;
    transition: all 0.5s;
    padding: 12px 6px 0 6px;
}
.scene .layout .imgList li p{
    display: block;
    width: 100%;
    text-align: left;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
}

.perview{
    width: 100%;
    overflow: hidden;
    padding: 22px 0;
}
.perview .layout{
    text-align: center;
}
.perview .layout em {
    color: #e54d17;
    font-style:normal
}
.perview .layout span:nth-child(1){
    display: block;
    font-size: 50px;
    font-family: 'Microsoft YaHei';
}
.perview .layout span:nth-child(2){
    display: block;
    font-size: 30px;
    margin:10px 0 30px 0;
}

.red-slide{
    margin: 5px 0 20px 0;
}
.red-slide .red-slide-div {
    background-color: #e0451a;
    width: 30px;
    margin: 0 auto;
    border: 1px solid #e0451a;
    height: 4px;
}

.perview .layout .perbanner{
    position: relative;
    width: 1200px;
    height: 300px;
    overflow: hidden;
}

.perview .layout .perviewList{
    position: absolute;
    width: 100%;
    overflow: hidden;
    float: left;
}
.perview .layout .perviewList li {
    float: left;
    width: 300px;
    height: 290px;
    display: none;
    overflow: hidden;
    border: 1px solid #c2c2c2;
    padding: 25px 25px 0;
    color: #333;
    position: relative;
    background-color: #ddd;
}

.perview .layout .perviewList .active {
    display: block;
}
.perview .layout .perviewList li:hover{
    border: 1px solid #CA091A;
}
.perview .layout .perviewList li:hover a {
    display: block;
}
/*.perview .layout .perviewList .licover{*/
/*width: 100%;*/
/*height: 100%;*/
/*position: absolute;*/
/*left: 0;*/
/*bottom:-100%;*/
/*}*/
.perview .layout .perviewList li a {
    position: absolute;
    font-size: 14px;
    right: 10px;
    color: #7d7d7d;
    bottom: 12px;
    border: 1px solid #CA091A;
    padding: 2px 10px;
    display: none;
    /*transform: translate(-50%,-50%);*/
    /*font-weight: lighter;*/
    border-radius: 5px;
}

.perview .layout .perviewList li a:hover{
    background: #CA091A;
    color: #fff;
    border: none;
}

.perview .layout .perviewList li img{
    width: 250px;
    height: 175px;
    display: inline-block;
}
.preview-list-p{
    margin-top: 22px;
    /*margin: 10px 0;*/
}

.next-slide,.prev-slide {
    float: right;
    border: 1px solid;
    border-color:#dfdfdf;
    padding: 2px 20px;
    cursor:pointer;
    margin-right:10px;
}

.perview .perviewpop{
    position:fixed;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    width: 1000px;
    height: 600px;
    border:1px solid #ccc;
    background: #fff;
    z-index: 100;
    display: none;
}
.perview .cover{
    position: fixed;
    left: 0;
    top: 0;
    width: 1000%;
    height: 150%;
    background: rgba(0,0,0,0.3);
    display: none;
    z-index: 99;
}
.perview .perviewpop .popClose{
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: -6px;
}
.perview .perviewpop .popClose a{
    color: #000;
}
.perview .perviewpop .lastone{
    position: absolute;
    font-size: 40px;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    color: #555;
    border: 1px solid #888;
    border-radius: 5px;
    padding: 10px 3px 15px;
    background-color: #fff;
}
.perview .perviewpop .nextpiece{
    position: absolute;
    font-size: 40px;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    color: #555;
    border: 1px solid #888;
    border-radius: 5px;
    padding: 10px 3px 15px;
    background-color: #fff;
}
.perview .perviewpop .popUl{
    position: relative;
    width: 80%;
    height: 470px;
    border: 1px solid #ccc;
    margin: 40px auto;
    box-shadow: 10px 10px 5px #cccccc;
}
.perview .perviewpop .popUl .popLi{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: none;
}

.perview .perviewpop .buttons{
    width: 310px;
    margin: -10px auto 0 auto;
    text-align: center;
}
.perview .perviewpop .buttons a{
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #333;
    text-align: center;
    line-height: 45px;
}
.perview .perviewpop .buttons a:nth-child(1){
    background:url("image/product-detail-icon.png") no-repeat -37px -43px;
}
.perview .perviewpop .buttons a:nth-child(2){
    background:url("image/product-detail-icon.png") no-repeat -37px -96px;
}
.perview .perviewpop .buttons a:nth-child(3){
    background:url("image/product-detail-icon.png") no-repeat -37px -149px;
}
.perview .perviewpop .buttons a:nth-child(4){
    background:url("image/product-detail-icon.png") no-repeat -37px -200px;
}

.layout .imgList li a{
    width: 65px;
    height: 65px;
    display: block;
    background: url("image/play-btn.png") no-repeat;
    cursor: pointer;
    position: absolute;
    top: 40%;
    left: 50%;
    transform:translate(-50%, -50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: none;
}
.download{
    width:100%;
    overflow: hidden;
    position: relative;
    background: url("image/x10yemian-jiaxiaoguo_02.jpg") center 0 no-repeat;
}

.download .layout{
    padding:35px 0 45px 0;
}

.download .layout .dowLeft{
    float: left;
    width: 53%;
    margin-top: 40px;
    text-align: center;
}
.download .layout .dowLeft img{
    display: block;
    width:115px;
    margin:0 auto;
}

.download .layout .dowLeft span{
    display: block;
    width:100%;
    font-size:24px;
    color: #fff;
}
.download .layout .dowRight{
    float: left;
    width:47%;
    height:230px;
}
.download .layout .dowRight .windows{
    width:160px;
    height:160px;
    border:1px solid #fff;
}
.download .layout .dowRight .iphone{
    width:160px;
    height:160px;
    border:1px solid #fff;
}

.client-download-box {
    width: 80%;
    /*margin: 45px auto;*/
    color: #fff;
    padding: 0;
}

.download-box:hover {
    border: solid 1px #36a9e1;
    -webkit-box-shadow: 0 6px 32px 0 rgba(230,230,230,0.1);
    box-shadow: 0 6px 32px 0 rgba(230,230,230,0.1);
}

.client-download-p {
    position: relative;
    left:21%;
    height: 30px;
    line-height: 7px;
}

.download-box .windows-download-box,.download-box  .mac-download-box {
    width: 100%;
}
.windows-download-box img,.mac-download-box img {
    vertical-align: middle;
    border: 0;
}

.download-box .windows-download,.download-box .windows-download-active,.download-box .mac-download,.download-box {
    width: 250px;
    height: 56px;
    margin-right: 56px;
}

.download-btn {
    border: 1px solid #eb5648;
    width: 80%;
    height: 2.4rem;
    line-height: 2.4rem;
    display: inline-block;
    border-radius: 1px;
    color: #eb5648;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-size: 14px;
    text-decoration: none;
}
.download-btn:hover {
    color: #ffffff;
    background-color: #eb5648;
}
.download-windows-url-box {
    margin-top: 2rem;
    min-height: 7.8rem;
    max-height: 7.8rem;
}
.download-windows-url-box div {
    width: 100%;
    height: 2.6rem;
    display: block;
    text-align: center;
}
.download-windows-url-box div:last-child {
    margin-top: 1rem;
}
.download-windows-url-box a {
    width: 80%;
    height: 2.4rem;
    display: inline-block;
    text-decoration: none;
}
.bottom{
    width:100%;
    overflow: hidden;
    padding:20px 0;
    position: relative;
    background-color: #F7F7F7;
}
.bottom .layout {
    width: 1200px;
    margin: 0 auto;
}
.bottom .layout ul li {
    float: left;
    display: block;
    text-align: left;
    font-size: 14px;
}

.bottom .layout ul li:first-child p{
    padding-top: 10px;
}
.wow{
    width: 470px;
    height: 104px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 15px;
}

.bottom .qq-service-box .qq{
    width: 125px;
    height: 38px;
    display: inline-block;
    background: url("../images/20200424/qq_2.png") no-repeat;
    cursor: pointer;
    margin-top: 7px;
}
.bottom .qq-service-box .online{
    width: 125px;
    height: 38px;
    display: inline-block;
    background: url("../images/20200424/qq_3.png") no-repeat;
    cursor: pointer;
    margin-top: 7px;
}
.bottom .working-time-box{
    width: 100%;
    background-color: #f8f8f8;
    margin: 25px auto;
    position: relative;
}
.bottom .working-time-box p{
    text-align: center;
    height: 38px;
    line-height: 38px;
    color: #040000;
    font-size: 18px;
    font-family: "Microsoft YaHei", 黑体;
}

.scrolled {
    background: hsla(0,0%,100%,.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.scrolled a{
    color: #2a2b2e !important;
}

.scrolled .navbar-logos{
    background: url("../images/20200424/logo black.png") no-repeat !important;
}

header{
    color: #FFF;
    width: 100%;
    background-color: rgba(255,255,255,0.1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.container-fluid{
    width: 1200px;
    height: 105px;
    line-height: 105px;
}
.container-fluids{
    width: 1200px;
    height: 105px;
    line-height: 105px;
}
.navbar-links a{
    color: #FFF;
    margin-left: 60px;
}
.navbar-links{
    float: right;
}

.navbar-logos{
    background: url("../images/20200424/logo.png") no-repeat;
    width: 169px;
    height: 49px;
    margin-top: 13px;
    float: left;
    position: relative;
}


.navbar-logo{
    float: left;
    position: relative;
}
.logo-left {
    float: left;
    position: relative;
}
.logo-right {
    height: 75px;
    line-height: 75px;
    position: relative;
    margin-left: 54px;
}
.navbar{
    border-radius: 0;
    color: #FFF;
    width: 100%;
    background: url('../images/20200424/nav-bg3.jpg') no-repeat fixed top;
}
.container-fluid{
    width: 1200px;
    height: 105px;
    line-height: 105px;
}
.navbar-link a{
    color: #FFF;
}
.navbar-link{
    float: right;
}
.position_relative {
    position: relative;
}
.position_relative:hover span {
    display: none;
}
.imageText {
    position: absolute;
    bottom: 55px;
    left: 47%;
    transform: translateX(-50%);
    width: 167px;
    color: #000;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}
.ceoText {
    position: absolute;
    bottom: 42px;
    left: 50%;
    transform: translateX(-50%);
    width: 224px;
    color: #444444;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: Source Han Sans CN;
}