.caselistbanner {
	width: 1920px;
	height: 375px;
	background: #1F368F;



}

.caselistbanner .bannerContent {
	width: 1280px;
	margin: 0 auto;
	padding-top: 152px;
}

.caselistbanner .bannertitle {
	font-size: 36px;
	font-weight: 400;
	color: #ffffff;
	line-height: 50px;
	margin: 0 auto;
}

.caselistbanner .bannerdesc {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 28px;
	margin-top: 30px;
	width: 583px;
}

.caselistsxbg {
	background: #FFFFFF;
	width: 100%;
}

.caselistsxCon {
	width: 1280px;
	height: 350px;
	margin: 0 auto;
}

.caselistsxCon .sxheight {
	width: 100%;
	height: 30px;
	padding-top: 60px;
}

.caselistsxCon .sxheight .termtitle {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
	float: left;
}

.caselistsxCon .sxheight ul {
	list-style-type: none;
	float: left;
}

.caselistsxCon .sxheight ul li {
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-left: 40px;
}

.caselistsxCon .sxheight ul li a{
	min-width: 44px;
	height: 30px;
	border-radius: 3px;
}

.caselistsxCon .sxheight ul li a.active{
	text-decoration: none;
	color: #FFFFFF;
	background: #1f368f;
    text-align: center;
	display: inline-block;
	}
	


.caselistwrap {
	width: 1280px;
	height: 1500px;
	margin: 0 auto;
}

.caselistwrap ul a {
	width: 412px;
	height: 422px;
	background: #FFFFFF;
	margin-top: 42px;
	margin-bottom: 20px;
	float: left;
	margin-left: 22px;
}

.caselistwrap ul a:nth-child(3n-2) {
	margin-left: 0px;
}

.caselistwrap ul li img {
	width: 412px;
	height: 232px;
	color: #666666;
}

.caselistwrap .caselistwrapCon {
	width: 400px;
	height: 190px;


}

.caselistwrap .caselistwrapCon a:link a:visited a:hover {
	color: #FFFFFF;

}

