* {
    box-sizing: border-box;
}
section{
    background-color: #ffffff;
}

.tf-banner-70{
    background: url("../../../images/banner_02.jpg");
}
.tf-top.tf-index-top .tf-banner-item{
    position: absolute;
    left: 0px;
    right: 0px;
    top:0px;
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
}
.tf-top.tf-index-top .tf-banner-item.tf-center{
    opacity: 1;
    visibility: visible;
}

.tf-top.tf-index-top .tf-top-image {
    height: 400px;
}
.tf-top.tf-index-top .tf-banner-item.tf-center .tf-split {
    position: relative;
    z-index: 1;
    display: block;
    margin: 32px auto 0px;
    width: 114px;
    border-bottom: 1px solid #5dcf7e;
    animation: expand 1.2s cubic-bezier(.4,0,.2,1);
}
.tf-top.tf-index-top .tf-banner-item.tf-center .tf-slideUp {
    animation: bannerSlide 1.4s cubic-bezier(.4,0,.2,1);
}
@keyframes bannerSlide {
    0% {
        opacity: 0;
        transform: translate3d(0,10px,0)
    }

    10% {
        opacity: .05;
        transform: translate3d(0,20px,0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}
@keyframes expand {
    from {
        opacity: 0;
        transform: scaleX(0)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}
.tf-top.tf-index-top .tf-banner-item.tf-center .tf-banner-item-left .tf-fadeup{
    -webkit-animation: re-banner-slide-20 .8s cubic-bezier(.4,0,.2,1) 0s 1;
    animation: re-banner-slide-20 .8s cubic-bezier(.4,0,.2,1) 0s 1;
    animation-fill-mode: both;
}
@keyframes re-banner-slide-20 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.tf-index-top .tf-banner-item-left{
    text-align: center;
    position: absolute;
    top: 72%;
    /* left: calc((100% - 1200px)/2); */
    color: #fff;
    text-align: left;
    width: 100%;
    z-index: 1;
    transform: translateY(-50%);
}
.tf-index-top .tf-banner-item-left.tf-item-1{
    top:153px;
}
.tf-banner-item-left .tf-bg-left,.tf-banner-item-left .tf-bg-right{
    position: absolute;
    width: 207px;
    height: 80px;
    /*border: 1px solid #fff;*/
    left: 217px;
    top: 83px;
}
.tf-banner-item-left .tf-bg-left{
    border-right: 0px;
}
.tf-banner-item-left .tf-bg-title{
    position: absolute;
    width: 323px;
    left: 0px;
    top: 149px;
    /* text-align: center; */
    font-size: 14px;
    color: #333;
}
.tf-banner-item-left .tf-bg-right{
    left: 767px;
    border-left: 0px;
}
.tf-banner-item-left .tf-bg-middle{
    position: absolute;
    width: 343px;
    height: 80px;
    /*border-bottom: 1px solid #fff;*/
    left: 424px;
    top: 83px;
}
.tf-banner-item-left a{
    text-align: left;
    cursor: default;
}
.tf-banner-item-left a .tf-inner {
    padding: 75px 0px;
    text-align: center;
}
.tf-banner-item-left a .tf-inner .tf-title{
    color: #fff;
    font-size: 26px;
    text-align: center;
}
.tf-banner-item-left a .tf-inner .tf-en-name{
    font-size: 22px;
    margin-top: 13px;
}
.tf-banner-item-left .tf-service-btn{
    float: none;
    margin-top: 45px !important;
}
.tf-banner-item-left .tf-service-btn + .tf-service-btn{
    margin-left: 10px;
}
.tf-banner-item-left a .tf-inner .tf-sub-title{
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    margin-top: 40px;
}
.tf-bg-box {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.tf-bg-box .tf-bg-cen, .tf-bg-pos {
    position: absolute;
    z-index: 0;
    width: auto;
    height: auto;
    left: 50%;
    bottom: 0;
}
.tf-bg-box .tf-bg-img {
    width: auto;
    height: auto;
    margin-left: -50%;
    vertical-align: bottom;
}
.tf-bg-box .tf-bg-cen {
    z-index: 1;
}
.tf-bg-box .tf-bg-cen .tf-bg-img {
    margin-left: 0;
    vertical-align: bottom;
}
.tf-banner-item-left a .tf-inner .tf-sub-title span{
    display: inline-block;
    height: 20px;
    border-left: 2px solid #fff;
    margin: 0px 10px;
    vertical-align: text-bottom;
}
.tf-module-box .tf-title {
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    font-family: "微软雅黑";
    color: #000;
    font-size: 22px !important;
}
.tf-module-box .tf-title span {
    display: inline-block;
    position: relative;
    margin-top: 30px;
    /* margin-bottom: 10px; */
    margin-bottom: 0px;
    /* padding-top: 10px; */
}
.tf-module-box .tf-sub-title {
    text-align: center;
    font-size: 16px;
    color: #000;
    /* margin-bottom: 35px; */
    /* margin-top: 5px; */
    line-height: 25px;
    padding-bottom: 65px;
    position: relative;
}
.tf-module-box section {
    padding-bottom: 30px;
}
.tf-banner-item-left a .tf-inner .tf-en-name{
    font-size: 13px;
}
.tf-banner-item-left a .tf-inner .tf-title-des{
    font-size: 15px;
    margin-top: 26px;
    line-height: 25px;
}
.tf-index-top .tf-banner-item-left{
    top: 48%;
}
.tf-banner-item-left a .tf-inner .tf-sub-title {
    font-size: 16px !important;
    margin-top: 1px;
    margin-bottom: 20px;
}
.tf-banner-item-left a .tf-inner .tf-title{
    font-size: 34px;
}
.tf-desc{
    color: #999;
    font-size: 13px;
    line-height: 23px;
}
.ss-footer-des{
    display: none;
}
* {
    box-sizing: border-box;
}


.tf-module-box .tf-title span {
    display: inline-block;
    position: relative;
    margin-top: 0px;
    margin-bottom: 10px;
    /* padding-top: 10px; */
}

section:nth-of-type(odd){
    background-color: #f5f5f5;
}
/***********头部菜单**************/
.tf-top-menu{
    height: 70px;
    border-bottom: 1px solid #dbdbdc;
    background-color: #fff!important;
}
.tf-top-menu .tf-group{
    text-align: center;
}
.tf-top-menu ul{
    display:inline-block ;
}
.tf-top-menu ul>li:last-child{
    border-right: 1px solid #dbdbdc;
}
.tf-top-menu ul>li {
    width: 193px;
    float: left;
    border-left: 1px solid #dbdbdc;
    height: 69px;
    position: relative;
    padding: 2px 0 28px 17px;
    color: #fff;
    transition: background-color .3s ease-out;
    text-align: left;
}
.tf-top-menu ul>li:hover{
    background-color: #f5f5f5;
}
.tf-top-menu .tf-topmenu-content {
    display: inline-block;
}
.tf-top-menu ul>li>div>h2{
    color: #333;
    font-weight: bold;
    height: 18px;
    font-size: 15px;
    margin-bottom: 4px;
}
.tf-top-menu ul>li>div>p {
    color: #999;
    font-size: 13px;
    line-height: 3px;
    margin-top: 16px;
    color: #999;
}
.tf-top-menu ul li .tf-notice-icon{
    background-image: url(../images/icons5_y.png);
    width:50px;
    height:50px;
    display: inline-block;
    background-repeat: no-repeat;
}
.tf-top-menu ul li .tf-notice-one{
    background-position: -3px 6px;
}
.tf-top-menu ul li .tf-notice-two{
    background-position: -53px 6px;
}
.tf-top-menu ul li .tf-notice-three{
    background-position: -105px 6px;
}
.tf-top-menu ul li .tf-notice-four{
    background-position: -155px 6px;
}
/********************产品概述*****************************/
.tf-summary .tf-sub-title{
    width: 800px;
    margin: 0 auto;
}
/*************文件管理******************/
.tf-doc-manage .tf-left{
    float: left;
    padding-left: 100px;
}
.tf-doc-manage .tf-right-item{
    position: relative;
    padding-left: 65px
}

.tf-doc-manage .tf-right{
    float: left;
    margin-left: 87px;
    padding-top: 50px;
    width: 300px;
}
.tf-doc-title-1{
    font-size: 17px;
    color: #000;
    font-weight: bold;
}
.tf-doc-des-1{
    line-height: 22px;
    color: #7b7676;
    font-size: 15px;
}
.tf-doc-manage .tf-right-item + .tf-right-item{
    margin-top: 20px;
}
/*************文件分享******************/
.tf-doc-share .tf-left{
    float: left;
    width: 400px;
    text-align: right;
    width: 279px;
    margin-left: 212px;
}
.tf-doc-share .tf-title{
    margin-top: 20px;
}
.tf-doc-share .tf-doc-title-1{
    margin-bottom: 5px;
}
.tf-doc-share .tf-left-item{
    padding-right: 71px;
    position: relative;
}
.tf-doc-share .tf-doc-icon{
    right: -6px;
    left: auto;
    top: 3px;
}
.tf-doc-share .tf-left-item + .tf-left-item{
    margin-top: 30px;
}
.tf-doc-share .tf-right{
    float:right;
}
/****************安全可靠********************/
.tf-doc-safe,.tf-doc-share,.tf-doc-manage,.tf-summary{
    background-color: #ffffff !important;
}
.tf-doc-safe .tf-sub-title{
    width: 460px;
    margin: 0 auto;
}
.tf-doc-safe .tf-content-container{
    border-top: 1px solid #cfcfd1;
    text-align: center;
}
.tf-doc-safe .tf-content-container>ul>li{
    float: left;
    width: 326px;
    margin-right: 40px;
    position: relative;
    padding-left: 91px;
}
.tf-doc-safe .tf-content-container>ul{
    margin-left: 66px;
    margin-top: 50px;
    text-align: left;
}
.tf-doc-safe .tf-content-container>ul>li>.tf-icon{
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0px;
    background: url("../../../images/icons4.png")0px -8px;
}
.tf-doc-safe  .tf-doc-title-1{
    margin: 12px 0;
}
.tf-doc-safe  .tf-doc-icon{
    margin-left: 25px;
    margin-top: 10px;
}
/************平台界面**************/
.tf-view {
    background-color: #2e303a;
}
.tf-view .tf-title, .tf-view .tf-sub-title{
    color: #fff;
}
.tf-view .tf-content-container{
    height: 400px;
    position: relative;
    user-select: none;
}
.tf-view .tf-content-container ul>li{
    position: absolute;
    top: 0;
    left: 31px;
    list-style: none;
    opacity: 0;
    transition: all 0.3s ease-out;
}
.p2{
    transform: translate3d(130px,0,0) scale(0.71);
    transform-origin: 0 50%;
    opacity: 0.8 !important;
    z-index: 2;
}
.p3{
    transform:translate3d(224px,0,0) scale(1);
    z-index: 3;
    opacity: 1!important;
}
.p4{
    transform:translate3d(310px,0,0) scale(0.71);
    transform-origin:100% 50%;
    opacity: 0.8!important;
    z-index: 2;
}

.tf-switch-btn {
    position: relative;
    width: 100%;
}
.tf-switch-btn .tf-slide-btn{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 173px;
    cursor: pointer;
    z-index: 100;
    border-left: 3px solid #b6b9bd;
    border-top: 3px solid #b6b9bd;
    transition: border-color .3s ease-out;
}
.tf-switch-btn .tf-slide-btn:hover{
    border-color:#fff ;
}
.tf-switch-btn .tf-slide-btn.left{
    /*background: url(../../../../common/images/banner_icons.png) 0 -118px no-repeat;*/
    left: 30px;
    transform: rotate(-42deg);
}
.tf-switch-btn .tf-slide-btn.right{
    transform: rotate(132deg);
    right: 30px;
}
/*****************成功案例********************/
.tf-product-success-case .tf-link-detail{
    width: 100px;
    height: 28px;
    border: 1px solid #ABABAB;
    display: inline-block;
    line-height: 26px;
    text-align: center;
    margin-top: 50px;
    color: initial;
    position: relative;
    transition: border-color 0.3s;
    color: #636363;
    border-radius: 2px;
}
.tf-product-success-case .tf-link-detail:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: none;
    transition: all 0.3s;
    opacity: 0;
    /*transform: scale(0.8);*/
}
.tf-product-success-case .tf-link-detail>span{
    z-index: 2;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s;

}
.tf-product-success-case ul>li:hover .tf-link-detail:before{
    opacity: 1;
    background-color: #ff0000;
    /*transform: scale(1);*/
}
.tf-product-success-case ul>li .tf-link-detail:hover:before{
    background-color: #B30018;
}
.tf-product-success-case ul>li:hover .tf-link-detail{
    color: #fff;
    border-color: #ff0000;
}
.tf-product-success-case ul>li .tf-link-detail:hover{
    border-color: #B30018 !important;
}
.tf-product-success-case ul>li{
    width: 280px;
    height: 395px;
    background-color: #fff;
    float: left;
    margin-right: 10px;
    /*padding: 10px;*/
    transition: all .3s ease-out;
    text-align: center;
}
.tf-product-success-case .ss-content-des-1{
    padding: 0px 25px;
}
.tf-product-success-case ul>li:hover{
    box-shadow: 0 6px 10px #ddd;
    transform: translateY(-5px);
    border-color: #c5c1c1;
}
.tf-product-success-case ul>li>.tf-icon{
    width: 280px;
    height: 130px;
    margin-bottom: 20px;
    overflow: hidden;
}
.tf-product-success-case ul>li>.tf-icon:hover>img{
    transform: scale(1.2);
}
.tf-product-success-case ul>li>.tf-icon>img{
    width: 100%;
    height: 100%;
    transition: all .3s ease-out;
}
/**************服务团队******************/
.tf-product-team ul>li{
    width: 380px;
    height: 97px;
    float: left;
    margin-right: 20px;
    border: 1px solid #dedede;
    padding: 28px 20px;
}
.tf-product-team ul>li>.tf-content-title{
    font-size: 15px;
    text-align: left;
}
.tf-product-team ul>li>.tf-content-des{
    margin-top: 8px;
    color: #999;
    font-size: 12px;
    text-align: left;
}

.ss-content-des-1{
    margin-top: 22px;
    color: #999999;
    line-height: 23px;
    font-size: 13px;
    text-align: left;
    padding: 0px 4px;
}
.ss-content-title-1 {
    font-size: 15px;
    font-weight: bold;
    color: #464646;
    text-align: center;
}
/************预约演示*************/
.tf-yyys{
    height: 190px;
    background: url("../images/doc_bg.jpg")no-repeat;
    color: #ffffff;
}
.tf-yyys .tf-left{
    width: 800px;
    float: left;
    text-align: center;
    padding-top: 80px;
}
.tf-yyys-title{
    font-size:20px;
    font-weight: bold;
}
.tf-yyys-des{
    margin-top: 15px;
    font-size: 14px;
    line-height: 23px;
}
.tf-yyys-link{
    display: block;
    width: 115px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #ffffff;
    float: right;
    text-align: center;
    margin-top: 100px;
}
.tf-yyys-link:after {
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    background: url(../../../../../../common/images/arrow_normal.png);
    transform: scale(.5);
    margin-top: -4px;
}