.offstore_box{
	overflow: hidden;

}
.off_toplunbo{
	overflow: hidden;
	100%;
	padding-left:20px;
	padding-right:20px;
}

.lunbo_xiexian{
	width:36px;
	height:2px;
	border-bottom:1px solid #ffffff;
	-webkit-transform: rotate(-45deg);/*Safari 4+,Google Chrome 1+  */
	-moz-transform: rotate(-45deg);/*Firefox 3.5+*/
	filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=-0.45);
	position: absolute; right:5px;top:20px;
}
.lunbo_xiexian_text_left{
	position: absolute; right:26px;top:5px;font-size: 13px;color:#ffffff;
	font-family: "HelveticaNeueThin";
}
.lunbo_xiexian_text_right{
	position: absolute; right:10px;top:20px;font-size: 13px;color:#ffffff;
	font-family: "HelveticaNeueThin";
}

.am-slider-c3 .am-direction-nav a{
	width:15px;
	height:10px;
	padding: 15px 5px 0 0;
background:url("../images/lunbo/01firstturnarrowleft.png") no-repeat center;  background-size:10px 12px;
overflow: hidden;

}
.am-slider-c3 .am-direction-nav a.am-prev{
	width:15px;
	height:10px;
	padding: 15px 5px 0 0;
background:url("../images/lunbo/01firstturnarrowright.png") no-repeat center;  background-size:10px 12px;
overflow: hidden;
}
/*.am-slider-c3 .am-direction-nav a:hover{
	background: #666;
	opacity: 0.8;
}*/
.am-slider-c3 .am-direction-nav a.am-prev{
	background-color: rgba(0, 0, 0, 0.4);
}
.am-slider-c3:hover .am-next{
	background-color: rgba(0, 0, 0, 0.4);
	
}

.am-slider-c3 .am-direction-nav a.am-next:before{
	content: none;
}
.am-slider-c3 .am-direction-nav a.am-prev:before{
	content: none;
}
.am-slider-c3 .am-direction-nav a:before{
	font-size: 36px;
	font-family: 300;
	content:none;
}
/*非轮播部分*/
.foo_box_center{
	
	width:100%;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	padding-top:0px;
	float:left;
}
.off_centerimg{
	overflow: hidden;
	margin-bottom: 10px;
}
.off_centeimg_one{
	width:100%;
	float: left;
}
.off_centeimg_one img{
	width:100%;
}
.off_centeimg_2{
	margin-right: 12px;
}
.off_center_tit{
	margin-bottom: 10px;
	padding-top:20px;
	width:100%;
	text-align:center;
}
.off_centeimg_one{
	margin-top: 10px;
}

/**非轮播部分***/
.off_img_text{
	background: none;
	position: absolute;
	color: #000000;
	height:55px;
	min-width:1004px;
	width:100%;
	bottom: 0;
	margin:auto;

}
.off_img_text_imgtop{
	width:140px;
	height:10px;
	margin:auto;
	
	-ms-transition: opacity 0.35s, -ms-transform 0.35s ease-out;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s ease-out;
	-o-transition: opacity 0.35s, -o-transform 0.35s ease-out;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s ease-out;
	transition: opacity 0.35s, transform 0.35s ease-out;
	
	-ms-transform:translate3d(0,45px,0);
	-moz-transform: translate3d(0,45px,0);
	-o-transform: translate3d(0,45px,0);
	-webkit-transform: translate3d(0,45px,0);
	transform: translate3d(0,45px,0);
	cursor:pointer;
}

.off_img_text_imgtop:visited{

}

.offimg_bottext{
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	
	-ms-transition: opacity 0.35s, -ms-transform 0.35s ease-out;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s ease-out;
	-o-transition: opacity 0.35s, -o-transform 0.35s ease-out;	
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	
	-ms-transform:translate3d(0,45px,0);
	-moz-transform: translate3d(0,45px,0);
	-o-transform: translate3d(0,45px,0);	
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
	height:45px;
	color:#fff;
	text-align: center;
	line-height: 45px;
	width:800px;
	margin:auto;
	text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;

}
.offimg_bottext_chose{
	opacity: 1;

	-ms-transform:translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	background: rgba(0,0,0,0.8);
	
}

.off_img_text_imgtop_chose{
	opacity: 1;	
	
	-ms-transform:translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	
	-ms-transform:rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotateX(180deg);
	background: rgba(0,0,0,0.8);
}