body{
	font-size: 14px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif, Helvetica-Fraction;
	color: #333;
}
.lc_mainBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 15px 0;
	background: url(../images/lc_mainBg.png) right bottom no-repeat, url(../images/lc_mainBg_l.png) left bottom no-repeat;
}
.lc_main{
	width: 1200px;
	margin: 0 auto;
}
.lc_main .text{
	width: 100%;
	float: left;
	padding: 15px 0;
}
.lc_main .text .img{
	width: 490px;
	float: left;
	background: url(../images/lc_img_bg.png) center bottom no-repeat;
	padding: 20px 0 22px 0;
}
.lc_main .text .info{
	width: 680px;
	float: left;
	padding: 20px 0 0 20px;
}
.text .info li{
	list-style-type: decimal;	
	margin: 0 0 0 25px;
}
.info img{
	margin: 5px 0;
}
#container .btn_brow{
    padding: 10px 15px;
    background: #a6937c;
    color: #fff;
    margin: 8px 0;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
	font-size: 20px;
}

#container .btn_gre{
	padding: 10px 15px;
	background-color: #7DA772;
	color: #fff;
	margin: 8px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 20px;
}
.info .btn_brow{
    padding: 10px 15px;
    background: #a6937c;
    color: #fff;
    margin: 8px 0;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
		font-size: 20px;
}

#container h1{
	color: #0C548F;
	font-size: 18px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
.lc_mainBg{
	min-width: 1000px;
}
.lc_main{
	width: 970px;
	padding: 0 15px;
}
.lc_main .text .img{
	width: 400px;
}
.lc_main .text .img img{
	width: 100%;
	height: auto;
}
.lc_main .text .info{
	width: 550px;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.lc_mainBg{
	min-width: 320px;
}
.lc_main{
	width: 90%;
	margin: 0 5%;
	height: auto;
}
.lc_main .text .img, .lc_main .text .info{
	width: 100%;
	padding: 10px 0;
}
.lc_main .text .img img{
	width: 100%;
	height: auto;
}
}