﻿/*公用样式*/
.box {
    background: #fff;
}

.box_gray {
    background: #f0f0f0;
}

.transparent_class {
    background: rgba(0, 0, 0, 0.8) !important; /* IE无效，FF有效 */
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.3;
    opacity: 0.8;
}

.dl-menuwrapper {
    margin-top: 36px;
}


/*服务优势*/
.box_block {
    max-width: 1000px;
    margin: 40px auto;
}

.box_tit {
    text-align: center;
}

.box_tit dt {
    font-size: 32px;
    color: #3d3d3d;
}

.box_tit dd {
    color: #999;
    font-size: 24px;
    line-height: 60px;
}

.fwys_con {
    width: 100%;
    text-align: center;
}

.fwys_con dl {
    float: left;
    width: 20%;
    margin: 2.5%;
}

.fwys_con dt img {
    max-width: 80%;
}

.fwys_con dd {
    color: #828282;
    font-size: 16px;
}

.fwys_con dd.title {
    color: #3d3d3d;
    font-size: 24px;
    margin-bottom: 12px;
}

/*解决方案*/
.jjfa {
    padding: 40px 0;
}

.jjfa_con {
    float: left;
    width: 100%;
    padding-bottom: 40px;
    margin-top: 32px;
}

.jjfa_con dl {
    float: left;
    width: 145px;
    margin-right: 25px;
    text-align: center;
}

.jjfa_con dl.last {
    margin-right: 0;
    float: right;
}

.jjfa_con dd {
    line-height: 48px;
    font-size: 16px;
}

.jjfa_con dl:hover dt {
}

.jjfa_con dl:hover dd {
    color: #1dade5;
}

.jjfa_con dt img {
    width:80px;
    transition: 1s transform;
    transform: translateZ(0);
}

.jjfa_con dt:hover img {
    transform: scale(1.3, 1.3);
    transition: 1s transform;
}

