@charset "utf-8";
html,body{
	height: 100%;
	width: 100%;
	position: relative;
}
/*nav*/
.navCon,.casePageCon{
	width: 1100px;	
	margin: 0 auto;	
}


#nav{
	height: 128px;
	padding-top: 21px;
}
.navCon{
	height: 128px;
	display: flex;
	justify-content: space-between;
}
.logo{
	height: 92px;
	width: 209px;	
}
.logo img{
	height: 92px;
	width: 209px;
}
.navList {
    height: 128px;
    width: 750px;
    float: right;
    line-height: 128px;
}
.navList ul {
    width: 100%;
    height: 128px;
}
.navList ul a {
    float: left;
    font-size: 16px;
    color: #000000;
    margin-left: 34px;
    line-height: 92px;
    text-align: center;
    display: block;
    height: 100px;
    width: 93px;
    margin-top: 10px;
}
.navList ul .firstA{
	margin-left: 0;
}
#activeNav {
    background: url(../img/caseActiveNav.png) no-repeat;
    background-size: 100%;
    font-weight: 900;
    color: #fff;
}


/*banner*/
#caseBanner{
	height: 240px;
	width: 100%;
}
#caseBanner img{
	/*height: 100%;*/
	width: 100%;
}

/*案例case*/
#casePage{
	min-height: 1565px;
	_height:1565px;
	height: auto;
	background: url(../img/casePageBg.jpg) no-repeat;
	background-size: 100%;
}
.casePageCon{
	/*min-height: 1565px;
	_height:1565px;*/
	/*min-height: 1565px;*/
}
.caseChoose{
	height: 104px;
	border-bottom: 1px solid #c61a1e;
}
.caseChoose ul{
	height: 49px;
	padding-top: 55px;
}
.caseChoose ul li{
	float: left;	
	height: 21px;
	border-left: 3px solid #232323;
	color: #232323;
	font-size: 16px;
	padding-left: 12px;
	padding-right: 56px;
	cursor: pointer;
}
#activCaseNav{
	color: #c61a1e;
	border-left: 3px solid #c61a1e;
}
/*caseList*/
.caseList{
	/*min-height: 1460px;*/
	/*min-height: 1406px;*/
	padding-top: 54px;
	width: 100%;
	background: #fff;
}
.caseList .caseListItem,.AllList .AllListItem,.ITList .ITcaseListItem,.otherList .othercaseListItem{
	height: 392px;
	width: 340px;
	background: #ffffff;
	border-radius: 4px;
	float: left;
	margin-bottom: 75px;
}
.AllList,.ITList,.otherList{
	padding-top: 54px;
}
   
.centerItem{
	margin: 0 37px;
}
.caseListItemTop,.AllcaseListItemTop,.ITcaseListItemTop,.othercaseListItemTop{
	height: 343px;
	background: #F6F6F6;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.caseListItemImgBox,.AllcaseListItemImgBox,.ITcaseListItemImgBox,.othercaseListItemImgBox{
	height: 201px;
	width: 293px;
	background: #fff;
	-webkit-box-shadow: 0px 3px 7px #cdcdcd;
    box-shadow: 0px 3px 7px #cdcdcd;
    display: flex;
	justify-content: center;
	align-items: center;
}
.caseListItemImgBox img,.AllcaseListItemImgBox img,.ITcaseListItemImgBox img,.othercaseListItemImgBox img{
	height: 175px;
	width: 272px;
}
.caseListItemBottom,.AllcaseListItemBottom,.ITcaseListItemBottom,.othercaseListItemBottom{
	height: 49px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.caseListItemBottom h6 ,.AllcaseListItemBottom h6,.ITcaseListItemBottom h6,.othercaseListItemBottom h6{
	color: #333333;
	font-size: 16px;
	font-weight: 900;	
	width: 240px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.caseListItemBottom .detialCon,.AllcaseListItemBottom .AlldetialCon,.ITcaseListItemBottom .ITdetialCon,.othercaseListItemBottom .otherdetialCon{
	height: 34px;
	width: 70px;
	background: #c61a1e;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 34px;
	cursor: pointer;
}
.carList,.ITList,.otherList{
	display: none;
}

/*控制nav选中状态*/
#activeNav{
	background: url(../img/caseActiveNav.png) no-repeat;
	background-size: 100%;
}
