.sociales {
	text-align: center;
	margin-bottom: 20px;
}



#dates {
	width: 800px;
	height: 60px;
	overflow: hidden;
}

#dates li {
	list-style: none;
	float: left;
	width: 100px;
	height: 50px;
	font-size: 24px;
	text-align: center;
	background: url('../images/biggerdot.png') center bottom no-repeat;
}

#dates a {
	line-height: 38px;
	padding-bottom: 10px;
}

#dates .selected {
	font-size: 38px;
}

#issues {
	width: 800px;
	height: 350px;
	overflow: hidden;
}

#issues li {
	width: 800px;
	height: 350px;
	list-style: none;
	float: left;
}

#issues li.selected img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

#issues li img {
	float: left;
	margin: 10px 30px 10px 50px;
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	/* IE 8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
	/* IE 6 & 7 */
	zoom: 1;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
	-webkit-transform: scale(0.7, 0.7);
	-moz-transform: scale(0.7, 0.7);
	-o-transform: scale(0.7, 0.7);
	-ms-transform: scale(0.7, 0.7);
	transform: scale(0.7, 0.7);
}

#issues li h1 {
	color: #ffcc00;
	font-size: 48px;
	margin: 20px 0;
	text-shadow: #000 1px 1px 2px;
}

#issues li p {
	font-size: 14px;
	margin-right: 70px;
	font-weight: normal;
	line-height: 22px;
	text-shadow: #000 1px 1px 2px;
}

#grad_left,
#grad_right {
	width: 100px;
	height: 350px;
	position: absolute;
	top: 0;
}

#grad_left {
	left: 0;
	background: url('../images/grad_left.png') repeat-y;
}

#grad_right {
	right: 0;
	background: url('../images/grad_right.png') repeat-y;
}


#next {
	position: absolute;
	width: 64px;
	height: 64px;
	right: 0;

	top: 50%;
	background: transparent;
	background-image: url('../img/industrial-next.png');
	/* transition: all 1s; */
	cursor: pointer;
}
/* #next:hover{
	right: 8%;
} */
#pre {
	position: absolute;
	width: 64px;
	height: 64px;

	top: 50%;

	left: 0;
	background: transparent;
	background-image: url('../img/industrial-next.png');
	transform: rotate(180deg);
	/* transition: all 1s; */
	cursor: pointer;
}

#next.disabled,
#pre.disabled {
	opacity: 0.2;
}


.industrial .lbt-box {
	position: relative;
	width: 1660px;
	height: 600px;
	margin: 0 auto;
	top: 4%;
}
.industrial .imgs {
	width: 100%;
	height: 100%;
	perspective: 1000px;
	margin-bottom: 50px;
}

.industrial .imgitem {
	position: absolute;
	width: 600px;
	height: 500px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 0;
	transition: .8s;
	opacity: 0;
}
.industrial .imgitem .text{
	color: #333;
	bottom: 0;
	width: calc(100% - 60px);
	padding: 30px 30px 30px 30px;
	background: rgba(255,255,255,1);
	font-size: 14px;
}
.industrial .imgitem .text h3{
	color: #06409C;
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: bold;
}
.industrial .imgitem .text .desc{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 16px;
	line-height: 24px;
}
.industrial .imgitem img {
	width: 100%;
	/* height: 100%; */
	height: 400px;
}

.industrial .cur-img {
	width: 800px;
	z-index: 100;
	opacity: 1;
	cursor: pointer;
}

.industrial .pre-img {
	transform: translateX(-400px) rotateY(30deg) scale(0.8);
	z-index: 9;
	opacity: 0.9;
}

.industrial .next-img {
	transform: translateX(400px) rotateY(-30deg) scale(0.8);
	z-index: 9;
	opacity: 0.9;
}
.industrial{
	 background-image: url(../img/industrial-bg.png);
	 background-size: cover;
}
.industrial .lbt-box span{
	font-size: 20px;
	color: #333333;
	position: relative;
	left: 10%;
}
.industrial .breadcrumb{
	color: #ffffff;
}
.industrial .breadcrumb a{
	color: #ffffff;
}
@media only screen and (min-width: 1000px) and (max-width: 1600px) {
	.industrial .lbt-box {
		position: relative;
		width: 1260px;
		height: 500px;
		margin: 0 auto;
		top: 7%;
	}
	.industrial .imgitem {
		position: absolute;
		width: 400px;
		height: 500px;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 0;
		transition: .8s;
		opacity: 1;
	}
}
