*{margin: 0;padding: 0;}
body,html{overflow-x:hidden;position:relative;font-family: "微软雅黑","Helvetica Neue",Helvetica,Arial,sans-seri;font-size: 16px}
img,button,input,textarea{display: block;outline: none;}
ul,li,ol{list-style: none;}
.clear:before, .clear:after { content: ""; display: table; }
.clear:after { clear: both; overflow: hidden; }
.clear { zoom: 1; /*IE<8*/ }
.clearfix:after{content: "\20";display: block;visibility: hidden;clear: both;font-size: 0;height: 0;line-height: 0;}
.clearfix{*zoom: 1;}
.col-md-3{
    width: 18%!important;
}
.content .banner {
    width:100%;
}
.content .content-desc{
    width:90%;
    /*display: flex;*/
    margin: 0 auto;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.content .content-desc .desc-nav{
    margin:auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 0;
}
.content .nav-title{
    width: 10%;
    margin:auto;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background: url(../image/title_img.png) no-repeat left 50%;
    background-size: 100% auto;
}
.content .content-container{
    /*width: 95%;*/
    margin:auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding:50px 30px;
    /*background-size: 100% 100%;*/
    position: relative;
}
.container-content .four-headings{
    width: 100%;
    margin-left: 0px;
}
.container-content .four-headings1{
    width: 100%;
    margin-left: 0px;
    margin-top: 30px;
}
.headings-title{
    border-bottom: 3px solid #16baf0;
    font-size: 24px;
    float: left;
}
.content ._content-container{
    width:100%;
    margin:auto;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.content ._content-container .container-title{
    font-weight: bold;
    font-size: 16px;
    width: 100%;
}
.content ._content-container .container-p{
    width: 100%;
    margin-top: 30px;
}
.content ._content-container .container-content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.content ._content-container .container-content ._top{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    width: 82%;
}
.content ._content-container .container-content ._top ._first ._title{
    float: left;
    font-size: 24px;
    border-bottom: 3px solid #16baf0;
}
.content ._content-container-info{
    width:100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top:50px;
}
.advantage-title{
    float: left;
    font-weight: bold;
    border:2px solid #16baf0;
    padding:5px 10px;
    font-size: 24px;
}
.advantage-index{
    border:1px solid #16baf0;
    color:#16baf0;
    padding:3px 7px;
}
.advantage-index-p{
    color:#16baf0;
    font-weight: bold;
    font-size: 20px;
}
.advantage-model{
    margin-top: 20px;
}
.advantage-model .advantage-model-p{
    margin-top: -5px;
    margin-left: 10px;
}
.content .operate{
    width:100%;
    background: #f0f0f0;
    margin-top:20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding:50px 0;
}
.first_page_image {
    width: 100%;
}
.content .operate ._title{
    width: 22%;
    margin:auto;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background: url(../image/title_img.png) no-repeat left 50%;
    background-size: 100% auto;
}
.content .operate ._people{
    width:100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top:70px;
}
.content .operate ._people ._card{
    min-width: 210px!important;
    min-height:410px;
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin:6px;
    padding:0 10px 20px 10px;
    font-size: 14px;
}
.content .operate ._people ._card:hover{
    background: #16baf0;
    color:#fff;
}
.content .operate ._people ._card img{
    width:45%;
    border-radius: 50%;
    position: absolute;
    top:-60px;
}
.content .operate ._people ._card ._name{
    padding-top:70px;
    font-weight: bold;
    font-size: 16px;
}
.bottom-text{
    display: inline-flex;
}
.first_page_image{
    width: 100%;
}
@media (max-width: 992px) {
    .content .operate ._people ._card ._name{
        padding-top:90px;
        font-weight: bold;
        font-size: 16px;
    }
    .content .operate ._title{
        width: 53%;
        margin:auto;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        background: url(../image/title_img.png) no-repeat left 50%;
        background-size: 100% auto;
    }
    .content .operate ._people ._card{
        margin-top: 30px;
        /*width: 200px;*/
        min-height:360px;
        background: #fff;
        position: relative;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        margin:10px;
        padding:0 15px 50px 15px;
        font-size: 14px;
    }

    .content .operate ._people ._card img{
        width:40%;
        border-radius: 50%;
        position: absolute;
        top:-60px;
    }
    .col-md-3{
        width: 100%!important;
    }
    .content .content-container{
        background: none;
    }
    .content ._content-container-info{
        background: none;
    }
    .content ._content-container{
        background: none;
    }
    .bottom-text{
        display: inline;
    }
    .advantage{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .container-content .four-headings{
        width: 100%;
        margin: 10px 0;
    }
    .container-content .four-headings1{
        width: 100%;
        margin: 10px 0;
    }
}
