@charset "utf-8";
html,body{
	/*overflow-x:hidden;*/
	background-color: #f1f1e1;
}
#content .prodctList {
	height: 227px;
	width: 1237px;
	margin-top: 65px;
	margin-left: 15px;
	position: relative;
	background-image: url(../images/product/bg1.png);
	background-repeat: no-repeat;
}
.prodctList .title {
	background-image: url(../images/product/ptitle.png);
	background-repeat: no-repeat;
	height: 207px;
	width: 276px;
	margin-top: 30px;
	margin-left: 80px;
	position: absolute;
}
.prodctList .title .text {
	font-size: 14px;
	line-height: 20px;
	color: #434343;
	text-decoration: none;
	width: 195px;
	margin-top: 35px;
	margin-left: 28px;
}
.prodctList .title .text p{
	margin-bottom: 15px;
}
.prodctList .title .text p a{
	font-size: 14px;
	font-style: italic;
	color: #951313;
	text-decoration: none;
}
.prodctList .title .text p a:hover{
	text-decoration: underline;
}
.prodctList ul{
	margin-top: 5px;
	margin-left: 380px;
	height: 217px;
	width: 800px;
	float: left;
}
.prodctList li {
	float: left;
	margin-right: 1px;
	background-image: url(../images/product/plibg.png);
    background-repeat: no-repeat;
	transition: 0.3s ease-out;
}
.prodctList li:hover{
	background-image: url(../images/product/plibgh.png);
	margin-top: -20px;
}
.prodctList li a{
	display: block;
	height: 217px;
	width: 106px;
	/*background-color: rgba(159,192,127,1);*/
	transition: 0.3s ease-out;
	text-indent: -9999px;
}
.prodctList li a:hover{
	/*background-color: rgba(159,192,127,0.5);
	margin-top: -20px;*/
}
.prodctList li a.p1{
	background-image: url(../images/product/pli1.png);
	background-repeat: no-repeat;
	background-position: center center;	
}
.prodctList li a.p1:hover{
	background-image: url(../images/product/pli1h.png);
}
.prodctList li a.p2{
	background-image: url(../images/product/pli2.png);
	background-repeat: no-repeat;
	background-position: center center;	
}
.prodctList li a.p2:hover{
	background-image: url(../images/product/pli2h.png);
}
.prodctList li a.p3{
	background-image: url(../images/product/pli3.png);
	background-repeat: no-repeat;
	background-position: center center;	
}
.prodctList li a.p3:hover{
	background-image: url(../images/product/pli3h.png);
}
.prodctList li a.p4{
	background-image: url(../images/product/pli4.png);
	background-repeat: no-repeat;
	background-position: center center;	
}
.prodctList li a.p4:hover{
	background-image: url(../images/product/pli4h.png);
}
.prodctList li a.p5{
	background-image: url(../images/product/pli5.png);
	background-repeat: no-repeat;
	background-position: center center;	
}
.prodctList li a.p5:hover{
	background-image: url(../images/product/pli5h.png);
}
.prodctList li a.p6{
	background-image: url(../images/product/pli6.png);
	background-repeat: no-repeat;
	background-position: center center;	
}
.prodctList li a.p6:hover{
	background-image: url(../images/product/pli6h.png);
}
#content .assList {
	height: 227px;
	width: 1237px;
	margin-top: 35px;
	margin-left: -150px;
	margin-bottom:60px;
	position: relative;
	background-image: url(../images/product/bg2.png);
	background-repeat: no-repeat;
}
.assList .title {
	background-image: url(../images/product/atitle.png);
	background-repeat: no-repeat;
	height: 168px;
	width: 747px;
	margin-top: -18px;
	margin-left: 180px;
	position: absolute;
	z-index: 1;
}
.assList .title .text {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	width: 112px;
	margin-top: 35px;
	margin-left: 27px;
}
.assList .title .text p{
	margin-bottom: 15px;
	text-align: center;
}
.assList ul{
	margin-top: 40px;
	margin-left: 550px;
	height: 154px;
	width: 800px;
	float: left;
	position: relative;
	z-index: 2;
}
.assList li {
	float: left;
	margin-right: 30px;
	margin-left: 30px;
}
.assList li a{
	display: block;
	height: 154px;
	width: 154px;
	transition: 0.3s ease-out;
	filter: Alpha(Opacity=60);
	opacity:0.6;
}
.assList li a:hover{
	filter: Alpha(Opacity=100);
	opacity:1;
}
#content .banner {
	width:1200px;
	margin-left: -50px;
	position: relative;
	box-shadow: 0 4px 4px -2px rgba(76,76,76,0.6);
	z-index:5;
}
#content .left {
	width: 195px;
	float: left;
	margin-right: 65px;
}
#content .left ul {
	background-color: #00a94f;
	width: 192px;
	box-shadow: 0 4px 4px -2px rgba(154,154,154,0.6);
	padding-top: 78px;
	background-image: url(../images/product/leftulbg.jpg);
	background-repeat: no-repeat;
}
#content .left ul li{
	margin-right: 1px;
	margin-left: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aab9a1;
}
#content .left ul li a{
	display: block;
	height: 78px;
	width: 160px;
	transition: 0.3s ease-out;
	font-size: 14px;
	line-height: 78px;
	color: #1b1b1b;
	background-color: #FFF;
	padding-left: 30px;
	text-decoration: none;
	background-image: url(../images/product/leftlibg.png);
	background-repeat: no-repeat;
}
#content .left ul li a:hover,#content .left ul li a.on{
	background-image: url(../images/product/leftlibgh.png);
	color: #fff;
	background-color: #85d35a;
}

