/*banner*/
.solution_banner{
    padding:100px 0 70px;
    background:url(../img/solution_banner_bg.png) no-repeat bottom center;
    background-size:cover;
    min-height:600px;
    display: flex;
    align-items: center;
}
.banner_part{
    color:#fff;
}
.banner_part .part_title{
    font-size:44px;
    font-weight:700;
    height:80px;
}
.banner_part .part_un_title{
    font-size:20px;
    line-height:40px;
    margin-bottom:30px;
}
@media (min-width: 992px) {
    .banner_part{
        display: flex;
        align-items: center;
    }
}
@media (max-width: 992px) {

    .banner_part .part_title{
        font-size:42px;
        height:60px;
    }
    .banner_part .part_un_title{
        font-size:20px;
        line-height:30px;
    }
}

/*标题*/
.solution_title{
    color:#282828;
    text-align:center;
    font-size:34px;
    font-weight: 700;
    margin:90px 0 50px;
}

.solution_top{
    background:url(../img/solution_top.gif) no-repeat 0 450px #fff;
}
/*系统分类选项*/
.system_classify {
    margin-bottom:50px;
}
.system_classify .classify_item{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    display:block;
    font-size:20px;
    color:#758296;
    font-weight: 700;
    text-align: center;
    height: 60px;
    line-height: 60px;
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    white-space: nowrap;
    background:#fff;
}
.system_classify .classify_item:hover{
    color:#000;
    cursor: pointer;
}
.system_classify .classify_item.active,.system_classify .classify_item.active:hover{
    color:#fff;
    cursor: default;
    box-shadow: 0 0 10px 0 rgba(0, 99, 255, 0.2);
    background: #4b91ff;
}
.system_classify .classify_item:before{
    margin-right:15px;
    position: relative;
}
.system_classify .classify_item.item1:before{
    content:url(../img/system_icon1.png);
    top: 6px;
}
.system_classify .classify_item.item2:before{
    content:url(../img/system_icon2.png);
    top: 5px;
}
.system_classify .classify_item.item3:before{
    content:url(../img/system_icon3.png);
    top: 2px;
}
.system_classify .classify_item.item4:before{
    content:url(../img/system_icon4.png);
    top: 8px;
}
.system_classify .classify_item.item1.active:before{
    content:url(../img/system_icon1_active.png);
    top: 6px;
}
.system_classify .classify_item.item2.active:before{
    content:url(../img/system_icon2_active.png);
    top: 5px;
}
.system_classify .classify_item.item3.active:before{
    content:url(../img/system_icon3_active.png);
    top: 2px;
}
.system_classify .classify_item.item4.active:before{
    content:url(../img/system_icon4_active.png);
    top: 8px;
}

@media (min-width:992px) and (max-width: 1200px) {

    .system_classify .classify_item{
        font-size:16px;
    }

}
@media (max-width: 992px) {

    .system_classify .classify_item{
        font-size:14px;
    }

    .system_classify  .col-sm-3{
        width:25%;
        float:left;
    }
    .system_classify .classify_item:before {
        margin-right: 5px;
    }
}
@media (max-width: 768px) {

    .system_classify .classify_item{
        font-size:12px;
    }
}

.system_box .box_list_group .group_classify{
    border-bottom:2px solid #dfe2eb;
    padding:10px 0;
}
.system_box .box_list_group .group_classify .classify_item{
    float:left;
    width:33.3333%;
    text-align:center;
    position:relative;
    height:15px;
    line-height:15px;
    border-right:1px solid #dfe2eb;
    color:#454545;
    font-size:16px;
}
.system_box .box_list_group .group_classify .classify_item:hover{
    color:#4b91ff;
    cursor: pointer;
}

