/*====== home piece one start ======*/
.homeOnePiece{
	min-width:1200px;
	position:relative;
	background:url(../images/onepiece-bg.png) repeat-y center bottom;
	height:95px;
	margin-top:-13px;
	z-index:999;
}
.homeOnePiece .onePiece{
	width:1200px;
	margin:0px auto;
	position:relative;
	z-index:100;
}
.homeOnePiece .onePiece .oneLeft{
	float:left;
	width:225px;
	padding:5px 210px 0px 50px;
	text-align:right;
	color:#86ffbc;
	font-size:12px;
}
.homeOnePiece .onePiece .oneLeft h3{
	color:#FFF;
	font-size:20px;
	font-weight:normal;
	line-height:35px;
	padding-top:5px;
}

.homeOnePiece .onePiece .oneRight{
	width:715px;
	float:left;
	position:relative;
	height:95px;
}
.homeOnePiece .onePiece .oneRight span{
	position:absolute;
	width:36px;
	height:31px;
}
.homeOnePiece .onePiece .oneRight span.qLeft{
	top:0px;
	left:0px;
	background:url(../images/quoteleft.png) no-repeat center center;
}
.homeOnePiece .onePiece .oneRight span.qRight{
	bottom:-10px;
	right:0px;
	background:url(../images/quoteright.png) no-repeat center center;
}
.homeOnePiece .onePiece .oneRight a{
	line-height:105px;
	display:block;
	padding-left:60px;
	text-align:left;
	height:95px;
	overflow:hidden;
	color:#666;
}
.homeOnePiece .onePiece .oneRight a:hover{
	color:#009241;
	font-weight:bold;
}
/*====== home piece one end ======*/

/*====== home piece two start ======*/
.homeTwoPiece{
	width:1200px;
	margin:0px auto;
	padding-top:45px;
	height:450px;
}
.homeTwoPiece .twoLeft{
	float:left;
	width:315px;
	background:url(../images/pub_09.jpg) top center no-repeat;
	height:300px;
	padding-top:150px;
}
.homeTwoPiece .twoLeft h3{
	font-size:15px;
	color:#333;
	text-align:left;
	line-height:50px;
	height:50px;
}
.homeTwoPiece .twoLeft p{
	color:#666;
	text-align:left;
	line-height:24px;
}
.homeTwoPiece .twoLeft a{
	background:#009241;
	color:#FFF;
	height:22px;
	display:block;
	padding:0px 20px;
	margin-top:25px;
	float:left;
	border-radius:3px;
}
.homeTwoPiece .twoRight{
	float:left;
	width:870px;
	padding-left:15px;
}
.homeTwoPiece .twoRight ul li{
	float:left;
	width:240px;
	padding-left:50px;
	height:210px;
	line-height:42px;
	text-align:center;
	font-weight:bold;
}
.homeTwoPiece .twoRight ul li a{
	display:block;
	overflow:hidden;
	height:252px;
	color:#333;
}
.homeTwoPiece .twoRight ul li a:hover{
	color:#009241;
}
.homeTwoPiece .twoRight ul li img{
	width:240px;
	height:150px;
	display:block;
}
/*====== home piece two end ======*/
/*====== home piece three start ======*/
.homeThreePiece{
	background:url(../images/pub_15.jpg) top center;
	height:372px;
	min-width:1200px;
}
.homeThreePiece div{
	margin:0px auto;
	width:950px;
	color:#FFF;
	padding-top:153px;
	line-height:30px;
}
.homeThreePiece div a{
	display:block;
	height:40px;
	line-height:40px;
	width:180px;
	text-align:center;
	color:#FFF;
	border-radius:8px;
	margin:0px auto;
	background-color:#009241;
	margin-top:30px;
}
/*====== home piece three end ======*/
/*====== home piece four start ======*/
.homeFourPiece{
	width:1200px;
	margin:0px auto;
	padding:47px 0px 70px 0px;
	overflow:hidden;
}
.homeFourPiece h3{
	border-bottom:1px solid #d6d6d6;
	height:30px;
	position:relative;
}
.homeFourPiece h3 span{
	width:165px;
	height:31px;
	position:absolute;
	top:0px;
	left:0px;
	background:url(../images/pub_18.jpg);
	display:block;
}
.homeFourPiece h3 a{
	position:absolute;
	bottom:1px;
	right:0px;
	display:block;
	width:71px;
	height:36px;
	background:url(../images/more.jpg);
}
.homeFourPiece ul{
	padding-top:34px;
	width:690px;
	float:left;
}
.homeFourPiece ul li{
	height:40px;
	line-height:40px;
	border-bottom:1px dashed #b2b2b2;
	text-align:left;
	position:relative;
	padding-left:28px;
}
.homeFourPiece ul li span{
	float:right;
	font-size:12px;
	color:#666;
}
.homeFourPiece ul li::after{
	content:"";
	position:absolute;
	left:12px;
	top:19px;
	width:5px;
	height:5px;
	border-radius:5px;
	background:#666;
}
.homeFourPiece ul li a{
	color:#3d3d3d;
}
.homeFourPiece ul li a:hover{
	color:#009241;
}
.homeFourPiece ul li:last-child{
	border:0px;
}
.homeFourPiece img{
	width:480px;
	height:266px;
	display:block;
	float:left;
	margin-left:30px;
	margin-top:48px;
}
/*====== home piece four end ======*/