.caselistwrap ul li:hover {
	background: -webkit-linear-gradient(90deg, #1f368f, #32c5ff);
	color: #FFFFFF;
}

.caselistwrap ul  a:hover {
	background: -webkit-linear-gradient(90deg, #1f368f, #32c5ff);
	color: #FFFFFF;
}

.caselistwrap .caselistwrapConTitle {
	width: 340px;
	height: 40px;
	border-left: 5px solid;
	-moz-border-left-colors: linear-gradient(90deg, #1f368f, #32c5ff);
	;
	margin-left: 30px;
	margin-top: 44px;
}


.caselistwrap .caselistwrapConTitlebig {
	font-size: 18px;
	font-weight: 400;
	/* color: #333333; */
	line-height: 18px;
	margin-left: 15px;
}

.caselistwrap .caselistwrapConTitlesmall {
	font-size: 14px;
	font-weight: 400;
	/* color: #1f368f; */
	line-height: 14px;
	margin-left: 15px;
	margin-top: 10px;
}

.caselistwrap .caselistwrapConDesc {
	width: 340px;
	height: 60px;
	margin-left: 30px;
	margin-top: 30px;
}

/*分页*/
.newslistpagebg {
	width: 100%;
	height: 38px;
	margin-top: 20px;
	margin-bottom: 50px;
}

.newslistpage {
	width: 1280px;
	height: 38px;
	margin: 0 auto;
	text-align: center;

}


/*案例详情页*/

.casepicbg {
	width: 100%;
	background: #FFFFFF;
}

.casepicCon {
	width: 1280px;
	height: 650px;
	margin: 0 auto;
	margin-top: 70px;
}

.successlunbo {
	width: 1280px;
	margin: 0 auto 45px;
}

/* sildes css begin */

.control {
	width: 963px;
	height: 600px;
	/* background: #282828; */
	/* display: block; */
	/* position: absolute;
    top: 0;
    left: 0; */
	overflow: hidden;
	float: left;
}

.change li {
	width: 963px;
	overflow: hidden;
	text-align: center
}

/* 图片垂直居中,不是很准确 */

.change li .imgWrap {
	display: table-cell;
	width: 963px;
	height: 644px;
	vertical-align: middle;
	cursor: pointer;
	*font-size: 500px;
}

.change li img {
	max-width: 963px;
	max-height: 644px;
	width: expression(this.width > 963 && this.width > this.height ? 600: true);
	height: expression(this.height >963 ? 600: true);
	vertical-align: middle;
	overflow: hidden
}

/* 描述部分 */

.change li .textDesc {
	width: 100%;
	height: 35px;
	position: absolute;
	left: 0;
	bottom: 4px;
	text-align: left;
	overflow: hidden;
}

.change li .opacity {
	width: 100%;
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.change li .title {
	padding: 10px 15px 0;
	color: #e6e6e6;
	font-size: 14px;
	line-height: 22px;
}

.change li .title a {
	color: #e6e6e6;
}

/*.change li .text{color:#b7b7b7;line-height:18px;padding:5px 15px;font-size:12px;}*/
/* 翻页按钮 */

.ssprev,
.ssnext {
	width: 49px;
	height: 49px;
	position: absolute;
	bottom: 300px;
	color: #FFF;
	font-size: 14px;
	z-index: 9;
	font-weight: bold;
	cursor: pointer;
	outline: none
}

.ssprev span,
.ssnext span {
	display: none;
}

.ssprev {
	left: 0;
	background: url(../images/arrows_01.png) no-repeat;
	_filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../images/arrows_01.png");
	_background: none
}

.ssnext {
	right: 0;
	background: url(../images/arrows_02.png) no-repeat;
	_filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../images/arrows_02.png");
	_background: none
}

/* 分页 */
.pageClass {
	text-align: center;
	z-index: 9;
	position: absolute;
	top: 50px;
	padding-top: 10px;
}

.pageClass a {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	overflow: hidden;
	border: 1px solid #bebebe;
	background: #bebebe;
	border-radius: 5px;
	outline: none
}

.pageClass a span {
	display: none
}

.pageClass a:hover,
.pageClass a.cur {
	border: 1px solid #be230a;
	background: #be230a
}

/* 缩图部分 */

.thumbWrap {
	width: 295px;
	height: 600px;
	float: left;
	background: #FFFFFF;
	overflow: hidden;
	margin-left: 20px;
}

.thumbWrap .thumbCont {
	height: 516px;
	margin: 45px auto 0;
	overflow: hidden;
	position: relative;
	width: 295px;
}

.thumbWrap ul li {
	/*height: 92px;*/
	overflow: hidden;
	padding-bottom: 13px;
	padding-left: 10px;
	text-align: center;
	width: 285px;
}

.thumbWrap ul li div {
	display: table-cell;
	width: 285px;
	height: 92px;
	vertical-align: middle;
	cursor: pointer;
	*font-size: 79px;
}

.thumbWrap ul li img {
	max-width: 285px;
	max-height: 190px;
	width: expression(this.width > 285 && this.width > this.height ? 285: true);
	height: expression(this.height >190 ? 190: true);
	vertical-align: middle;
	overflow: hidden
}

.thumbWrap ul li.cur {}

/* 缩图按钮 */
.thumbPrev,
.thumbNext {
	width: 295px;
	height: 30px;
	text-align: center;
	position: absolute;
	color: #000;
	z-index: 9;
	outline: none
}

.thumbPrev span,
.thumbNext span {
	display: none;
}

.thumbPrev {
	/* left: 25px; */
	top: 2px;
	background: url(../images/case3.png) no-repeat center;
	background-color: #666666;
}

.thumbNext {
	/* left: 25px; */
	bottom: 1px;
	background: url(../images/case1.png) no-repeat center;
	background-color: #666666;
}

.thumbWrap a:hover {
	background-color: #1F368F;
}

.caseTitlebg {
	width: 1280px;
	margin: 0 auto;
	min-height: 150px;
}

.caseline {
	width: 42px;
	height: 3px;
	opacity: 1;
	background: #ff7e00;
}

.caseTitle {
	font-size: 21px;
	font-weight: 500;
	color: #333333;
	line-height: 29px;
	margin-top: 15px;
}

.caseTitleNature {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
	margin-top: 15px;
	padding-bottom: 50px;
	border-bottom: 1px solid #F6F6F6;
}

.caseContent {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
	margin-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #F6F6F6;

}

.casepage {
	width: 100%;
	height: 16px;
	margin-top: 20px;
	padding-bottom: 20px;
}

.casepage img{
	margin-left: 5px;
	margin-right: 5px;;
}

.casepage .casepre {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 16px;
	float: left;
	display: inline-block;
}

.casepage .casenext {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 16px;
	float: right;
}

.casepage a:hover{
	color: #ff7e00;
}

.relevantCases{
	font-size: 21px;
	font-weight: 500;
	color: #333333;
	line-height: 21px;
	border-left: 3px solid #FF7E00;
	padding-left: 10px;
	margin-top: 20px;
}