@CHARSET "UTF-8";

/* 左侧-联系我们 */
.left_contact{
    border: 1px solid #ecd2d8;
    margin: 30px 0;
}
.left_contact_top{
    padding: 20px 30px;
}
.left_contact p{
    line-height: 25px;
	text-indent: 25px;
}
.left_contact .left_contact_title{}
.left_contact .left_contact_title h3{
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}
.left_contact .left_hotline{
	background:url(/images/new_left_02.png) no-repeat;
}
.left_contact .left_hotline p{
    font-size: 22px;
    color: #383838;
    text-indent: 50px;
    line-height: 40px;
}
.left_contact p.tel_bg{
    background: url(/images/product_left_03.png) no-repeat;
    background-position-y: 5px;
    background-position-x: 5px;
}
.left_contact p.fax_bg{
    background: url(/images/product_left_03.png) no-repeat;
    background-position-y: -18px;
    background-position-x: 5px;

}
.left_contact p.mail_bg{
    background: url(/images/product_left_03.png) no-repeat;
    background-position-y: -43px;
    background-position-x: 5px;

}
.left_contact p.add_bg{
    background: url(/images/product_left_03.png) no-repeat;
    background-position-y: -67px;
    background-position-x: 5px;
    padding-left: 25px;
    text-indent: 0;
}
/* 橙色小块 */
.orange_square_width5_height25{
    display: inline-block;
    height: 25px;
    width: 5px;
    background-color: #383838;
    float: left;
    margin-right: 10px;
}
.orange_square_width10_height10{
    display: inline-block;
    height: 10px;
    width: 10px;
    background-color: #383838;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}
.left_span{
    width: 40px;
    height: 20px;
    display: block;
    float: left;
}

.lefttwocode
{
    width:100%;
    height:auto;
    overflow:hidden;
}

.lefttwocode .tit
{
    font-size:18px;
    text-align:center;
    line-height:18px;
    margin-top:15px;
    margin-bottom:15px;
}
.lefttwocode .pic
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.lefttwocode .pic img
{
    width:150px;
    height:150px;
    overflow:hidden;
    border:1px solid #eee;
    margin:auto;
    display:block;
    margin-top:15px;
}
