.almain{
}
.albanner{
	text-align: center;
}
.albanner a img{
	display: block;
	margin: 0 auto; 
}
/* 案例 */
.anli{
	width: 100%;
	overflow: hidden;
	margin: 0px auto 0px;
	background-color: #f9f9f9;
	padding-bottom: 90px;
}

.albox{
	width: 100%;
	padding: 30px 0px 90px;
	overflow: hidden;
}
.alboxdiv{
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}
.alboxdiv>ul{
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 25px;
}
.alboxdiv>ul>li{
	float: left;
	width: 400px;
	height: 450px;
	margin-right: 50px;
	margin-bottom: 30px;
	overflow: hidden;
}
.alboxdiv>ul>li:nth-child(3n){
	margin-right: 0px;;
}
.altu{
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.altubig{
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.altubig a{
	display: inline-block;
	width: 100%;
}
.altubig a img{
	width: 100%;
	height: 400px;
}
.altusmall{
	position: absolute;
	bottom: 10px;
	right:10px;
	width: 75px;
	height: 70px;
	background-color: #FFFFFF;
	display: table;
}
.altusmall a{
	display: table-cell;
	vertical-align: middle;
}
.altusmall a img{
	max-width: 100%;
	max-height: 70px;
}
.alboxdiv>ul>li p{
	padding: 0px 25px;
	margin-top: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.alboxdiv>ul>li p a{
	display: inline-block;
	width: 100%;
	color: #333333;
	font-size: 18px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.alboxdiv>ul>li:hover p a{
	color: #008ae5;
	font-weight: bold;
}
/* 案例详情 */
.xqbg{
	background-color: #f9f9f9;
	overflow: hidden;
}
.xqbg .weizhi{
	background-color: #FFFFFF;
}
.alxianqging{
	width: 100%;
	overflow: hidden;
}
.alxq{
	width: 100%;
	overflow: hidden;
	margin: 40px auto 60px;
}
.alxqcon{
	width: 1300px;
	margin: 0 auto;
}
.alxqleft{
	float: left;
	width: 540px;
	overflow: hidden;
}
.alxqleft h5{
	display: inline-block;
	width: 100%;
	color: #333333;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 45px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.alxqleft p{
	display: flex;
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
}
.alxqzitit{
	display: inline-block;
	min-width: 80px;
	overflow: hidden;
}
.alxqzi{
	flex: 1;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.alxqlefttu{
	margin-left: 80px;
	margin-top: 20px;
	width: 240px;
	height: 180px;
	text-align: center;
	line-height: 178px;
	border: #dcdcdc solid 1px;
	background-color: #fff;/*9.29新增*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.alxqlefttu img{
	padding: 1px;
	width: 200px;
	height: 160px;
	vertical-align: middle;
}

.alxqright{
	float: right;
	width: 685px;
	overflow: hidden;
}
.alxqright .view{
	width: 100%;
	overflow: hiddin;
}
.view .swiper-container {
	width: 685px;
	height: 455px;
}
.view .swiper-slide{
	width: 100%;
}
.view .swiper-slide img{
	width: 100%;
	height: 455px;
}
.view:hover .arrow {
	display: block;
}

.preview {
	float: right;
	width: 685px;
	margin: 35px auto 0px;
	position: relative;
}
.preview .swiper-container{
	width: 485px;
	overflow: hidden;
	margin: 30px auto;
}
.preview .swiper-wrapper{
}
.preview .swiper-slide {
	width: 135px;
	height: 86px;
	line-height: 86px;
	text-align: center;
	margin-bottom: 20px;
	border:#fff solid 1px;
}
.preview .swiper-slide span{
	display: inline-block;
	width: 100%;
	height: 86px;
}
.preview .swiper-slide img{
	vertical-align: top;
	width: 100%;
	height:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.preview  .swiper-button-next, .preview  .swiper-button-prev {
    position: absolute;
	left: auto;
	right: auto;
	top: 70px;
    width: 11px;
	height: 19px;
    z-index: 10;
    display: inline-block;
	margin: 0 auto;
    cursor: pointer;
    background-size: 11px 19px;
    background-position: center;
    background-repeat: no-repeat;
}
.preview .arrow-left {
	background: url("../images/alxqleftact.png") no-repeat center;
	left: 10px; 
}

.preview .arrow-right {
	background: url("../images/alxqrightact.png") no-repeat center;
	right: 10px;
}
.preview .active-nav{
	border: #007AFF solid 1px;
}
.preview .active-nav p{
	font-weight: bold;
	color: #fff;
}
.arrow-left.swiper-button-disabled{
	opacity: 1;
	background: url("../images/alxqleft.png") no-repeat center;
}
.arrow-right.swiper-button-disabled{
	opacity: 1;
	background: url("../images/alxqright.png") no-repeat center;
}