/*footer*/
.footer{
     width: 100%;
     margin: 0 auto;
     background-color: #24160C;
 }
.footer_bottom_bar{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #020202;
}
.footer_content{
    width: 1200px;
    margin: 0 auto;
    padding: 60px;
    overflow: hidden;
}
.footer_cont_left{
    width: 344px;
    float: left;
    overflow: hidden;
}
.footer_cont_center{
    float: left;
    overflow: hidden;
}
.footer_cont_right{
    float: left;
    overflow: hidden;
}
.line_fg{
    float: left;
    margin: 45px 56px;
    width: 1px;
    height: 207px;
    background-color: #fff;
}
.about_us_container,.photos_stream_container{
    padding: 5px 0;
    width: 344px;
    overflow: hidden;
}
.contact_us_container{
    padding: 5px 0;
    overflow: hidden;
}
.footer_title{
    margin-bottom: 10px;
    color: #fff;
    padding: 0 5px;
    font-size: 18px;
}
.footer_title .title_en{
    font-size: 14px;
}
.about_us_text{
    padding: 5px;
    float: left;
}
.about_us_text p{
    color: #fff;
    text-align: justify;
    font-size: 14px;
    line-height: 22px;
    display: none;
}

.about_us_text p:first-of-type{
    display: block;
}
.photos_img_box{
    overflow: hidden;
    float: left;
}
.photos_img_a,.photos_img_b,.photos_img_c,.photos_img_d{
    float: left;
    padding: 5px;
}
.photos_img_a img,.photos_img_b img,.photos_img_c img,.photos_img_d img{
    width: 100%;
    height: 100%;
}
.photos_img_a{
    width: 170px;
    height: 190px;
    overflow: hidden;
}
.photos_img_b{
    width: 210px;
    height: 90px;
    overflow: hidden;
}
.photos_img_c,.photos_img_d{
    width: 105px;
    height: 100px;
    overflow: hidden;
}
.contact_us_area{
    width: 360px;
    float: left;
    overflow: hidden;
}
.contact_row{
    padding: 5px;
    overflow: hidden;
    line-height: 22px;
}
.contact_icon{
    float: left;
    margin-top: 4px;
    font-size: 20px;
    color: #fff;
    margin-right: 20px;
}
.contact_title{
    float: left;
    width: 80px;
    font-size: 14px;
    color: #fff;
}
.contact_cont{
    width: 270px;
    float: right;
    font-size: 14px;
    color: #fff;
}
.contact_cont .num_title{
    margin-top: 10px;
}
.code_img{
    margin: 10px 0;
    float: left;
    width: 122px;
    height: 324px;
}
.code_img_area{
    width: 122px;
    height: 152px;
    margin-bottom: 20px;
}
.code_img_area:last-child{
    margin-bottom: 0;
}
.code_img_area img{
    width: 122px;
    height: 122px;
}
.code_img_area .code_title{
    width: 122px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.footer_bottom_bar p{
    font-size: 12px;
    color: #fff;
}