@media (min-width: 1230px){
    .container {
        width: 1200px;
    }
}

.floatBtnBox{
    z-index: 100;
}

.content{
    padding-top: 80px;
    padding-bottom: 100px;
}
// 服务概述
.overview{
    padding-top: 98px;
    padding-bottom: 102px;
    background-image: linear-gradient(180deg, #FFFFFF 50%, #F6F8FA 100%);
    .title{
        font-size: 56px;
        line-height: 74px;
        font-weight: bold;
        color: #222325;
        margin-bottom: 20px;
        text-align: center;
    }
    .text{
        margin: auto;
        font-weight: 300;
        max-width: 770px;
        font-size: 16px;
        color: #333436;
        text-align: center;
        line-height: 30px;
    }
}

.contentInfo{
    position: relative;
    margin-top: 40px;
    margin-bottom: 100px;
    &:last-child{
        margin-bottom: 0;
    }
}

// 上图标下标题
.iconTitle{
    position: relative;
    width: 100%;
    margin: auto;
    text-align: center;
    .icon{
        width: 100px;
        height: 100px;
    }
    .title{
        line-height: 40px;
        margin-top: 12px;
        font-weight: bold;
        font-size: 30px;
        color: #333436;
        text-align: center;
    }
    .text{
        max-width: 770px;
        font-weight: 300;
        font-size: 14px;
        color: #333436;
        text-align: center;
        line-height: 26px;
        margin: auto;
        margin-top: 20px;

    }
}
// 内容样式1 - 红灰块 - icon+文本
.infoStyle1{
    display: flex;
    margin-top: 30px;
    margin-left: -9px;
    margin-right: -9px;
    .item{
        position: relative;
        width: 16.666%;
        padding-left: 9px;
        padding-right: 9px;
        .itemCon{
            position: relative;
            background: #E60012;
            .boxSizing{
                position: relative;
                padding-top: 100%;
            }
            .itemInfo{
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                .icon{
                    position: relative;
                    width: 80px;
                    margin: auto;
                    display: block;
                    margin-top: 30px;
                }
                .text{
                    font-weight: bolder;
                    font-size: 18px;
                    color: #FFFFFF;
                    letter-spacing: 0;
                    text-align: center;
                    margin-top: 22px;
                }
            }
        }
        &:first-child{
            margin-left: 0;
        }
        &:last-child{
            margin-right: 0;
        }
        &:nth-child(even){
            .itemCon{
                background: #727476;
            }
        }
    }
}
// 上图下文
.infoStyle2{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
    .item{
        position: relative;
        width: 25%;
        padding-left: 15px;
        padding-right: 15px;
        .itemCon{
            position: relative;
            background: #F6F8FA;
            height: 100%;
        }
        .picBox{
            position: relative;
            .boxSizing{
                position: relative;
                padding-top: 80%;
            }
            .picCon{
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                .pic{
                    position: relative;
                    width: 100%;
                    display: block;
                }
                .mask{
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    background: rgba(0, 0, 0, 0.5);
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    .title{
                        font-weight: 500;
                        font-size: 22px;
                        color: #FFFFFF;
                        text-align: center;
                        line-height: 30px;
                    }
                }
            }
        }
        .textBox{
            padding: 25px 30px;
            .text{
                font-weight: 300;
                font-size: 14px;
                color: #333436;
                text-align: justify;
                line-height: 26px;
            }
        }
        &:first-child{
            margin-left: 0;
        }
        &:last-child{
            margin-right: 0;
        }
    }
}
// 单独的上图下内容
.infoStyle3{
    background: #F1F3F5;
    margin-top: 30px;
    .picBox{
        position: relative;
        .boxSizing{
            position: relative;
            padding-top: 50%;
        }
        .picCon{
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            .pic{
                width: 100%;
                display: block;
            }
        }
    }
    .infoBox{
        padding: 80px 185px;
        .pic{
            width: 100%;
            display: block;
        }
    }
}
// 上序号下色块文本右下角icon
.infoStyle4{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 40px;
    margin-bottom: -30px;
    .item{
        position: relative;
        width: 33.33%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
        .itemCon{
            position: relative;
            overflow: hidden;
            width: 100%;
            height: 100%;
            padding-top: 106px;
            .num{
                position: absolute;
                left: 0;
                top: 0;
                font-weight: 700;
                line-height: 97px;
                font-size: 80px;
                color: #E60012;
                letter-spacing: 0;
                padding-bottom: 9px;
                z-index: 1;
            }
            .infoBox{
                position: relative;
                height: 100%;
                overflow: hidden;
                padding: 27px;
                padding-bottom: 167px;
                background: #EAEDEF;
                .title{
                    font-weight: 600;
                    font-size: 24px;
                    color: #333436;
                    line-height: 32px;
                }
                .bar{
                    position: relative;
                    background: #E9463F;
                    width: 15px;
                    height: 3px;
                    margin-top: 10px;
                    margin-bottom: 10px;
                }
                .text{
                    font-weight: 300;
                    font-size: 14px;
                    color: #333436;
                    line-height: 24px;
                }
                .icon{
                    position: absolute;
                    width: 200px;
                    height: 200px;
                    right: -33px;
                    bottom: -33px;
                }
            }
        }
        &:nth-child(even){
            .itemCon{
                .infoBox{
                    background: #F4DFE3;
                }
            }
        }
    }
    &.row4{
        .item{
            width: 25%;
        }
    }
}
// 细长图上加文案
.infoStyle5{
    margin-top: 40px;
    .item{
        position: relative;
        margin-bottom: 20px;
        .pic{
            position: relative;
            width: 100%;
            display: block;
        }
        .infoBox{
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background-image: linear-gradient(180deg, rgba(34,35,37,0.60) 0%, rgba(0,0,0,0.00) 100%);
            display: flex;
            align-items: center;
            .text{
                font-weight: 500;
                font-size: 22px;
                color: #FFFFFF;
                line-height: 34px;
                margin-left: 30px;
            }
        }
        &:last-child{
            margin-bottom: 0;
        }
    }
}
// 图中带文
.infoStyle6{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
    margin-top: 30px;
    .item{
        position: relative;
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
        .itemCon{
            position: relative;
            width: 100%;
            background-size: cover;
        }
        .picInfo{
            position: relative;
            .pic{
                width: 100%;
                display: block;
            }
        }
        .itemInfo{
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            padding: 40px;
            .title{
                font-weight: 500;
                font-size: 21px;
                color: #FFFFFF;
                line-height: 28px;
            }
            .text{
                font-weight: 300;
                font-size: 14px;
                color: #FFFFFF;
                line-height: 26px;
                margin-top: 10px;
            }
            .list{
                list-style: none;
                padding-left: 0;
                .listBox{
                    position: relative;
                    list-style: none;
                    padding-left: 18px;
                    margin-top: 15px;
                    .listTiele{
                        font-weight: 400;
                        font-size: 15px;
                        color: #FFFFFF;
                        letter-spacing: 0;
                        line-height: 24px;
                    }
                    .listText{
                        font-weight: 300;
                        font-size: 12px;
                        color: #FFFFFF;
                        line-height: 18px;
                    }
                    &::before{
                        position: absolute;
                        width: 8px;
                        height: 8px;
                        left: 0;
                        top: 8px;
                        background: #ffffff;
                        content: ' ';
                    }
                }
            }
        }
    }

    &.row3{
        .item{
            width: 33.333%;
            .itemInfo{
                padding: 30px;
            }
        }
    }
    &.row4{
        .item{
            width: 25%;
            .itemInfo{
                padding: 22px;
            }
        }
    }
}
// 灰底图片加名称
.infoStyle7{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
    margin-top: 30px;
    .item{
        position: relative;
        width: 16.666%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
        .itemCon{
            position: relative;
            width: 100%;
            background: #F1F3F5;
            display: flex;
            align-items: center;
            .boxSizing{
                padding-top: 109%;
            }
            .itemInfo{
                width: 100%;
                margin-top: 10px;
                .icon{
                    width: 80px;
                    display: block;
                    margin: auto;
                    margin-bottom: 10px;
                }
                .text{
                    font-weight: 500;
                    font-size: 18px;
                    color: #333436;
                    text-align: center;
                }
            }
        }
    }
}
// 图底文居中
.infoStyle8{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
    .item{
        position: relative;
        width: 33.333%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
        .itemCon{
            position: relative;
            .picBox{
                position: relative;
                .pic{
                    width: 100%;
                    display: block;
                }
            }
            .itemInfo{
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                .text{
                    font-weight: 400;
                    font-size: 18px;
                    color: #FFFFFF;
                    letter-spacing: 0;
                    text-align: center;
                }
            }
        }
    }
}
// 灰底二维码
.infoStyle9{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 50px;
    .item{
        position: relative;
        width: 25%;
        padding-left: 15px;
        padding-right: 15px;
        .itemCon{
            position: relative;
            width: 100%;
            background: #F1F3F5;
            padding-top: 60px;
            padding-bottom: 60px;
            .qrcode{
                width: 150px;
                display: block;
                margin: auto;
            }
            .text{
                font-weight: 500;
                font-size: 16px;
                color: #333436;
                text-align: center;
                line-height: 22px;
                margin-top: 15px;
            }
        }
    }
}
// 大图内文
.infoStyle10{
    position: relative;
    margin-bottom: -30px;
    .item{
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        .picBox{
            position: relative;
            width: 100%;
            .pic{
                width: 100%;
                display: block;
            }
        }
        .itemInfo{
            position: absolute;
            width: 300px;
            margin-left: 70px;
            box-sizing: border-box;
            .title{
                font-weight: 500;
                font-size: 29px;
                color: #FFFFFF;
                line-height: 30px;
            }
            .text{
                font-weight: 300;
                font-size: 15px;
                color: #FFFFFF;
                line-height: 28px;
                margin-top: 15px;
            }
        }
    }
}
.infoStyle11{
    max-width: 770px;
    margin: auto;
    margin-top: 60px;
    .icon{
        position: relative;
        width: 144px;
        display: block;
        margin: auto;
    }
    .text{
        font-size: 16px;
        color: #333436;
        text-align: center;
        line-height: 30px;
        margin-top: 30px;
    }
}
.infoStyle12{
    margin-top: 35px;
    .title{
        font-weight: 500;
        font-size: 30px;
        color: #222325;
        letter-spacing: 0;
        text-align: center;
        line-height: 28px;
    }
    .listBox{
        display: flex;
        flex-wrap: wrap;
        margin-top: 25px;
        margin-bottom: -50px;
        margin-left: -15px;
        margin-right: -15px;
        .item{
            width: 25%;
            margin-bottom: 50px;
            padding-left: 15px;
            padding-right: 15px;
            .itemCon{
                .pic{
                    position: relative;
                    width: 100%;
                }
                .text{
                    margin-top: 10px;
                    font-weight: 300;
                    font-size: 14px;
                    color: #515356;
                    letter-spacing: 0;
                    text-align: center;
                    line-height: 21px;
                }
            }
        }
    }
}
.honorBox{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    .title{
        font-weight: 500;
        font-size: 21px;
        color: #222325;
        letter-spacing: 0;
        text-align: center;
        line-height: 28px;
        margin-top: -33px;
    }
    .honorItem{
        
        .pic{
            width: 382px;
            display: block;
        }
        .name{
            font-weight: 300;
            font-size: 14px;
            color: #515356;
            text-align: center;
            line-height: 28px;
            margin-top: 5px;
        }
    }
}

.smallTitleBox{
    display: flex;
    align-items: center;
    .zh_t{
        font-weight: 700;
        font-size: 32px;
        color: #222325;
        line-height: 42px;
    }
    .bar{
        background: #E9463F;
        width: 4px;
        height: 26px;
        margin-left: 10px;
        margin-right: 8px;
    }
    .en_t{
        font-weight: 500;
        font-size: 30px;
        color: #EAECEE;
        line-height: 37px;
        text-transform: uppercase;
    }
    &.hasTop{
        margin-top: 60px;
    }
    &.hasTop2{
        margin-top: 100px;
    }
}

.newsContainer{
    display: flex;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
    .newsContent{
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        .newTitle{
            font-weight: 500;
            font-size: 25px;
            color: #222326;
            margin-bottom: 15px;
            margin-top: 30px;
        }
        .newsCellList{
            .newsCellBox{
                .title{
                    padding-right: 20px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }
            }
        }
    }
}

#tabs{
    position: -webkit-sticky;
    position: sticky;
    top: 79px;
    z-index: 2;
    background: #ffffff;
    border-bottom: solid 1px rgba(0, 0, 0, 0.096);
}

