/* 服务案例 */
.fwal .title {
    max-width: 1210px;
    padding-bottom: 10px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 300;
    color: #333;
    text-align: center;
    box-sizing: content-box;
}

.fwal .desc {
    position: relative;
    width: 960px;
    padding: 30px 30px 30px 7em;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2;
    text-indent: -4rem;
    background: #fff6f6;
}

.fwal .desc:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 25px;
    border-top: 2px solid #e8373d;
    border-left: 2px solid #e8373d;
    border-radius: 6px 0 0 0;
}

.fwal .desc:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 25px;
    border-right: 2px solid #e8373d;
    border-bottom: 2px solid #e8373d;
    border-radius: 0 0 6px 0;
}

.fwal .content {
}

.product-tab {
    position: relative;
    z-index: 1;
    width: 906px;
    padding-top: 20px;
    margin: 0 auto;
    text-align: center;
}

.product-tab:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.product-tab .line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 2px;
    padding: 0;
    font-size: 0;
    overflow: hidden;
    background: #FF8D1A;
}

.product-tab li {
    float: left;
    padding: 0 15px;
    padding-bottom: 16px;
    font-size: 20px;
    line-height: 3;
    text-align: center;
    cursor: pointer;
    box-sizing: content-box;
}

.product-tab li:hover {
}

.product-tab li img {
    display: inline-block;
    width: 45px;
    margin-right: 25px;
    vertical-align: middle;
}

.product-list .product-item {
    width: 100%;
    padding: 40px 0 0;
    margin: 0 auto;
    overflow: hidden;
}

.product-list .product-item .product-desc {
    width: 450px;
    float: left;
}

.product-list .product-item .product-desc h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: normal;
    color: #333;
}

.product-list .product-item .product-desc p {
    height: 135px;
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}

.product-list .product-item .product-desc span {
    display: block;
    padding-top: 10px;
    font-size: 12px;
    color: #e8373d;
}

.product-list .product-item .product-desc .btn {
    width: 100px;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    color: #666;
    text-align: center;
    border: 1px solid #9c9c9c;
    border-radius: 3px;
    transition: .5s background;
    display: inline-block;
    min-width: 80px;
    padding: 0 10px;
    cursor: pointer;
    background: #f6f6f6;
}

.product-list .product-item .product-desc .btn:hover {
    color: #fff;
    background: #e8373d;
    border-color: #e8373d;
}

.product-list .product-item .icon-list {
    width: 100%;
}

.product-list .product-item .icon-list li {
    float: left;
    height: 200px;
    opacity: 1;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 16px rgba(39, 124, 242, 0.15);
    margin: 0 0 11px 11px;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
    padding: 0 79px;
}

.product-list .product-item .icon-list li:hover {
    transform: scale(1.1);
}

.product-list .product-item .icon-list li img {
    margin: 20px 0;
}

.product-list .product-item .icon-list li a:hover i, .product-list .product-item .icon-list li a:hover p {
    color: #333333 !important;
}

.product-list .product-item .icon-list .iconfont {
    font-size: 50px;
    line-height: 1;
    color: #666;
    transition: all .2s;
}

.product-list .product-item .icon-list .iconfont .img {
    width: 100px;
    height: 100px;
}


.product-list .product-item .icon-list p.more {
    padding-top: 90px;
}


.product-list .product-item .icon-list .dxal_container {
    width: 100%;
    height: auto;
    display: grid;
    justify-content: space-evenly;
    grid-template-columns: repeat(auto-fill, 120px);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 20px;
}

.product-list .product-item .icon-list .dxal_container .dxal_item {
    display: flex;
    align-content: flex-start;
    justify-content: center;
    width: 120px;
    height: 126px;
    border-radius: 10px;
    transition: all 0.3s;
    background: rgba(250, 253, 255, 1);
    border: 2px solid rgba(255, 255, 255, 1);
    flex-wrap: wrap;
    cursor: pointer;
}
.product-list .product-item .icon-list .dxal_container .dxal_item:hover {
    transform: scale(1.1);
}


.product-list .product-item .icon-list .dxal_container .dxal_item .img {
    width: 74px;
    height: 74px;
}

.product-list .product-item .icon-list .dxal_container .dxal_item .title_container {
    width: 100%;
    text-align: center;
    margin-top: 4px;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .product-list .product-item .icon-list ul {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .product-list .product-item .icon-list li {
        margin: 0 0 10px 0;
        height: 110px;
    }

    .product-list .product-item .icon-list li:last-child:nth-child(3n - 2) {
        margin-right: calc(59% + 15% / 3);
    }

    .product-list .product-item .icon-list li:last-child:nth-child(3n - 1) {
        margin-right: calc(30% + 15% / 3);
    }

    .product-list .product-item .icon-list .iconfont .img {
        width: 64px;
        height: 64px;
    }

    .product-list .product-item .icon-list li img {
        margin: 7px 0;
    }

    .product-list .product-item .icon-list p.more {
        padding-top: 40px;
    }

    .product-list .product-item {
        padding: 40px 0 42px 0;
    }
    .product-list .product-item .icon-list .dxal_container {
        grid-template-columns: repeat(auto-fill, 108px);
        grid-column-gap: 11px;
        grid-row-gap: 8px
    }
    .product-list .product-item .icon-list .dxal_container .dxal_item {
        height: 110px;
        width: 108px;
        border-radius: 4px;
    }
    .product-list .product-item .icon-list .dxal_container .dxal_item .img {
        width: 64px;
        height: 64px;
    }
    .product-list .product-item .icon-list .dxal_container .dxal_item .title_container {
        font-size: 12px;
    }
}


/**电脑端1280**/
@media screen and (min-width: 1200px) and (max-width: 1400px) {


    .product-list .product-item .icon-list li {

        height: 200px;

        padding: 0 58px;
    }
}