@charset "utf-8";
/* CSS Document */

/**************Reset Style*****************/


* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif, "Microsoft YaHei", "Simsun", Sans-Serif, SimHei, "Microsoft JhengHei", STXihei, STHeiti;;
}
body {
/*	margin:20px;*/
        margin: auto;
	padding:0;
	color:#666;
	background:#fff;
	font-size: 12px;
}
p {
	font-size: 12px;
	line-height: 28px;
	padding: 3px 0 3px;
}
a {
	text-decoration:none;
	color:#0084C7;
	font-weight:400;
}
a:hover {
	text-decoration:underline;
	color:#0084C7;
}


/***********PROMO STYLE*************/

#content_header {
	margin-top:50px;
	text-align:center;	
}

#content_header h1 {
	font-size:24px;
	color:#0881f2;
}

#content_header h2 {
	font-size:16px;
	color:#333;
}





/**************Showcase Style Starts*****************/

#container {
/*	margin:50px auto;
	width:1000px;*/
        margin: auto;
        width: 900px;
}

.showcase {
	list-style: none;
/*	padding: 0 0 40px 40px;*/
        padding: 20px 0 20px 20px;
	height: 264px;
}

.showcase1 {
	list-style: none;
/*	padding: 0 0 40px 40px;*/
        padding: 20px 0 20px 30px;
	height: 134px;
}

.showcase2 {
	list-style: none;
/*	padding: 0 0 40px 40px;*/
        padding: 20px 0 20px 18px;
	height: 264px;
}

.showcase li {
	float: left;
/*	width: 285px;*/
/*        width: 280px;*/
        width: 400px;
	height: 264px;
	overflow: hidden;
	margin: 0 1px 0 18px;
}

.showcase1 li {
	float: left;
/*	width: 285px;*/
        width: 200px;
	height: 134px;
	overflow: hidden;
	margin: 0 13px 0 0;
}

.showcase2 li {
	float: left;
        width: 280px;
	height: 264px;
	overflow: hidden;
	margin: 0 1px 0 10px;
}