#content2{
    background: #F1F3F5;
}
#content4{
    background: #F1F3F5;
}
#content5{
    .formBox{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 50px;
    }
    .inputBox{
        width: 46%;
        height: 42px;
        margin-bottom: 15px;
        .text{
            min-width: 112px;
            margin-left: 0;
            font-size: 15px;
            line-height: 20px;
            color: #333436;
        }
        .input{
            height: 100%;
            font-size: 15px;
            color: #333436;
            padding: 8px 10px;
            margin-right: 0;
            background: #F8F9FA;
        }
        .yzmBox{
            width: 100%;
            height: 100%;
            margin-right: 0;
            .input{
                height: 100%;
                font-size: 15px;
                color: #333436;
                padding: 8px 10px;
                margin-right: 0;
            }
            .yzm{
                width: auto;
                height: 100%;
                margin-left: 15px;
            }
        }
    }
    .button_v2{
        width: 200px;
        margin: auto;
        margin-top: 15px;
    }
}

@media (max-width: 991px) {
    .infoStyle1{
        flex-wrap: wrap;
        margin-bottom: -18px;
        .item{
            width: 25%;
            margin-bottom: 18px;
        }
    }
    .infoStyle2{
        flex-wrap: wrap;
        margin-bottom: -30px;
        .item{
            width: 50%;
            margin-bottom: 30px;
        }
    }
    .infoStyle4{
        .item{
            width: 50% !important;
        }
    }
    .infoStyle6{
        .item{
            .itemInfo{
                padding: 30px;
            }
        }
        &.row4, &.row3{
            .item{
                width: 50%;
            }
        }
    }
    .infoStyle7{
        .item{
            width: 25%;
        }
    }
    .infoStyle8{
        .item{
            width: 50%;
        }
    }
    .infoStyle9{
        margin-bottom: -30px;
        .item{
            width: 50%;
            margin-bottom: 30px;
        }
    }

    .honorBox{
        flex-wrap: wrap;
        .title{
            width: 100%;
            margin-bottom: 20px;
        }
        .honorItem{
            margin-left: 15px;
            margin-right: 15px;
        }
    }
}
@media (max-width: 767px) {
    .m-mb30{
        margin-bottom: 30px !important;
    }
    .m_mt15{
        margin-top: 15px !important;
    }
    .content{
        padding-top: 40px;
        padding-bottom: 50px;
    }
    #tabs{
        top: 50px;
    }
    .contentInfo{
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .iconTitle{
        .icon{
            width: 80px;
            height: 80px;
        }
        .title{
            margin-top: 5px;
            font-size: 24px;
            letter-spacing: 0;
            line-height: 30px;
        }
    }

    .overview{
        padding-top: 38px;
        padding-bottom: 42px;
        .title{
            font-size: 33px;
            line-height: 44px;
            margin-bottom: 15px;
        }
        .text{
            font-size: 14px;
            text-align: justify;
            line-height: 25px;
        }
    }

    .infoStyle1{
        flex-wrap: wrap;
        margin-bottom: -10px;
        margin-top: 20px;
        margin-left: -5px;
        margin-right: -5px;
        .item{
            width: 33.33%;
            margin-bottom: 10px;
            padding-left: 5px;
            padding-right: 5px;
            .itemCon{
                .itemInfo{
                    .icon{
                        width: 52px;
                        margin-top: 18px;
                    }
                    .text{
                        font-size: 13px;
                        margin-top: 8px;
                    }
                }
            }
        }
    }
    .infoStyle2{
        flex-wrap: wrap;
        margin-top: 20px;
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: -10px;
        .item{
            width: 50%;
            padding-left: 5px;
            padding-right: 5px;
            margin-bottom: 10px;
            .picBox{
                .picCon{
                    .mask{
                        .title{
                            font-size: 18px;
                        }
                    }
                }
            }
            .textBox{
                padding: 12px 15px;
                padding-bottom: 17px;
                .text{
                    font-size: 13px;
                    line-height: 20px;
                }
            }
        }
    }
    .infoStyle3{
        margin-top: 20px;
        .infoBox{
            padding: 20px;
        }
    }
    .infoStyle4{
        flex-wrap: wrap;
        margin-top: 20px;
        margin-bottom: -15px;
        .item{
            width: 100% !important;
            margin-bottom: 15px;
            .itemCon{
                padding-top: 63px;
                .num{
                    font-size: 52px;
                    line-height: 63px;
                    padding-bottom: 0;
                }
                .infoBox{
                    padding: 20px;
                    padding-bottom: 30px;
                    min-height: 281px;
                    .title{
                        font-size: 19px;
                        line-height: 28px;
                    }
                    .text{
                        font-size: 13px;
                        line-height: 20px;
                    }
                    .icon{
                        width: 160px;
                        height: 160px;
                        right: -30px;
                        bottom: -30px;
                    }
                }
            }
        }
    }
    .infoStyle5{
        .item{
            .infoBox{
                .text{
                    font-size: 14px;
                    line-height: 19px;
                    margin-left: 15px;
                }
            }
        }
    }
    .infoStyle6{
        margin-left: 0;
        margin-right: 0;
        margin-bottom: -15px;
        margin-top: 20px;
        .item{
            width: 100% !important;
            padding-left: 0;
            padding-right: 0;
            margin-bottom: 15px;
            .itemInfo{
                padding: 20px !important;
                .title{
                    font-size: 20px;
                    line-height: 28px;
                }
                .text{
                    font-size: 13px;
                    line-height: 22px;
                }
                .list{
                    .listBox{
                        margin-top: 10px;
                    }
                }
            }
        }
    }
    .infoStyle7{
        margin-top: 20px;
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: -10px;
        .item{
            width: 33.333%;
            padding-left: 5px;
            padding-right: 5px;
            margin-bottom: 10px;
            .itemCon{
                .itemInfo{
                    margin-top: 3px;
                    .icon{
                        width: 66px;
                        margin-bottom: 4px;
                    }
                    .text{
                        font-size: 14px;
                        line-height: 20px;
                    }
                }
            }
        }
    }
    .infoStyle8{
        margin-top: 20px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: -10px;
        .item{
            width: 100%;
            padding-left: 0;
            padding-right: 0;
            margin-bottom: 10px;
        }
    }
    .infoStyle9{
        margin-left: -5px;
        margin-right: -5px;
        margin-top: 20px;
        margin-bottom: -10px;
        .item{
            width: 50%;
            padding-left: 5px;
            padding-right: 5px;
            margin-bottom: 10px;
            .itemCon{
                padding-top: 25px;
                padding-bottom: 20px;
                .qrcode{
                    width: 130px;
                }
                .text{
                    font-size: 15px;
                    line-height: 20px;
                }
            }
        }
    }
    .infoStyle10{
        margin-bottom: -15px;
        .item{
            display: block;
            margin-bottom: 15px;
            .itemInfo{
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                margin-left: 0;
                padding: 20px;
                .title{
                    font-size: 20px;
                    line-height: 28px;
                }
                .text{
                    font-size: 13px;
                    line-height: 22px;
                    margin-top: 10px;
                }
            }
        }
    }

    .infoStyle11{
        margin-top: 40px;
        .icon{
            width: 90px;
        }
        .text{
            font-size: 14px;
            line-height: 25px;
            margin-top: 15px;
        }
    }
    .infoStyle12{
        margin-top: 30px;
        .title{
            font-size: 21px;
        }
        .listBox{
            margin-top: 15px;
            margin-bottom: -20px;
            margin-left: -5px;
            margin-right: -5px;
            .item{
                width: 50%;
                margin-bottom: 20px;
                padding-left: 5px;
                padding-right: 5px;
                .itemCon{
                    .text{
                        margin-top: 9px;
                        font-size: 13px;
                        line-height: 20px;
                    }
                }
            }
        }
    }

    .smallTitleBox{
        flex-wrap: wrap;
        margin-top: 20px;
        .en_t{
            width: 100%;
            font-size: 21px;
            line-height: 25px;
        }
        .zh_t{
            font-size: 22px;
            line-height: 29px;
        }
        &.hasTop{
            margin-top: 20px;
        }
        &.hasTop2{
            margin-top: 30px;
        }
    }

    .honorBox{
        flex-wrap: wrap;
        .title{
            width: 100%;
            margin-bottom: 0;
        }
        .honorItem{
            margin-left: 0;
            margin-top: 20px;
            margin-right: 0;
            .pic{
                width: 200px;
                display: block;
            }
            .name{
                font-weight: 300;
                font-size: 14px;
                color: #515356;
                text-align: center;
                line-height: 28px;
                margin-top: 5px;
            }
        }
    }

    #content5{
        .formBox{
            margin-top: 20px;
        }
        .inputBox{
            width: 100%;
            height: 38px;
            margin-bottom: 10px;
        }
        .button_v2{
            margin-top: 10px;
        }
    }
    #detailFloat{
        .floatInfo{
            width: 360px;
            height: auto;
            display: block;
            margin-left: -180px;
            margin-top: -278px;
            padding: 20px;
            padding-top: 48px;
            padding-bottom: 50px;
            .picBox{
                width: 100%;
                height: 255px;
            }
            .infoBox{
                width: auto;
                max-height: 200px;
                margin-left: 0;
                margin-top: 20px;
                overflow: scroll;
            }
        }
    }
}