﻿.addButton {
    padding: 30px 0px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 52px;
}

.maxMargin {
    margin-top: -70px !important;
}

.maxButtonWidth {
    width: 360px !important;
}

.addButton a {
    text-decoration: none;
}
/*免费试用 点击咨询*/
.addButtonsq {
    z-index:1;
    display: block;
    width: 198px;
    height: 60px;
    background: linear-gradient(90deg, #FE6628 0%, #FD8D35 100%);
    border: 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
}

    .addButtonsq:hover {
        color: #fff !important;
        box-shadow: 0 0px 8px #FD8D35;
    }
/*获取一站式解决方案*/
.addButtonck {
    display: block;
    width: 198px;
    height: 60px;
    color: #2680EB;
    background: #FFFFFF;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    box-shadow: 0px 0px 4px #cbdffb;
}

    .addButtonck:hover {
        box-shadow: 0px 0px 8px #cbdffb;
    }
/*微信咨询*/
.addButtonwx {
    position: relative;
    width: 198px;
    height: 60px;
    background: #FFFFFF;
    border: 2px solid #2680EB;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 46px;
    color: #2680EB;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .addButtonwx > p {
        font-size: 18px
    }

    .addButtonwx .img1, .img2 {
        width: 16px;
        height: 13px;
        margin-left: 10px;
    }

    .addButtonwx .img2 {
        display: none;
    }

    .addButtonwx:hover .img1 {
        display: none;
    }

    .addButtonwx:hover .img2 {
        display: block;
    }

    .addButtonwx:hover {
        background: linear-gradient(90deg, #0167FF 0%, #2C90FF 100%);
        color: #fff;
    }

        .addButtonwx:hover .tel_consult {
            display: block;
        }

    .addButtonwx .tel_consult {
        z-index: 2;
        display: none;
        position: absolute;
        background: #FFF;
        width: 110px;
        right: -122px;
        top: -2px;
        border: 1px solid #2680EB;
        box-shadow: 0 0px 8px rgb(170 209 255);
    }
/*更多产品对比开始*/
.more-products-module {
    background: url(/img/more-products-module-bg.png) 50% 50% no-repeat;
    height: 590px;
}

.more-products-module .block {
    cursor: pointer;
}
.rightImg {
    margin-left: 6px;
}
.positionR {
    position: relative;
}
.more-products-module .block .div2 .bgImg {
    height:250px;
}
.more-products-module .block .div1 {
    width: 310px;
    height: 252px;
    background: #fff;
    background: #FFFFFF;
    padding-top: 54px;
    padding-left: 47px;
    box-sizing: border-box;
}

.more-products-module .lookDetails {
    display: flex;
    align-items: center;
    margin-top: 41px;
}

.more-products-module .lookDetails>span{
    font-size: 18px;
    color: #2680EB;
}

.more-products-module .name {
    font-size: 22px;
    font-weight: bolder;
    color: #1F2329;
    margin-bottom: 10px;
}

.more-products-module .text-dom {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #666C74;
}

.more-products-module .div2 {
    width: 560px;
    height: 252px;
    background: #C9DEF6;
    box-sizing: border-box;
    position: relative;
}

.more-products-module .div2 .div2-box {
   /* padding: 54px 12px 0 54px;*/
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
    .more-products-module .div2 .div2-box-content {
        padding: 54px 12px 0 54px;
    }
    .more-products-module .tage-icon {
        width: 100px;
        position: absolute;
        top: 0;
        left: 52px;
    }
/*更多产品对比结束*/


