/* -------------------------------------------- */
/* ------------------Grid System--------------- */ 
.zerogrid{
	width: 1190px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.zerogrid:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.zerogrid .row{}
.zerogrid .row:before,.row:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.zerogrid .row:after{clear: both; }
.zerogrid .row{zoom: 1;}

.zerogrid .wrap-col{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.zerogrid .wrap-col h2{
	color: #888;
	font-weight: 500;
	margin-bottom: 20px;
}

.zerogrid .left{
	float: left;
	width: 370px;
	margin-right: 36px;
}
.zerogrid .right{
	float: right;
	width: 784px;
}

.zerogrid .col-1-3{
	width: 370px;
	float: left;
	margin-right: 44px;
}

.zerogrid .col-3-3{
	width: 370px;
	float: left;
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.zerogrid{width:960px;}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.zerogrid{width:768px;}
}

@media only screen and (max-width: 767px) {
	.zerogrid, .zerogrid .col-1-2, .zerogrid .col-1-3, .zerogrid .col-2-3, .zerogrid .col-1-4, .zerogrid .col-2-4, .zerogrid .col-3-4, .zerogrid .col-1-5, .zerogrid .col-2-5, .zerogrid .col-3-5, .zerogrid .col-4-5, .zerogrid .col-1-6, .zerogrid .col-2-6, .zerogrid .col-3-6, .zerogrid .col-4-6, .zerogrid .col-5-6{width:100%;}
	
	.zerogrid .offset-1-2, .zerogrid .offset-1-3, .zerogrid .offset-2-3, .zerogrid .offset-1-4, .zerogrid .offset-2-4, .zerogrid .offset-3-4, .zerogrid .offset-1-5, .zerogrid .offset-2-5, .zerogrid .offset-3-5, .zerogrid .offset-4-5, .zerogrid .offset-1-6, .zerogrid .offset-2-6, .zerogrid .offset-3-6, .zerogrid .offset-4-6, .zerogrid .offset-5-6{margin-left:0;}
}
.t-center{
	text-align: left;
}

/* ---------------------------------------------------------------------------- */
/* -------------------------------Item-Effect---------------------------------- */
/* ---------------------------------------------------------------------------- */
.item{
	margin-bottom: 20px;
}
.item .item-info{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.item .item-info p{
	color: #888888;
	line-height: 25px;
}
.item .item-container {
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	position: relative;
	overflow: hidden;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.item .item-container img {
	display: block;
	width: 370px;
	height: 195PX;
	
}
.item .item-container .item-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding: 10px;
	background: none;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.item .item-caption-inner {
	display: table;
	width: 100%;
	height: 100%;
}
.item .item-caption-inner1 {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.item-container .item-caption h3, .item-container .item-caption span{
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	display: none;
}
.item-container .item-caption h3{
	font-size: 23px;
	letter-spacing: 2px;
	margin-bottom : 12px;
}
.item-container .item-caption span{
	font-style: italic;
	font-size: 12px;
}



.item-container:before {
	background: rgba(255,255,255,.41) none repeat scroll 0 0;
	content: "";
	height: 0;
	left: 0;
	margin: auto;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 0;
	pointer-events: none
}
.item-container:hover:before {
	height: 100%;
	opacity: 0;
	-webkit-transition-duration: 1.3s;
	-o-transition-duration: 1.3s;
	transition-duration: 1.3s;
	width: 100%
}
.item-container:after {
	background: rgba(255,255,255,.41) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	width: 0;
	pointer-events: none
}
.item-container:hover:after {
	height: 100%;
	opacity: 0;
	-webkit-transition-duration: 1.3s;
	-o-transition-duration: 1.3s;
	transition-duration: 1.3s;
	width: 100%
}


.notice {
	font-size: 15px;
	position: relative;
}
.notice .ntitle {
	width: 30px; color: rgb(153, 153, 153); font-size: 20px; font-weight: 400; float: left;
}
.notice .nlist {
	width: 780px; height: 50px; line-height: 50px; overflow: hidden; float: left;
}
.notice .nlist span {
	color: rgb(153, 153, 153); font-size: 12px; margin-left: 15px;
}
.notice .nredbag {
	width: 320px; height: 50px; line-height: 50px; overflow: hidden; font-size: 14px; float: left;
}
.notice .nredbag span {
	margin: 0px 2px; color: rgb(255, 51, 0);
}
.notice .nredbag b {
	color: rgb(51, 51, 51); margin-right: 10px;
}
.notice .nfix {
	background: rgb(255, 255, 255); border-width: 1px 1px 0px; border-style: solid solid none; border-color: rgb(225, 235, 255) rgb(225, 235, 255) currentColor; border-image: none; top: 0px; width: 390px; height: 50px; text-align: center; right: 0px; font-size: 14px; position: absolute;
}
.notice .nfix .ip {
	padding: 8px 20px; border: 1px solid rgb(225, 235, 255); border-image: none; width: 230px; line-height: 1;
}
.notice .nfix .bnts {
	background: rgb(84, 135, 238); border-width: 1px 1px 1px 0px; border-style: solid solid solid none; border-color: rgb(84, 135, 238) rgb(84, 135, 238) rgb(84, 135, 238) currentColor; padding: 8px 20px; border-image: none; color: rgb(255, 255, 255); line-height: normal;
}

