﻿
.alSpan {
	padding-bottom: 30px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.alSpan h4 {
	padding: 20px 0px;
	font-size: 18px;
	text-align: center;
	background: url(../images/altitbr.png) no-repeat center 32px;
}

.alSpan h4 a {
	padding: 0 4px;
	color: #d5242e;
	background-color: #fff;
}

.alSpan h4 div {
	padding-bottom: 10px;
	font-size: 18px;
	text-transform: uppercase;
	color: #b8b8b8;
	font-weight: normal;
	background: url(../images/altitd_br.png) no-repeat center bottom;
}

.cgal .alCont {
	position: relative;
}

.cgal .alCont ul {
	margin: 0 auto;
	width: 100% !important;
	overflow: hidden;
}

.cgal .alCont li {
	margin: 0 7px;
	width: auto;
	float: left;
	text-align: center;
	height: 530px;
}

.cgal .alCont li img {
	border: 1px solid #d6d6d6;
	width: 100%;
	height: 460px;
}

.cgal .alCont li img:hover {
	border-color: #8f8f8f;
}

.cgal .alCont li h5 {
	margin-top: 12px;
	font-weight: normal;
	font-size: 15px;
}

.cgal .alCont li h5 a {
	color: #333;
}

.cgal .alCont .btnLeft,
.cgal .alCont .btnRight {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 18px;
	height: 26px;
}

.cgal .alCont .btnLeft {
	left: 0px;
	background: url(../images/huibtnleft.png) no-repeat center;
}

.cgal .alCont .btnRight {
	right: 0px;
	background: url(../images/huibtnright.png) no-repeat center;
}
    @media(max-width:1000px) {
		.cgal .alCont li {
    margin: 0 7px;
    width: 12%;
    float: left;
    text-align: center;
    height: auto !important;
}
.cgal .alCont li img {
    border: 1px solid #d6d6d6;
    width: 100%;
    height: 200px;
}
.cgal .alCont li h5 {
    margin-top: 12px;
    font-weight: normal;
    font-size: 13px;
}
	}