@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
.bg_1{
}
.bg_1 img{
	width:100%;
}
.introduce{
	margin:20px 60px;
	background:url(../images/pic_04.png) left no-repeat;
	background-size:8px 28px;
	padding:10px 20px;
}
.introduce p{
	font-size:24px;
}
.detail{
	margin:0 60px;
	padding:0 20px;
}
.detail li{
    color:#ec702f;
}
li p{
	color:#111;
}
.title{
	font-size:18px;
	line-height:40px;
}
.content{
	font-size:14px;
	line-height:24px;
}