@charset "utf-8";
@charset "utf-8";
/*nav*/
.navCon,.customerCon{width: 1100px;	margin: 0 auto;	}


#nav{
	height: 128px;
	width: 100%;
	padding-top: 21px;
	background: #fff;
}
.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%;
}


/*customer*/
#customer{
	/*height: 1950px;*/
	height: 1898px;
	padding-top: 52px;
	background: url(../img/alllogoBg.jpg) no-repeat;
	background-size: 100% 100%;
}
.customerCon{
	height: 1897px;
	border-top: 1px solid #c61a1e;
}
.customerLogo{
	/*height: 1897px;*/
	height: 1865px;
	padding-top: 32px;
}
.customerLogo img{
	
}