.system_box .box_list_group .group_classify .classify_item.active{
    color:#4b91ff;
}
.system_box .box_list_group .group_classify .classify_item.active:hover{
    cursor: default;
}
.system_box .box_list_group .group_classify .classify_item.active:after{
    content:"";
    width:100%;
    height:2px;
    position:absolute;
    bottom:-12px;
    left:0;
    background:#3784ff;
}
.system_box .box_list_group .group_content{
    padding-left:25px;
    padding-top:40px;
    background:url(../img/group_content_icon.png) no-repeat 0 40px;
}
.system_box .box_list_group .group_content .inner_title{
    font-size:16px;
    color:#282828;
    margin-bottom:10px;
}
.system_box .box_list_group .group_content .inner_info{
    font-size:16px;
    color:#777777;
    line-height:38px;
    height: 195px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
@media (max-width: 1200px) and (min-width:992px) {
    .system_box .box_list_group .group_content .inner_info{
        font-size:14px;
        line-height:30px;
        height:150px;
    }
}
@media (min-width: 992px) {

    .system_box .box_list_group{
        padding-right:30px;
    }
}
.system_box .box_img{
    border:10px solid #f9f9f9;
}
.system_box .content_inner{
    display:none;
}

.system_box .box_list_group .group_content .inner_link{
    text-align:right;
    margin-top:20px;
}
.system_box .box_list_group .group_content .inner_link a{
    font-size:15px;
    color:#4b91ff;
    border:1px solid #4b91ff;
    padding:10px 20px;
}
.system_box .box_list_group .group_content .inner_link a:hover{
    background-color:#4b91ff;
    color:#fff;
}

.employment_system .system_box{
    display: none;
}

/*公共服务平台*/
.public_service {
    padding-top:20px;
}
.public_service .box_list_group .group_classify{
    border-bottom:2px solid #dfe2eb;
    padding:10px 0;
}
.public_service .box_list_group .group_classify .classify_item{
    float:left;
    width:25%;
    text-align:center;
    position:relative;
    height:15px;
    line-height:15px;
    border-right:1px solid #dfe2eb;
    color:#454545;
    font-size:16px;
}
.public_service .box_list_group .group_classify .classify_item:hover{
    color:#4b91ff;
    cursor: pointer;
}

.public_service .box_list_group .group_classify .classify_item.active{
    color:#4b91ff;
}
.public_service .box_list_group .group_classify .classify_item.active:hover{
    cursor: default;
}
.public_service .box_list_group .group_classify .classify_item.active:after{
    content:"";
    width:100%;
    height:2px;
    position:absolute;
    bottom:-12px;
    left:0;
    background:#3784ff;
}
.public_service .box_list_group .group_content{
    padding-top:40px;
}
.public_service .box_list_group .group_content .content_inner{
    display: none;
}

.public_service .box_list_group .group_content .inner_info{
    font-size:15.5px;
    color:#777777;
    line-height:38px;
}
.public_service .box_list_group .group_content .inner_btn{
    display:block;
    width:140px;
    height:45px;
    line-height:41px;
    border:2px solid #4b91ff;
    text-align: center;
    overflow:hidden;
    background:  #4b91ff;
    color: #fff;
    font-size:16px;
    margin-top: 40px;
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.public_service .box_list_group .group_content .inner_btn:hover{
    background: #fff;
    color:#4b91ff;
}
.public_service .box_list_group .group_content .inner_btn span{
    font-size:20px;
    position:relative;
    left:5px;
}

/*CRM客户关系管理*/
.relationship_management .content_inner .inner_info{
    font-size:15.5px;
    color:#777777;
    line-height:38px;
    padding-top:60px;
}
.relationship_management .content_inner .inner_btn{
    display:block;
    width:140px;
    height:45px;
    line-height:41px;
    border:2px solid #4b91ff;
    text-align: center;
    overflow:hidden;
    background:  #4b91ff;
    color: #fff;
    font-size:16px;
    margin-top: 40px;
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.relationship_management .content_inner .inner_btn:hover{
    background: #fff;
    color:#4b91ff;
}
.relationship_management .content_inner .inner_btn span{
    font-size:20px;
    position:relative;
    left:5px;
}


.justify-content-center   {display: flex; justify-content: center}
.dr_testimonial_wrapper {
    width: 100%;
    position: relative;
    margin-top:150px;
    padding:0;
    background: #0d78fa;
}

.dr_testimonials_section{
    background: url(../img/dr_testimonials_section_bg.png) no-repeat 15px 15px #fff;
    box-shadow: 0 0 20px 0 rgba(0, 99, 255, 0.2);
    border-radius:10px;
    position:relative;
    top:-100px;
}

.dr_testimonial_section {
    color: #666666;
    padding: 40px 90px 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 22px;
    line-height: 34px;
    border: none;
    border-radius: 6px;
}
.dr_testimonial_section p{
    line-height:40px;
    color:#666666;
    font-size:16px;
}
.dr_testimonial_icon{
    text-align: center;
    margin-bottom:20px;
}
.dr_testimonial_icon img{
    height:65px;
}
.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
    position:absolute;
    bottom:5px;
    z-index:1;
}
.pagination span.swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    border-radius: 7px;
    margin: 0 8px;
    background:  #3784ff;
    opacity: .3;
    position:relative;
    top:-30px;
}
.pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background:  #3784ff;
    opacity: 1;
}
.dr_testimonial_button {
    position: absolute;
    bottom: 50px;
    z-index: 1;
    width: 170px;
    margin: auto;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dr_testimonial_button > div {
    width: 20px;
    font-size: 22px;
    position: absolute;
    border-radius:20px;
    height:20px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow:hidden;
}
.testTwoButtonPrev {
    background: url(../img/arrow_left.png) no-repeat center #fff;
    left:0;
}
.testTwoButtonNext {
    background: url(../img/arrow_right.png) no-repeat center #fff;
    right:0;
}
.testTwoButtonPrev:hover {
    background: url(../img/arrow_left_hover.png) no-repeat center #3784ff;
}
.testTwoButtonNext:hover {
    background: url(../img/arrow_right_hover.png) no-repeat center #3784ff;
}