.showcase a {
	display: block;
/*	width: 285px;*/
        width: 405px;
	height: 264px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.showcase1 a {
	display: block;
	width: 205px;
	height: 134px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.showcase2 a {
	display: block;
        width: 285px;
	height: 264px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.showcase a img {
	width: 600px;
	height: 325px;
/*        width: 200px;
        height: 500px;*/        
/*        width: 374px;
        height: 134px;*/
	margin: 0 auto;
	position: absolute;
	left: -104px;
	top: -40px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.showcase1 a img {
/*	width: 400px;
	height: 234px;*/
	width: 410px;
	height: 300px;
/*        width: 200px;
        height: 500px;*/        
/*        width: 374px;
        height: 134px;*/
	margin: 0 auto;
	position: absolute;
	left: -104px;
	top: -40px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.showcase2 a img {
	width: 400px;
	height: 325px;
/*        width: 200px;
        height: 500px;*/        
/*        width: 374px;
        height: 134px;*/
	margin: 0 auto;
	position: absolute;
	left: -104px;
	top: -40px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.showcase a:hover img {
	width: 400px;
	height: 325px;
/*	width: 285px;
	height: 213px; */       
/*        width: 185px;
        height: 113px;*/
	left: 0;
	top: -10px;
}

.showcase1 a:hover img {
	width: 200px;
	height: 234px;
/*	width: 285px;
	height: 213px; */       
/*        width: 185px;
        height: 113px;*/
	left: 0;
	top: -10px;
}

.showcase2 a:hover img {
	width: 285px;
	height: 213px;        
/*        width: 185px;
        height: 113px;*/
	left: 0;
	top: -10px;
}

.showcase a p {
	background: #59A214;
	color: #fff;
	font-size: 11px;
	padding: 12px 20px;
	position:absolute;
	bottom:-100px;
	line-height: 20px;
	display: block;
	width: 360px;
/*        width: 145px;*/
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.showcase1 a p {
	background: #59A214;
        opacity: 0.8;
        filter: Alpha(opacity=80); /* IE8 and earlier */
	color: #fff;
	font-size: 11px;
	padding: 12px 20px;
	position:absolute;
	bottom:-100px;
	line-height: 20px;
	display: block;
	width: 165px;
/*        width: 145px;*/
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.showcase2 a p {
	background: #59A214;
	color: #fff;
	font-size: 11px;
	padding: 12px 20px;
	position:absolute;
	bottom:-100px;
	line-height: 20px;
	display: block;
	width: 245px;
/*        width: 145px;*/
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.showcase a:hover p {
	bottom: 0;
	background: #3C840B;
}

.showcase1 a:hover p {
	bottom: 0;
	background: #3C840B;
        opacity: 0.8;
        filter: Alpha(opacity=80); /* IE8 and earlier */
}

.showcase2 a:hover p {
	bottom: 0;
	background: #3C840B;
        opacity: 0.8;
        filter: Alpha(opacity=80); /* IE8 and earlier */
}

.showcase a h3 {
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	background: #59A214;
	width: 331px;
/*        width: 111px;*/
	padding: 8px 10px;
	position: absolute;
	left:10px;
	bottom:10px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.showcase1 a h3 {
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	background: #59A214;
        opacity: 0.8;
        filter: Alpha(opacity=80); /* IE8 and earlier */
	width: 128px;
/*        width: 111px;*/
	padding: 8px 10px;
	position: absolute;
	left:10px;
	bottom:10px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.showcase2 a h3 {
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	background: #59A214;
	width: 211px;
/*        width: 111px;*/
	padding: 8px 10px;
	position: absolute;
	left:10px;
	bottom:10px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.showcase a:hover h3 {
	bottom:94px;
	background: #3C840B;
}

.showcase1 a:hover h3 {
	bottom:94px;
	background: #3C840B;
        opacity: 0.8;
        filter: Alpha(opacity=80); /* IE8 and earlier */
}

.showcase2 a:hover h3 {
	bottom:94px;
	background: #3C840B;
        opacity: 0.8;
        filter: Alpha(opacity=80); /* IE8 and earlier */
}

.showcase a h3 i {
	width: 33px;
	height: 26px;
	position: absolute;
	right: -34px;
	top: 0;
	background: #59A214;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	padding:6px 0 0 0;
}

.showcase1 a h3 i {
	width: 33px;
	height: 26px;
	position: absolute;
	right: -34px;
	top: 0;
	background: #59A214;
        opacity: 0.8;
        filter: Alpha(opacity=80); /* IE8 and earlier */
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	padding:6px 0 0 0;
}

.showcase2 a h3 i {
	width: 33px;
	height: 26px;
	position: absolute;
	right: -34px;
	top: 0;
	background: #59A214;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	padding:6px 0 0 0;
}

.showcase .thumb2 a p, .showcase .thumb2 a h3 {
	background: #F68B28;
}

.showcase1 .thumb2 a p, .showcase1 .thumb2 a h3 {
	background: #F68B28;
        opacity: 0.8;
        filter: Alpha(opacity=80); /* IE8 and earlier */
}

.showcase2 .thumb2 a p, .showcase2 .thumb2 a h3 {
	background: #F68B28;
        opacity: 0.8;
        filter: Alpha(opacity=80); /* IE8 and earlier */
}

.showcase .thumb2 a:hover p, .showcase .thumb2 a:hover h3 {
	background: #F16B17;
}

.showcase1 .thumb2 a:hover p, .showcase1 .thumb2 a:hover h3 {
	background: #F16B17;
        opacity: 0.8;
        filter: Alpha(opacity=80); /* IE8 and earlier */
}

.showcase2 .thumb2 a:hover p, .showcase2 .thumb2 a:hover h3 {
	background: #F16B17;
        opacity: 0.8;
        filter: Alpha(opacity=80); /* IE8 and earlier */
}

.showcase .thumb2 a h3 i {
	background: #F68B28;
}

.showcase1 .thumb2 a h3 i {
	background: #F68B28;
        opacity: 0.8;
        filter: Alpha(opacity=80); /* IE8 and earlier */
}

.showcase2 .thumb2 a h3 i {
	background: #F68B28;
        opacity: 0.8;
        filter: Alpha(opacity=80); /* IE8 and earlier */
}

.showcase .thumb2 a:hover h3 i {
	background: #F16B17;
}

.showcase1 .thumb2 a:hover h3 i {
	background: #F16B17;
        opacity: 0.8;
        filter: Alpha(opacity=80); /* IE8 and earlier */
}

.showcase2 .thumb2 a:hover h3 i {
	background: #F16B17;
        opacity: 0.8;
        filter: Alpha(opacity=80); /* IE8 and earlier */
}

.showcase .thumb3 a p, .showcase .thumb3 a h3 {
	background: #0065BB;
}

.showcase1 .thumb3 a p, .showcase1 .thumb3 a h3 {
	background: #0065BB;
        opacity: 0.8;
        filter: Alpha(opacity=80); /* IE8 and earlier */
}

.showcase2 .thumb3 a p, .showcase2 .thumb3 a h3 {
	background: #0065BB;
        opacity: 0.8;
        filter: Alpha(opacity=80); /* IE8 and earlier */
}

.showcase .thumb3 a:hover p, .showcase .thumb3 a:hover h3 {
	background: #0046A2;
}

.showcase1 .thumb3 a:hover p, .showcase1 .thumb3 a:hover h3 {
	background: #0046A2;
        opacity: 0.8;
        filter: Alpha(opacity=80); /* IE8 and earlier */
}

.showcase2 .thumb3 a:hover p, .showcase2 .thumb3 a:hover h3 {
	background: #0046A2;
        opacity: 0.8;
        filter: Alpha(opacity=80); /* IE8 and earlier */
}

.showcase .thumb3 a h3 i {
	background: #0065BB;
}

.showcase1 .thumb3 a h3 i {
	background: #0065BB;
        opacity: 0.8;
        filter: Alpha(opacity=80); /* IE8 and earlier */
}

.showcase2 .thumb3 a h3 i {
	background: #0065BB;
        opacity: 0.8;
        filter: Alpha(opacity=80); /* IE8 and earlier */
}

.showcase .thumb3 a:hover h3 i {
	background: #0046A2;
}

.showcase1 .thumb3 a:hover h3 i {
	background: #0046A2;
        opacity: 0.8;
        filter: Alpha(opacity=80); /* IE8 and earlier */
}

.showcase2 .thumb3 a:hover h3 i {
	background: #0046A2;
        opacity: 0.8;
        filter: Alpha(opacity=80); /* IE8 and earlier */
}

.showcase .thumb4 a p, .showcase .thumb4 a h3 {
	background: #C61618;
}

.showcase1 .thumb4 a p, .showcase1 .thumb4 a h3 {
	background: #C61618;
        opacity: 0.8;
        filter: Alpha(opacity=80); /* IE8 and earlier */
}

.showcase2 .thumb4 a p, .showcase2 .thumb4 a h3 {
	background: #C61618;
        opacity: 0.8;
        filter: Alpha(opacity=80); /* IE8 and earlier */
}

.showcase .thumb4 a:hover p, .showcase .thumb4 a:hover h3 {
	background: #C61618;
}

.showcase1 .thumb4 a:hover p, .showcase1 .thumb4 a:hover h3 {
	background: #C61618;
        opacity: 0.8;
        filter: Alpha(opacity=80); /* IE8 and earlier */
}

.showcase2 .thumb4 a:hover p, .showcase2 .thumb4 a:hover h3 {
	background: #C61618;
        opacity: 0.8;
        filter: Alpha(opacity=80); /* IE8 and earlier */
}

.showcase .thumb4 a h3 i {
	background: #C61618;
}

.showcase1 .thumb4 a h3 i {
	background: #C61618;
        opacity: 0.8;
        filter: Alpha(opacity=80); /* IE8 and earlier */
}

.showcase2 .thumb4 a h3 i {
	background: #C61618;
        opacity: 0.8;
        filter: Alpha(opacity=80); /* IE8 and earlier */
}

.showcase .thumb4 a:hover h3 i {
	background: #C61618;
}

.showcase1 .thumb4 a:hover h3 i {
	background: #C61618;
        opacity: 0.8;
        filter: Alpha(opacity=80); /* IE8 and earlier */
}

.showcase2 .thumb4 a:hover h3 i {
	background: #C61618;
        opacity: 0.8;
        filter: Alpha(opacity=80); /* IE8 and earlier */
}