.banner_words{
    background: #f9fafe;
    padding: 40px 0 30px!important;
}

.banner_words .banner_words_border{
    border-right: 2px solid #d9d9d9;
    position: relative;
}

.banner_words .content_center{
    width: 146px;
    margin: 0 auto;
}

.banner_words .content_right{
    float: right;
}

.banner_words .banner_words_title{
    color: #000;
    font-size: 24px;
}

.banner_words .banner_words_line{
    width: 50px;
    height: 2px;
    background: #fcae06;
    margin: 15px 0 10px;
}

.banner_words .banner_words_text{
    font-size: 18px;
    color: #6b6764;
}

.main_business{
    background: #fff;
    padding: 60px 0!important;
}

.container .title_text_special{
    margin: -20px 0 50px;
}

.main_business .main_businss_content{
    width: 30%;
    min-height: 430px;
    box-shadow: 0 0 6px 2px rgba(222,222,222,0.50);
    float: left;
    margin-right: 5%;
    padding: 40px ;
    cursor: pointer;
}

.main_business .main_businss_content .main_business_icon_no{
    display: block;
}

.main_business .main_businss_content .main_business_icon_yes{
    display: none;
}

.main_business .main_businss_content.active .main_business_icon_no{
    display: none;
}

.main_business .main_businss_content.active .main_business_icon_yes{
    display: block;
}

/* .main_business .main_businss_content.active{
    background:  bottom center no-repeat;
} */

.main_business .main_businss_content:last-child{
    margin-right: 0
}

.main_business .main_business_icon{
    width: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 32px;
}

.main_business .main_businss_words{
    color: #909090;
    font-size: 14px;
    line-height: 37px;
    margin-top: 32px;
    text-align: center;
}

/* .main_business .main_businss_content.active h3{
    color: #fff;
}

.main_business .main_businss_content.active .main_businss_words{
    color: #fff;
} */

.download{
    padding:60px 0!important;
    background: url(../images/download_bg.png) top center no-repeat;
}

.download_words{
    width: 35%;
    float: left;
}

.download_words .download_words_title .download_words_title_icon{
    width: 22px;
    height: 22px;
    background-image: linear-gradient(#f99e07,#f35e0a);
    float: left;
    margin-right: 32px
}

.download_words .download_words_title .download_words_title_text{
    color: #000;
    font-size: 18px;
    float: left;
}

.download_words .download_words_text{
    color: #aaa9a7;
    font-size: 16px;
    line-height: 32px;
    margin: 20px 0 30px
}

.download_words .download_btn{
    margin-top: 80px
}

.download_words .download_app_code{
    width: 25%;
    float: left;
    margin-left: 10%;
}

.download_words .download_app_btn{
    width: 40%;
    height: 36px;
    background-image: linear-gradient(#f99e07,#f35e0a);
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    margin-top: 15%;
    float: left;
}

.download .download_pic{
    width: 54%;
    float: right;
}

.management_mode{
    background: url(../images/management_mode_bg.jpg) top center no-repeat;
    padding: 60px 0!important;
}

.management_mode h2{
    color: #fff;
}

.management_mode h5{
    color: #a39b98;
}

.management_mode .management_mode_content li{
    width: 18%;
    min-height: 382px;
    padding: 50px 10px;
    float: left;
    margin-right: 2%;
    cursor: pointer;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.management_mode .management_mode_content li.active{
    background-image: url(../images/management_mode_content_bg.png);
}

.management_mode .management_mode_content li:last-child{
    margin-right: 0;
}

.management_mode .management_mode_content li .management_mode_icon{
    width: 30.63%;
    margin: 0 auto;
}

.management_mode .management_mode_content li .management_mode_title{
    color: #fff;
    margin: 33px 0;
}

.management_mode .management_mode_content li .management_mode_text{
    font-size: 16px;
    color: #d2cecd;
    line-height: 28px;
    text-align: center;
    /* text-align-last:justify;
    text-align:justify;
    text-justify:distribute-all-lines; */
}

.join_us{
    padding-top: 60px !important;
    background: url(../images/join_us_bg.jpg) bottom center no-repeat;
}

.join_us h2{
    color: #fff;
}

.join_us h5{
    color: #ec6a08;
}

.join_us .join_us_now{
    margin-top: 205px;
    background: url(../images/join_us_now_bg.jpg) top right no-repeat;
    padding: 15px 0;
}

.join_us .join_us_now .join_us_now_words{
    width: 58.47%;
    color: #fff;
    float: left;
}

.join_us .join_us_now .join_us_now_words .join_us_now_title{
    font-size: 28px;
    margin-bottom: 10px;
}

.join_us .join_us_now .join_us_now_words .join_us_now_text{
    font-size: 14px;
}

.join_us .join_us_now .join_us_now_btn{
    width: 23.2%;
    height: 70px;
    background: transparent;
    border: 1px solid #fff;;
    border-radius: 45px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    letter-spacing: 3px;
    font-size: 26px;
    float: right;
    margin-top: 10px;
    display: block;
}
