﻿/*banner*/
.color1{
    color: rgb(20,116,233);
}
.color2{
    color: rgb(251,154,2);
}
.news-banner{
    background-image: url("../image/zzfu_banner_bg.jpg");
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    position: relative;
    height: 400px;
}
.news-banner1{
    background-image: url("../image/banner_bg.jpg");
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    position: relative;
    height: 400px;
}
.banner-text{
    font-size: 18px;
    color: rgb(78,78,78);
    margin-right: 200px;
}
.banner-title {
    margin-top: 122px;
    font-weight: 600;
}
.banner-con{
    width: 536px;
    max-width: 100%;
}
.banner-pic{
    padding-top: 40px;
}
.banner-btn2 {
    width: 160px;
    height: 42px;
    line-height: 42px;
    font-weight: 400;
    border-radius: 4px;
    position: relative;
    border: 1px solid #4596F2;
    color: #4596F2;
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
}
h1{
    letter-spacing: 2px;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 8px #ffffff;
    position: relative;
}
.Immediatelyconsult2 {
    display: none;
    width: 150px;
    height: 150px;
    left: 180px;
    top: 0;
    background-color: #FFF;
    border: 1px solid #999;
    border-radius: 6px;
    outline: 0;
    font-size: 14px;
    line-height: 1.428571429;
    z-index: 9999999999999;
    position: absolute;
    background-size: 100% 100%;
}
.banner-btn2:hover .Immediatelyconsult2{
    display: block;
}
.banner-left-crown {
    position: absolute;
    left: 310px;
    bottom: 43px;
    width: 48px;
}
/*升级体验，尽享增值模块*/
.content-title {
    text-align: center;
    color: #333;
    font-size: 28px;
    letter-spacing: 1px;
}
.content-subtitle {
    text-align: center;
}
.wrap1500{
    margin: 0 auto;
    width: 1500px;
    max-width: 100%;
}
.flex-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.content-area1{
    background:url("../image/area1_bg_repeat.jpg") center;
    background-size: contain;
    padding: 30px 0 50px;
}

.zzfw-item {
    width: 240px;
    background: url("../image/area1_con_bg.jpg") center;
    background-size: cover;
    border-radius: 14px;
    box-shadow: 0px 0px 23px 4px rgba(201, 220, 255, 0.28);
    margin: 10px;
    padding: 12px 12px 40px;
    position: relative;
    transition: all 300ms;
}
.zzfw-title{
    color: #4596F2;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 8px;
    transition: all 300ms;
}

.show-detail {
    text-align: center;
    margin: 0 auto;
    display: block;
    color: #666666;
    line-height: 30px;
    position: absolute;
    bottom: 40px;
    left: 72px;
    transition: all 300ms;
    width: 96px;
    height: 30px;
}
.inqurynow{
    cursor: pointer;
}
.zzfw-img {
    width: 130px;
    margin: 0 auto;
    display: block;
}
.zzfw-describe {
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    color: #ffffff;
    opacity: 0;
    transition: all 300ms;
}
.fenge {
    text-align: center;
    width: 1278px;
    max-width: 100%;
    color: #4596F2;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
    border-bottom: 1px dashed #8EC0FF;
    position: relative;
    margin: 26px auto;
}
.fenge-text {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    background-color: #F7FAFF;
    bottom: -14px;
}
.zzfw-item:hover{
    background: url("../image/area1_con_bg_hover_repeat.jpg") center;

}
.zzfw-item:hover .zzfw-title{
    color: #ffffff;
}
.zzfw-item:hover .show-detail {
    color: #4596F2;
    background-color: #ffffff;
    border-radius: 56px;
    width: 96px;
    height: 30px;
    line-height: 30px;
    bottom: 18px;
    left: 72px;
}
.zzfw-item:hover .zzfw-describe{
    opacity: 1;
}

