@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 .cc {
	width: 900px;
	margin-top: 30px;
	margin-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
}
#content .cc 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 .cc 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;
}

.cc .list {
	width: 226px;
	height:750px;
	float: left;
	margin-right: 4px;
	background-image: url(../images/case/listbg.png);
	background-repeat: no-repeat;
	
}
.cc .list .viewport{
	height: 670px;
	width: 218px;
	margin-top: 33px;
	margin-bottom: 33px;
	margin-right: 4px;
	margin-left: 4px;
	overflow: hidden;	
}
.cc .list ul {
	width: 218px;
	margin-top: 0px;
	position: relative;	/*box-shadow: 0 4px 4px -2px rgba(154,154,154,0.6);*/
}
.cc .list ul li{
	margin-bottom: 5px;
	list-style-type: none;
	
}
.cc .list ul li a img{
	width: 216px;
	position: absolute;
	z-index: 1;
}
.cc .list ul li a{
	display: block;
	height: 218px;
	width: 216px;
	transition: 0.3s ease-out;
	font-size: 14px;
	line-height: 78px;
	color: #1b1b1b;
	text-decoration: none;
	background-repeat: no-repeat;
	border: 1px solid rgba(0,169,79,0);
	-webkit-filter: saturate(0.3);
}

.cc .list ul li a:hover,.cc .list ul li a.active{
	color: #fff;
	border: 1px solid #00a94f;
	-webkit-filter: saturate(1);
}
.cc .list ul li a .title{
	background-image: url(../images/case/listtbg.png);
	font-size: 14px;
	color: #00a94f;
	display: block;
	height: 45px;
	width: 201px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 15px;
	background-repeat: no-repeat;
	z-index: 2;
	position: absolute;
	line-height: 18px;
}
.cc .list .listup{
	background-image: url(../images/case/listarrow.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 10px;
	width: 18px;
	position: absolute;
	margin-top: 10px;
	margin-left: 104px;
	transition: 0.3s ease-out;
	filter: Alpha(Opacity=60);
	opacity:0.6;
}
.cc .list .listdown{
	background-image: url(../images/case/listarrow.png);
	background-repeat: no-repeat;
	background-position: 0px -12px;
	display: block;
	height: 10px;
	width: 18px;
	position: absolute;
	margin-top: -20px;
	margin-left: 104px;
	transition: 0.3s ease-out;
	filter: Alpha(Opacity=60);
	opacity:0.6;
}
.cc .list .listup:hover,.cc .list .listdown:hover{
	filter: Alpha(Opacity=100);
	opacity:1;
}
.cc .detail{
	float: left;
	height: 730px;
	width: 670px;
}
.cc .detail li{
	list-style-type: none;
	position: absolute;
	width: 670px;
	height: 730px;
}
.cc .detail ul li .intro {
	float: left;
	padding-top: 15px;
	padding-right: 75px;
	padding-bottom: 15px;
	padding-left: 75px;
	width: 520px;
	/*background-color: rgba(0,169,79,0.9);*/
	background-image: url(../images/case/introbg.png);
	background-repeat: repeat;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	position: relative;
	z-index: 10;
}
.cc .detail ul li .intro h1{
	font-size: 18px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.cc .detail ul li .intro p{
	margin-bottom: 22px;
}
.cc .detail ul li .intro p.desc{
	font-size: 14px;
	color: #fff200;	
}
.cc .detail ul li .intro .kind{
	margin-top: 0px;
	margin-left: -60px;
	position: absolute;
}
.cc .detail ul li .more{
	background-image: url(../images/case/more.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	width: 65px;
	margin-top: -31px;
	float: right;
	margin-right: 10px;
	transition: 0.3s ease-out;
	filter: Alpha(Opacity=100);
	opacity: 1;
	z-index: 11;
	position: relative;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.cc .detail ul li .more:hover{
	filter: Alpha(Opacity=70);
	opacity:0.7;
}
.cc .detail ul li .close{
	background-image: url(../images/case/close.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	width: 69px;
	margin-top: 27px;
	float: right;
	margin-right: 10px;
	transition: 0.3s ease-out;
	filter: Alpha(Opacity=100);
	opacity: 1;
	position: relative;
	z-index: 11;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.cc .detail ul li .close:hover{
	filter: Alpha(Opacity=70);
	opacity:0.7;
}
.cc .detail ul li .advice {
	float: left;
	width: 670px;
	/*background-color: rgba(238,238,238,0.8);*/
	background-image: url(../images/case/advicebg.png);
	background-repeat: repeat;
	height: 0px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.cc .detail ul li .bg{
	position: absolute;
	z-index: 1;
	width: 670px;
	overflow: hidden;
}
.cc .detail ul li .advice .text{
	height: 350px;
	width: 555px;
	overflow: hidden;
	margin-top: 20px;
	margin-left: 75px;
	padding-right: 25px;
	font-size: 14px;
	line-height: 20px;
	color: #1b1b1b;
}
.cc .detail ul li .advice .text p{
	margin-bottom: 20px;
}
.cc .detail ul li .advice .text p b{
	color: #00A94F;	
}
.cc .bottom {
	float: left;
	height: 212px;
	width: 900px;
	margin-top: 65px;
	margin-bottom: 130px;
	background-image: url(../images/case/bottombg.png);
	background-repeat: no-repeat;
}
.cc .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;
}
.cc .bottom li {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.cc .bottom li a{
	display: block;
	height: 154px;
	width: 154px;
	transition: 0.3s ease-out;
	filter: Alpha(Opacity=60);
	opacity:0.6;
}
.cc .bottom li a:hover{
	filter: Alpha(Opacity=100);
	opacity:1;
}

