﻿@charset "utf-8";
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
a{color:#FFF;text-decoration:underline;}
a:hover{color:#B22222;text-decoration:underline;}
body{font:12px/180% Arial, Helvetica, sans-serif, "新宋体";}

#wrapper{width:960px;margin:0 auto;}
.item-container{position:relative;width:100%;display:none;}
.item-content{position:absolute;top:0;left:0;}
.item-img{display:block;position:relative;z-index:1002;margin-top:40px;margin-left:80px;float:left;}
.img-link{display:block;z-index:1003;border:none;float:left;}
.item-title{display:inline-block;position:relative;color:#FFF;margin-top:40px;margin-left:80px;width:380px;padding:12px;font-size:24px;float:left;}
.item-desc{
	display:inline-block;position:relative;font-size:12px;color:#FFF;line-height:160%;width:380px;padding:10px;margin-top:4px;margin-left:80px;float:left;z-index:1001;		
	/* Fallback for web browsers that doesn't support RGBa */
	background:rgb(0, 0, 0) transparent;
	/* RGBa with 0.6 opacity */
	background:rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.alpha60 {
	/* Fallback for web browsers that doesn't support RGBa */
	background:rgb(0, 0, 0) transparent;
	/* RGBa with 0.6 opacity */
	background:rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.large-offset{margin-top:120px;}
.small-offset{margin-top:0px;}
.arrowButton{cursor:pointer;}
.arrowButton .prevArrow{background:url(../images/prev.png) no-repeat;width:40px;height:40px;position:absolute;top:20px;margin-left:-20px;left:50%;z-index:1004;}
.arrowButton .nextArrow{background:url(../images/next.png) no-repeat;width:40px;height:40px;position:absolute;bottom:20px;margin-left:-20px;left:50%;z-index:1004;}

.animate0{
	-webkit-animation-duration:.6s;
	-webkit-animation-delay:0s;
	-webkit-animation-timing-function:ease;
	-webkit-animation-fill-mode:both;
	-moz-animation-duration:.6s;
	-moz-animation-delay:0s;
	-moz-animation-timing-function:ease;
	-moz-animation-fill-mode:both;
	-ms-animation-duration:.6s;
	-ms-animation-delay:0s;
	-ms-animation-timing-function:ease;
	-ms-animation-fill-mode:both;
	animation-duration:.6s;
	animation-delay:0s;
	animation-timing-function:ease;
	animation-fill-mode:both;
}
.animate1{
	-webkit-animation-duration:.6s;
	-webkit-animation-delay:.2s;
	-webkit-animation-timing-function:ease;
	-webkit-animation-fill-mode:both;
	-moz-animation-duration:.6s;
	-moz-animation-delay:.2s;
	-moz-animation-timing-function:ease;
	-moz-animation-fill-mode:both;
	-ms-animation-duration:.6s;
	-ms-animation-delay:.2s;
	-ms-animation-timing-function:ease;
	-ms-animation-fill-mode:both;
	animation-duration:.6s;
	animation-delay:.2s;
	animation-timing-function:ease;
	animation-fill-mode:both;
}
.animate2{
	-webkit-animation-duration:.6s;
	-webkit-animation-delay:.4s;
	-webkit-animation-timing-function:ease;
	-webkit-animation-fill-mode:both;
	-moz-animation-duration:.6s;
	-moz-animation-delay:.4s;
	-moz-animation-timing-function:ease;
	-moz-animation-fill-mode:both;
	-ms-animation-duration:.6s;
	-ms-animation-delay:.4s;
	-ms-animation-timing-function:ease;
	-ms-animation-fill-mode:both;
	animation-duration:.6s;
	animation-delay:.4s;
	animation-timing-function:ease;
	animation-fill-mode:both;
}
.animate3{
	-webkit-animation-duration:.6s;
	-webkit-animation-delay:.6s;
	-webkit-animation-timing-function:ease;
	-webkit-animation-fill-mode:both;
	-moz-animation-duration:.6s;
	-moz-animation-delay:.6s;
	-moz-animation-timing-function:ease;
	-moz-animation-fill-mode:both;
	-ms-animation-duration:.6s;
	-ms-animation-delay:.6s;
	-ms-animation-timing-function:ease;
	-ms-animation-fill-mode:both;
	animation-duration:.6s;
	animation-delay:.6s;
	animation-timing-function:ease;
	animation-fill-mode:both;
}
.animate4{
	-webkit-animation-duration:.6s;
	-webkit-animation-delay:.8s;
	-webkit-animation-timing-function:ease;
	-webkit-animation-fill-mode:both;
	-moz-animation-duration:.6s;
	-moz-animation-delay:.8s;
	-moz-animation-timing-function:ease;
	-moz-animation-fill-mode:both;
	-ms-animation-duration:.6s;
	-ms-animation-delay:.8s;
	-ms-animation-timing-function:ease;
	-ms-animation-fill-mode:both;
	animation-duration:.6s;
	animation-delay:.8s;
	animation-timing-function:ease;
	animation-fill-mode:both;
}
.animate5{
	-webkit-animation-duration:.6s;
	-webkit-animation-delay:1s;
	-webkit-animation-timing-function:ease;
	-webkit-animation-fill-mode:both;
	-moz-animation-duration:.6s;
	-moz-animation-delay:1s;
	-moz-animation-timing-function:ease;
	-moz-animation-fill-mode:both;
	-ms-animation-duration:.6s;
	-ms-animation-delay:1s;
	-ms-animation-timing-function:ease;
	-ms-animation-fill-mode:both;
	animation-duration:.6s;
	animation-delay:1s;
	animation-timing-function:ease;
	animation-fill-mode:both;
}
.animate6{
	-webkit-animation-duration:.6s;
	-webkit-animation-delay:1.2s;
	-webkit-animation-timing-function:ease;
	-webkit-animation-fill-mode:both;
	-moz-animation-duration:.6s;
	-moz-animation-delay:1.2s;
	-moz-animation-timing-function:ease;
	-moz-animation-fill-mode:both;
	-ms-animation-duration:.6s;
	-ms-animation-delay:1.2s;
	-ms-animation-timing-function:ease;
	-ms-animation-fill-mode:both;
	animation-duration:.6s;
	animation-delay:1.2s;
	animation-timing-function:ease;
	animation-fill-mode:both;
}
.animate7{
	-webkit-animation-duration:.6s;
	-webkit-animation-delay:1.4s;
	-webkit-animation-timing-function:ease;
	-webkit-animation-fill-mode:both;
	-moz-animation-duration:.6s;
	-moz-animation-delay:1.4s;
	-moz-animation-timing-function:ease;
	-moz-animation-fill-mode:both;
	-ms-animation-duration:.6s;
	-ms-animation-delay:1.4s;
	-ms-animation-timing-function:ease;
	-ms-animation-fill-mode:both;
	animation-duration:.6s;
	animation-delay:1.4s;
	animation-timing-function:ease;
	animation-fill-mode:both;
}