@charset "utf-8";
html,body{
	/*overflow-x: hidden;*/
	background-color: #f7e6d5;
}
#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 .oc {
	width: 900px;
	margin-top: 30px;
	margin-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
}
#content .oc h2{
	font-size: 14px;
	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 .oc h3{
	font-size: 14px;
	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: 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;
}

.oc .list {
	width: 225px;

	height:407px
	float: left;
	margin-right: 1px;
	background-color: #7eb497;
	border: 1px solid #00a94f;
	float: left;
	height: 407px;
}

.oc .list ul {
	width: 225px;
	margin-top: 0px;
	position: relative;	/*box-shadow: 0 4px 4px -2px rgba(154,154,154,0.6);*/
}
.oc .list ul li{
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;	
}
.oc .list ul li:nth-child(8){
	border-bottom-style: none;
}
.oc .list ul li a{
	display: block;
	height: 50px;
	width: 225px;
	transition: 0.3s ease-out;
	overflow: hidden;
	background-color: #7eb497;
	text-decoration: none;
}

.oc .list ul li a:hover,.oc .list ul li a.on{
	background-color: #00a94f;
}
.oc .list ul li a table{
	height: 50px;	
}
.oc .list ul li a table td{
	font-size: 14px;
	color: #FFF;
	padding-left: 47px;
	vertical-align: middle;
}
.oc .list ul li a table td.p1{
	background-image: url(../images/offer/listicon1.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.oc .list ul li a table td.p2{
	background-image: url(../images/offer/listicon2.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.oc .list ul li a table td.p3{
	background-image: url(../images/offer/listicon3.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}

.oc .detail{
	float: left;
	height: 407px;
	width: 670px;
	border: 1px solid #00a94f;
}
.oc .detail .intro{
	height: 65px;
	font-size: 14px;
	line-height: 65px;
	color: #FFF;
	background-color: #00a94f;
	position: relative;
}
.oc .detail .intro li{
	list-style-type: none;
	position: absolute;
	padding-left: 60px;
	font-size: 14px;
	width: 610px;
	display: none;
}
.oc .detail .intro li.on{
	display: list-item;
}
.oc .detail .intro li span{
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-right: 15px;
}
.oc .detail .intro li.i1{
	background-image: url(../images/offer/introicon1.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.oc .detail .intro li.i2{
	background-image: url(../images/offer/introicon2.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.oc .detail .intro li.i3{
	background-image: url(../images/offer/introicon3.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.oc .detail .intro .more{
	background-image: url(../images/offer/more.png);
	background-repeat: no-repeat;
	display: block;
	height: 7px;
	width: 43px;
	margin-top: 50px;
	float: right;
	margin-right: 10px;
	transition: 0.3s ease-out;
	filter: Alpha(Opacity=100);
	opacity:1;
}
.oc .detail .intro .more:hover{
	filter: Alpha(Opacity=70);
	opacity:0.7;
}
.oc .detail .obanner{
	height: 342px;
	width: 670px;
	overflow: hidden;
	position: relative;
}
.oc .detail .obanner ul{
	width: 670px;
	margin-top: 0px;
	position: relative;
}
.oc .detail .obanner ul li{
	list-style-type: none;
	width: 670px;
	height: 342px;
	overflow: hidden;
	position: relative;
}



.oc .bottom {
	float: left;
	height: 212px;
	width: 900px;
	margin-top: 65px;
	margin-bottom: 130px;
	background-image: url(../images/case/bottombg.png);
	background-repeat: no-repeat;
}
.oc .bottom ul{
	background-image: url(../images/case/bottomulbg.png);
	background-repeat: no-repeat;
	margin-top: 30px;
	padding-left: 330px;
	height: 154px;
	width: 550px;
	float: left;
	background-position: 30px 0px;
}
.oc .bottom li {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.oc .bottom li a{
	display: block;
	height: 154px;
	width: 154px;
	transition: 0.3s ease-out;
	filter: Alpha(Opacity=60);
	opacity:0.6;
}
.oc .bottom li a:hover{
	filter: Alpha(Opacity=100);
	opacity:1;
}