#content .right {
	width: 840px;
	float: left;
	margin-top: 30px;
	margin-bottom: 100px;
}
#content .right h2{
	font-size: 15px;
	line-height: 24px;
	color: #FFF;
	background-image: url(../images/product/p1title.png);
	background-repeat: no-repeat;
	padding-left: 27px;
	background-position: 3px 2px;
	background-color: #000;
	display: inline-block;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-right: 10px;
	border-radius: 15px;
	/* support Safari, Chrome */
	-webkit-border-radius: 15px;
	/* support firefox */
	-moz-border-radius: 15px;
}
#content .right h3{
	font-size: 15px;
	line-height: 24px;
	color: #FFF;
	background-image: url(../images/product/p1s_title.png);
	background-repeat: no-repeat;
	padding-left: 27px;
	background-position: 12px 8px;
	background-color: #9a9a92;
	/*background-color: rgba(67,67,67,0.5);*/
	display: inline-block;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-right: 10px;
	border-radius: 15px;
	/* support Safari, Chrome */
	-webkit-border-radius: 15px;
	/* support firefox */
	-moz-border-radius: 15px;
}
#content .right p{
	color: #535353;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 25px;
	letter-spacing: 0.1em;
	padding-left: 5px;
}
#content .right p b {
	padding-left: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	font-weight: bold;
}

#content .right p a{
	color: #01A84E;
	text-decoration: none;	
}
#content .right p a:hover{
	color: #85d35a;
	text-decoration: underline;
}
#content .right ul {
	padding-left: 25px;
	margin-bottom: 25px;
}
#content .right ul.sh{
	width: 400px;
	margin-bottom: 80px;
}
#content .right ul .credit{
	float: right;
	width: 161px;
	overflow: visible;
}
#content .right ul li {
	list-style-position: outside;
	list-style-type: disc;
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
}
#content .right ul li a{
	color: #01A84E;
	text-decoration: none;	
}
#content .right ul li a:hover{
	color: #85d35a;
	text-decoration: underline;
}
#content .right ul li p{
	padding-left: 0px;
	padding-top: 5px;
}
#content .right p a.option{
	transition: 0.3s ease-out;
	filter: Alpha(Opacity=100);
	opacity:1;
}
#content .right p a.option:hover{
	filter: Alpha(Opacity=60);
	opacity:0.6;
}
