/* content 内容区域 */
div.content {
    background-color: white
}

.icon {
    width: 80px;
    height: 92px;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.top_swiper {
    height: 390px;
    position: relative;
}

.swiper-container-1 {
    height: 390px;
}

.swiper-slide-1 {
    width: 100%;
    height: 390px;
    background: url("https://res.cnzzhsm.com/img/web/about.png") no-repeat;
    background-size: 100% 100%;
}

.model_header {
    width: 388px;
    height: 54px;
    background: rgba(255,255,255,1);
    border: 1px dashed rgba(184,145,109,1);
    border-radius: 27px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(184,145,109,1);
    text-align: center;
    line-height: 54px;
    margin: 0 auto;
}

.model_header_container {
    width: 100%;
    height: 96px;
    margin-top: 43px;
    padding: 20px 0;
}

.promise_content {
    height: 242px;
    text-align: center;
}

.promise_item {
    display: inline-block;
    width: 210px;
    height: 242px;
    border-radius: 10px;
    border-top: rgba(184,145,109,0.33) solid 1px;
    box-shadow: 0px 8px 5px rgba(184,145,109,0.33);
    text-align: center;
    color: #333333;
    line-height: 25px;
}

    .promise_item .iconfont {
        margin-top: 28px;
        font-size: 80px;
        line-height: 80px;
        margin-bottom: 10px;
    }

.article_module {
    height: 390px;
    width: 100%;
    border-top: #B8916D solid 1px;
    position: relative;
}

.article_module_title {
    width: 92px;
    height: 30px;
    background: rgba(184,145,109,1);
    border-radius: 4px;
    color: white;
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -30px;
}

.article1_content {
    position: absolute;
    top: 59px;
    left: 0;
    width: 797px;
    line-height: 25px;
}

.article_module_img {
    position: absolute;
    right: 0;
    top: 43px;
}

    .article_module_img img {
        width: 311px;
        height: 242px;
    }

.article2_content {
    margin-bottom: 92px;
}

.article2_section {
    line-height: 25px;
    margin-top: 58px;
}

.article3_content {
    width: 1377px;
    padding-top: 51px;
    overflow: hidden;
}

/*.article3_content img{
    width:209px;
    height:299px;
    border-radius:10px;
    float: left;
    margin-right: 121px;
    
}*/

.join_us_content {
    text-align: center;
}

    .join_us_content p {
        margin: 46px 0;
    }

.contact_us_content {
    position: relative;
}

    .contact_us_content img {
        width: 1198px;
        /*height:320px;*/
        margin-bottom: 25px;
    }

.swiper-container {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
