body {
    font-size: initial !important;
}
@media (min-width: 1360px){
    .container {
        width: 1350px !important;
    }
}
/*--------------------------------------------------------------
# 介绍
--------------------------------------------------------------*/
.intro {
    position: relative;
    z-index: 2;
    margin: 0;
    border-radius: 5px;
}

    .intro .col-xs-12 {
    }
/*--------------------------------------------------------------
# 优势
--------------------------------------------------------------*/

.advantage {
    position: relative;
    z-index: 2;
    margin-top: 0;
}

    .advantage .col-sm-4 .section-group-default {
        text-align: center;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
        padding: 40px 20px;
        position: relative;
        z-index: 2;
    }
.iconfontImg {
    display: inline-block;
    width: 48px;
    height: 48px;
    overflow: hidden;
    text-indent:48px;
}
/*--------------------------------------------------------------
# 产品服务
--------------------------------------------------------------*/

.service {
}

    .service .col-sm-4 {
    }

        .service .col-sm-4 .section-group-default {
            padding: 50px 20px;
            margin-top: 35px;
            margin-bottom: 25px;
            text-align: center;
            height: 200px;
            position: relative;
            background: #fff;
            box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
        }

            .service .col-sm-4 .section-group-default .container-fluid {
                position: relative;
                top: -91px;
            }

                .service .col-sm-4 .section-group-default .container-fluid .row p:first-child {
                    margin-bottom: 24px;
                }
    .service .service-list {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 26px;
    }

        .service .service-list span {
            display: inline-block;
            height: 72px;
            width: 72px;
            text-align: center;
            padding: 10px;
            border-radius: 100%;
        }

#section-groups .list-group-item .service-list span img {
    width: 100%;
}

.contact{

}
/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .section-group-default {
    margin-top: 40px;
}

.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.pricing h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #656262;
    background: #f8f8f8;
}

.pricing h4 {
    font-size: 36px;
    color: #ff5821;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

    .pricing h4 sup {
        font-size: 20px;
        top: -15px;
        left: -3px;
    }

    .pricing h4 span {
        color: #bababa;
        font-size: 16px;
        font-weight: 300;
    }

.pricing ul {
    padding: 0;
    list-style: none;
    color: #313030;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

    .pricing ul li {
        padding-bottom: 16px;
    }

    .pricing ul i {
        color: #ff5821;
        font-size: 18px;
        padding-right: 4px;
    }

    .pricing ul .na {
        color: #ccc;
        text-decoration: line-through;
    }

.pricing .btn-wrap, .trial-box .btn-trial {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
}

.pricing .btn-buy, .trial-box .btn-buy {
    /*background: #ff5821;*/
    display: inline-block;
    padding: 6px 35px 8px 35px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
   /* box-shadow: 0 3px 7px rgba(255, 88, 33, 0.4);*/
    transition: 0.3s;
}

    .pricing .btn-buy:hover {
    }

.pricing .featured h3 {
    color: #fff;
    background: #ff5821;
    box-shadow: 0 3px 7px rgba(255, 88, 33, 0.4);
}

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #ff5821;
    color: #fff;
}

.erweima {
    box-shadow: 0px 0px 4px rgb(0 0 0 / 12%);
    padding: 50px 0;
}
.contact .section-group-default {
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    padding: 0px 20px 0px 20px;
    height: 125px;
}
.contact .list {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

    .contact .list span {
        display: inline-block;
        height: 52px;
        width: 52px;
        text-align: center;
        padding: 10px;
        border-radius: 100%;
    }

.contact .col-sm-3{
padding-top: 26px;
width: 60px;
float: left;
}

.contact .col-sm-9 {
    width: calc(100% - 70px);
    float: right;
}
