/* CSS Document */
body{
	background-color: #f9f9f9;
}



.navmenu_listbox ul{
	margin: auto;
	width: 330px;
	height: 48px;
	overflow: hidden;
}

/*****main_body*********************/

.main_body{
	margin: auto;
	width: 100%;
}
.main_body .lx_contents_01_bg{
    width: 100%;
    height: auto;
    background: url(../img/bg_contact_cus.jpg) -10px center no-repeat;
}
.main_body .lx_contents_01{
	margin: auto;
    padding-top: 70px;
	width: 1200px;
	height: auto;
	min-height: 545px;
	font-size: 15px;
	line-height: 200%;
	color: #696969;
	overflow: hidden;
}
.lx_contents_01 .top_con{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.lx_contents_01 .top_con .right_box span{
    color: #a50607;
    font-size: 16px;
    line-height: 36px;
    display: block;
    font-weight: bold;
}
.lx_contents_01 .top_con .img_01 {
    float:left;  
    width:678px;
    height: 350px;
    margin-left: 0px;
    margin-top: 36px;
    border: #acacac 1px solid;
    font-size: 12px;
    line-height: 200%;
    overflow: hidden;
}
/*.lx_contents_01 .top_con .img_01 img{
    width:678px;
    height: 311px;
}*/

.lx_contents_01 .top_con .right_box{
    float: left;
    margin-left: 50px;
    width: 450px;
    height: auto;
    overflow: hidden;
}

.lx_contents_01 .top_con .right_box .tit_lan{
    margin-top: 70px;
    width: 100%;
    line-height: 30px;
    font-size:18px;
    color: #232723;
    font-weight: bold;
}
.lx_contents_01 .top_con .right_box ul{
    margin-top: 30px;
    
}
.lx_contents_01 .top_con .right_box ul li{
    width: 100%;
    height: 35px;
    margin-top: 5px;
    margin-bottom: 5px;
    
}
.lx_contents_01 .top_con .right_box ul li i{
    float: left;
    margin-top: 7px;
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url(../img/links_ico.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

.lx_contents_01 .top_con .right_box ul li i.icos_01{ background-position: -2px -4px;}
.lx_contents_01 .top_con .right_box ul li i.icos_02{ background-position: -2px -37px;}
.lx_contents_01 .top_con .right_box ul li i.icos_03{ background-position: -2px -69px;}
.lx_contents_01 .top_con .right_box ul li i.icos_04{ background-position: -2px -100px;}
.lx_contents_01 .top_con .right_box ul li i.icos_05{ background-position: -2px -130px;}


.lx_contents_01 .top_con .right_box ul li span{
    float: left;
}
.lx_contents_01 .top_con .right_box ul li span.titles{
    font-weight: bold;
    color: #4d544d;
}

.lx_contents_01 .top_con .right_box ul li span.infos{
    padding-top: 6px;
    width: 325px;
    height: auto;
    line-height: 150%;
    font-weight: normal;
    color: #4d544d;
}