/*小轻快便捷定制，打造应用专属体验感升级体验*/
.no-wrap{
    flex-wrap: nowrap;
}
.content-area2{
    background: url("../image/area2_bg_repeat.jpg");
    background-size: contain;
    padding: 50px 0;
}
.mar-top30 {
    margin-top: 30px;
}
.area2-item {
    background: url("../image/area2_conbg_repeat.jpg");
    box-shadow: 0px 0px 23px 4px rgba(201, 220, 255, 0.28);
    padding: 20px;
    border-radius: 14px;
    margin: 10px;
    width: 305px;
    height: 560px;
    position: relative;
}
.area2-item-text {
    margin: 50px 10px;
    transition: all 500ms;
}
.area2-item-title {
    font-size: 20px;
    color: #1E8FDD;
}
.area2-item-img {
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: calc(-100%/2);
    bottom: 45px;
}
.area2-item:hover{
    background: url("../image/area2_conbg_repeat_hover.jpg") center;
}
.area2-item:hover .area2-item-text{
    color: #ffffff;
    margin-top: 35px;
}
.area2-item:hover .area2-item-title{
    color: #ffffff;
}

/*选择助华CRM，业绩增长跑出“加速度”*/
.content-area3{
    background: url("../image/area3_bg.jpg");
    background-size: cover;
    padding: 50px 0 80px;
}
.content-area3 .content-title{
    color: #ffffff;
}

.content-area3 .content-subtitle{
    color: #ffffff;
    margin-bottom: 25px;
}
.content-area3-items {
    background-image: url("../image/area3_conbg_repeat.png");
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 26px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.content-area3-item {
    width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 18px 65px;
    letter-spacing: 1px;
}
.area3-item-img{
    width: 160px;
}
.area3-item-title{
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2px;
}
.area3-item-describe{
    color: #ffffff;
    text-align: center;
}
.area3-item-wider{
    width: 360px;
}

/*立即咨询弹出层*/
.inqurynow_popup{
    display: none;
}
.inqurynow_popup .img-ontrial {
    display: flex !important;
    max-width: none;
    width: 240px;
    height: 264px;
    background: url("../image/pop_up_contact_bg.png") no-repeat;
    background-size: 100% 100%;
    justify-content: center;
    align-items: center;
    padding: 50px 40px;
    text-align: center;
    position: fixed;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    border-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin: 0 auto;
    z-index: 999;
}
.inqurynow_popup .letsinqury {
    width: 180px;

}
.inqurynow_popup .ontrial_container_text {
    margin-top: 5px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}
.inqurynow_popup .ontrial_container{
    transform: translateY(20px);
}

.product_inquiry{
    margin-top: 120px;
}
@keyframes bigtitlefadein{
    from{
        opacity:0;
        transform:translateX(-20%);
    }
    to{
        opacity:1;
        transform:translateX(-100px);
    }
}
.big_title.started{
    transform: translate(-100px,0);
}
@keyframes smalltitlefadein{
    from{
        opacity:0;
        transform:translateX(20%);
    }
    to{
        opacity:1;
        transform:translateX(-100px);
    }
}
.small_title.started{
    transform: translate(-100px,0);
}
@media screen and (max-width: 992px) {
    .banner-title,.banner-text,.banner-btn2{
        margin-left: 60px;
        margin-right: 20px;
    }
    .banner-left-crown {
        bottom: 56px;
        left: 185px;
    }
    .product_inquiry{
        margin-top: 50px;
    }
    .inqurynow_popup .ontrial_container img {
        max-width: 160px;
        max-height: 160px;
    }
    @keyframes bigtitlefadein{
        from{
            opacity:0;
            transform:translateX(-20%);
        }
        to{
            opacity:1;
            transform:translateX(0%);
        }
    }
    .big_title.started{
        transform: translate(0,0);
    }
    @keyframes smalltitlefadein{
        from{
            opacity:0;
            transform:translateX(20%);
        }
        to{
            opacity:1;
            transform:translateX(0%);
        }
    }
    .small_title.started{
        transform: translate(0,0);
    }
}