@charset "utf-8";
/* CSS Document */
/*产品介绍开始*/
.product{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product img{
    width: 50%;
    height: auto;
}

.product-right{
    width: 580px;
    margin: 0 auto;
}

 .titZ{
    font-size: 30px;
    font-weight: 700;
}
.titE{
    color: rgb(119, 119, 119);
    font-size: 16px;
}
.fk-editor{
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    clear: both;
    outline: 0;
    position: relative;
    white-space: pre-wrap;
    word-break: normal;
    font-size: 16px;
    line-height: 30px;
}
/*产品介绍结束*/




/*产品优势开始*/
.advantages{
    width: 100%;
    background: rgb(241, 241, 241);
    padding: 64px 0px;
    text-align: center;
}

.youshi_text{
    font-size: 18px;
    line-height: 40px;
    color: #222;
    margin: 42px 0px;
}

/*产品优势结束*/



/*四大价值开始*/
.values4{
    width: 100%;
    height: calc(100vh - 160px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.cont4{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cont4 img{
    margin:100px 40px;
}
.left4{
    text-align: right;
}
.tit{
    font-size: 32px;
    font-weight: 700;
    line-height: 64px;
}
.text{
    font-size: 20px;
    line-height: 36px;
}

/*四大价值结束*/





/*多平台应用开始*/
.muApp{
    width: 100%;
    background: rgb(246, 246, 246);
    text-align: center;
    padding: 60px 0px;
}
.app_con{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

.item{
    width: 340px;
    height: 360px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;

}
.item img {
    width: 140px;
    height: 140px;
    margin: 0 auto 32px;
}

.tit_app{
    font-size: 20px;
    line-height: 2;
}
.text_app{
    color: rgb(153, 153, 153);
    font-size: 16px;
}


/*多平台应用结束*/




/*功能全景开始*/

.function{
    padding-top: 80px;
    padding-bottom: 60px;
}

.function_con{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}
.fun_left{
    width: 1030px;
}
.fun_item{
    float: left;
    padding: 16px;
    width: 480px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    margin: 0px 32px 32px 0px;
}
.fun_item img{
    width: 68px;
    /*height: 68px;*/
    margin-right: 32px;
}

.fun_tit{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
}

.fun_text{
    font-size: 16px;
}

.fun_slideBox *{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.fun_slideBox {
    width: 400px;
    height: 820px;
    overflow: hidden;
    position: relative;
    border: 0px solid #ddd;
    background-position: center;
}


.fun_slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.fun_slideBox .bd li {
    zoom:1; vertical-align: middle;

}

.fun_slideBox .bd li div {
    width: 400px;
    height: 820px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    background-size: cover;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */
.fun_slideBox .prev, .fun_slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../img/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.fun_slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.fun_slideBox .prev:hover, .fun_slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.fun_slideBox .prevStop {
    display: none;
}

.fun_slideBox .nextStop {
    display: none;
}
/*功能全景结束*/



/*解决方案开始*/
.solution{
    width:100%;
    background: rgb(246, 246, 246);
    padding-top: 80px;
    padding-bottom: 60px;
}


.slideTxtBox *{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.slideTxtBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    border: 0px solid #ddd;
    background-position: center;
}

/* 下面是色块切换*/
.slideTxtBox .hd {


}

.slideTxtBox .hd ul {
    overflow: hidden;
    zoom:1;
    text-align: center;
}

.slideTxtBox .hd ul li {
    display: inline-block;
    margin-right: 36px;
    cursor: pointer;
    font-size: 20px;
    color: rgb(33,33,33);
}

.slideTxtBox .hd ul li.on {
    font-size: 24px;
    color: rgb(255, 116, 31)
}


.styleText1{
    padding: 16px;
    background: white;
    width: 100%;
    border-left: 4px solid #ff741f;
    height: 110px;
    margin: 36px 0px;
}

.styleText2{
    padding: 16px;
    background: #f7e9db;
    width: 100%;
    height: 130px;
}

.styleText11{
    color: #FF741F;
    font-size: 24px;
    font-weight: 700;
}
.styleText12{
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin: 8px 0px;
}
.styleText13{
    font-size: 16px;
    line-height: 2;
}

/*解决方案结束*/


/*专业服务开始*/

.service{
    width: 100%;
    text-align: center;
    padding: 60px 0px;
}
.service_con{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

.item_service{
    width: 340px;
    height: 360px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;

}
.item_service img {
    width: 140px;
    height: 140px;
    margin: 0 auto 32px;
}

.tit_service{
    font-size: 20px;
    line-height: 2;
}
.text_service{
    color: #333;
    font-size: 14px;
}



/*专业服务结束*/



